Package com.soffid.iam.base.service.ejb
Interface PreferencesService
public interface PreferencesService
EJB PreferencesService
Manages user preferences
-
Method Summary
Modifier and TypeMethodDescriptionfindMyPreference(String name) findUserPreferences(String user) voidsetUserPreference(String user, String preference, String value) setUserPreferences(String user, Map<String, String> preferences) voidupdateMyPreference(String name, String value)
-
Method Details
-
findMyPreference
- Throws:
InternalErrorException
-
findUserPreferences
- Throws:
InternalErrorException
-
setUserPreferences
Map<String,String> setUserPreferences(String user, Map<String, String> preferences) throws InternalErrorException- Throws:
InternalErrorException
-
setUserPreference
- Throws:
InternalErrorException
-
updateMyPreference
- Throws:
InternalErrorException
-