Class PreferencesServiceImpl

java.lang.Object
org.kuali.rice.kew.preferences.service.impl.PreferencesServiceImpl
All Implemented Interfaces:
org.kuali.rice.kew.api.preferences.PreferencesService

public class PreferencesServiceImpl extends Object implements org.kuali.rice.kew.api.preferences.PreferencesService
An implementation of the PreferencesService.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • PreferencesServiceImpl

      public PreferencesServiceImpl()
  • Method Details

    • getPreferences

      public org.kuali.rice.kew.api.preferences.Preferences getPreferences(String principalId)
      Specified by:
      getPreferences in interface org.kuali.rice.kew.api.preferences.PreferencesService
    • savePreferences

      public void savePreferences(String principalId, org.kuali.rice.kew.api.preferences.Preferences preferences)
      Specified by:
      savePreferences in interface org.kuali.rice.kew.api.preferences.PreferencesService
    • getUserOptionService

      public UserOptionsService getUserOptionService()