Uses of Interface
org.nuxeo.user.preferences.api.UserPreference
Packages that use UserPreference
Package
Description
-
Uses of UserPreference in org.nuxeo.ecm.restapi.server.adapters
Methods in org.nuxeo.ecm.restapi.server.adapters that return UserPreference -
Uses of UserPreference in org.nuxeo.ecm.restapi.server.usermanager
Methods in org.nuxeo.ecm.restapi.server.usermanager that return UserPreference -
Uses of UserPreference in org.nuxeo.user.preferences.api
Methods in org.nuxeo.user.preferences.api that return UserPreferenceModifier and TypeMethodDescriptionUserPreferencesService.create(CoreSession session, String key, String value) Creates a current user's preference value for the given key.UserPreferencesService.createOrUpdate(CoreSession session, String key, String value) Creates or updates a current user's preference.static UserPreferenceUserPreferencesUtil.newUserPreference(String key, String value) UserPreferencesService.update(CoreSession session, String key, String value) Updates a current user's preference value.Methods in org.nuxeo.user.preferences.api that return types with arguments of type UserPreferenceModifier and TypeMethodDescriptionUserPreferencesService.get(CoreSession session, String key) Gets an optional current user's preference for the given key.UserPreferencesService.get(CoreSession session, DocumentRef docRef, String key) Gets optional current user's preference for the given document reference and key.Method parameters in org.nuxeo.user.preferences.api with type arguments of type UserPreferenceModifier and TypeMethodDescriptionstatic UserPreferencesUserPreferencesUtil.newUserDocPreferences(List<UserPreference> userPreferences) -
Uses of UserPreference in org.nuxeo.user.preferences.directory
Methods in org.nuxeo.user.preferences.directory that return UserPreferenceModifier and TypeMethodDescriptionUserPreferencesServiceImpl.create(CoreSession session, String key, String value) UserPreferencesServiceImpl.createOrUpdate(CoreSession session, String key, String value) protected UserPreferenceUserPreferencesServiceImpl.doCreate(CoreSession session, Session dirSession, String key, String value) protected UserPreferenceUserPreferencesServiceImpl.doUpdate(Session dirSession, DocumentModel docModel, String value) protected static UserPreferenceUserPreferencesServiceImpl.newUserPreference(DocumentModel document) UserPreferencesServiceImpl.update(CoreSession session, String key, String value) Methods in org.nuxeo.user.preferences.directory that return types with arguments of type UserPreferenceModifier and TypeMethodDescriptionUserPreferencesServiceImpl.get(CoreSession session, String key) UserPreferencesServiceImpl.get(CoreSession session, DocumentRef docRef, String key) -
Uses of UserPreference in org.nuxeo.user.preferences.io
Methods in org.nuxeo.user.preferences.io with parameters of type UserPreferenceModifier and TypeMethodDescriptionprotected voidUserPreferenceJsonWriter.writeEntityBody(UserPreference entity, com.fasterxml.jackson.core.JsonGenerator jg)