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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.kew.api.preferences.PreferencesgetPreferences(String principalId) voidsavePreferences(String principalId, org.kuali.rice.kew.api.preferences.Preferences preferences)
-
Constructor Details
-
PreferencesServiceImpl
public PreferencesServiceImpl()
-
-
Method Details
-
getPreferences
- Specified by:
getPreferencesin interfaceorg.kuali.rice.kew.api.preferences.PreferencesService
-
savePreferences
public void savePreferences(String principalId, org.kuali.rice.kew.api.preferences.Preferences preferences) - Specified by:
savePreferencesin interfaceorg.kuali.rice.kew.api.preferences.PreferencesService
-
getUserOptionService
-