Class UserPreferencesServiceImpl
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.platform.userpreferences.UserPreferencesServiceImpl
-
- All Implemented Interfaces:
UserPreferencesService
,Adaptable
,Component
,Extensible
,TimestampedService
public class UserPreferencesServiceImpl extends DefaultComponent implements UserPreferencesService
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description UserPreferencesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalConfigurationService
getLocalConfigurationService()
SimpleUserPreferences
getSimpleUserPreferences(CoreSession session)
<T extends UserPreferences>
TgetUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet)
protected UserWorkspaceService
getUserWorkspaceService()
-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Method Detail
-
getSimpleUserPreferences
public SimpleUserPreferences getSimpleUserPreferences(CoreSession session)
- Specified by:
getSimpleUserPreferences
in interfaceUserPreferencesService
-
getUserPreferences
public <T extends UserPreferences> T getUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet)
- Specified by:
getUserPreferences
in interfaceUserPreferencesService
-
getUserWorkspaceService
protected UserWorkspaceService getUserWorkspaceService()
-
getLocalConfigurationService
protected LocalConfigurationService getLocalConfigurationService()
-
-