Package com.soffid.iam.service
Class PreferencesServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.PreferencesServiceBase
-
- com.soffid.iam.service.PreferencesServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.PreferencesService
public class PreferencesServiceImpl extends PreferencesServiceBase
-
-
Constructor Summary
Constructors Constructor Description PreferencesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringhandleFindMyPreference(String name)protected Map<String,String>handleFindUserPreferences(String user)protected voidhandleSetUserPreference(String user, String preference, String value)protected Map<String,String>handleSetUserPreferences(String user, Map<String,String> preferences)protected voidhandleUpdateMyPreference(String name, String value)-
Methods inherited from class com.soffid.iam.service.PreferencesServiceBase
findMyPreference, findUserPreferences, getPrincipal, getUserEntityDao, getUserPreferenceEntityDao, getUserService, setUserEntityDao, setUserPreference, setUserPreferenceEntityDao, setUserPreferences, setUserService, updateMyPreference
-
-
-
-
Method Detail
-
handleFindMyPreference
protected String handleFindMyPreference(String name) throws Exception
- Specified by:
handleFindMyPreferencein classPreferencesServiceBase- Throws:
Exception
-
handleFindUserPreferences
protected Map<String,String> handleFindUserPreferences(String user) throws Exception
- Specified by:
handleFindUserPreferencesin classPreferencesServiceBase- Throws:
Exception
-
handleSetUserPreferences
protected Map<String,String> handleSetUserPreferences(String user, Map<String,String> preferences) throws Exception
- Specified by:
handleSetUserPreferencesin classPreferencesServiceBase- Throws:
Exception
-
handleSetUserPreference
protected void handleSetUserPreference(String user, String preference, String value) throws Exception
- Specified by:
handleSetUserPreferencein classPreferencesServiceBase- Throws:
Exception
-
handleUpdateMyPreference
protected void handleUpdateMyPreference(String name, String value) throws Exception
- Specified by:
handleUpdateMyPreferencein classPreferencesServiceBase- Throws:
Exception
-
-