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, unregisterExtension
public SimpleUserPreferences getSimpleUserPreferences(CoreSession session) throws ClientException
getSimpleUserPreferences
in interface UserPreferencesService
ClientException
public <T extends UserPreferences> T getUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet) throws ClientException
getUserPreferences
in interface UserPreferencesService
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.