Class UserPreferencesServiceImpl
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.platform.userpreferences.UserPreferencesServiceImpl
- All Implemented Interfaces:
UserPreferencesService,Adaptable,Component,Extensible,TimestampedService
@Deprecated(since="2025.16",
forRemoval=true)
public class UserPreferencesServiceImpl
extends DefaultComponent
implements UserPreferencesService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalConfigurationServiceDeprecated, for removal: This API element is subject to removal in a future version.getSimpleUserPreferences(CoreSession session) Deprecated, for removal: This API element is subject to removal in a future version.<T extends UserPreferences>
TgetUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet) Deprecated, for removal: This API element is subject to removal in a future version.protected UserWorkspaceServiceDeprecated, for removal: This API element is subject to removal in a future version.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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Constructor Details
-
UserPreferencesServiceImpl
public UserPreferencesServiceImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSimpleUserPreferences
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSimpleUserPreferencesin interfaceUserPreferencesService
-
getUserPreferences
public <T extends UserPreferences> T getUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUserPreferencesin interfaceUserPreferencesService
-
getUserWorkspaceService
Deprecated, for removal: This API element is subject to removal in a future version. -
getLocalConfigurationService
Deprecated, for removal: This API element is subject to removal in a future version.
-
UserPreferencesServiceinstead