public class UserPreferencesServiceImpl extends DefaultComponent implements UserPreferencesService
| Constructor and Description |
|---|
UserPreferencesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SimpleUserPreferences |
getSimpleUserPreferences(CoreSession session) |
<T extends UserPreferences> |
getUserPreferences(CoreSession session,
Class<T> userPrefClass,
String userPrefFacet) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtensionpublic SimpleUserPreferences getSimpleUserPreferences(CoreSession session) throws ClientException
getSimpleUserPreferences in interface UserPreferencesServiceClientExceptionpublic <T extends UserPreferences> T getUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet) throws ClientException
getUserPreferences in interface UserPreferencesServiceClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.