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 String
handleFindMyPreference(String name)
protected Map<String,String>
handleFindUserPreferences(String user)
protected void
handleSetUserPreference(String user, String preference, String value)
protected Map<String,String>
handleSetUserPreferences(String user, Map<String,String> preferences)
protected void
handleUpdateMyPreference(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:
handleFindMyPreference
in classPreferencesServiceBase
- Throws:
Exception
-
handleFindUserPreferences
protected Map<String,String> handleFindUserPreferences(String user) throws Exception
- Specified by:
handleFindUserPreferences
in classPreferencesServiceBase
- Throws:
Exception
-
handleSetUserPreferences
protected Map<String,String> handleSetUserPreferences(String user, Map<String,String> preferences) throws Exception
- Specified by:
handleSetUserPreferences
in classPreferencesServiceBase
- Throws:
Exception
-
handleSetUserPreference
protected void handleSetUserPreference(String user, String preference, String value) throws Exception
- Specified by:
handleSetUserPreference
in classPreferencesServiceBase
- Throws:
Exception
-
handleUpdateMyPreference
protected void handleUpdateMyPreference(String name, String value) throws Exception
- Specified by:
handleUpdateMyPreference
in classPreferencesServiceBase
- Throws:
Exception
-
-