Class SimpleUserPreferences
- java.lang.Object
-
- org.nuxeo.ecm.core.api.localconfiguration.AbstractLocalConfiguration<SimpleConfiguration>
-
- org.nuxeo.ecm.localconf.SimpleConfigurationAdapter
-
- org.nuxeo.ecm.platform.userpreferences.SimpleUserPreferences
-
- All Implemented Interfaces:
DetachedAdapter
,LocalConfiguration<SimpleConfiguration>
,SimpleConfiguration
public class SimpleUserPreferences extends SimpleConfigurationAdapter
An object that stores simple key/value user preferences.- Since:
- 5.5
- Author:
- Quentin Lamerand
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.localconf.SimpleConfigurationAdapter
detachedDocument, parameters
-
Fields inherited from interface org.nuxeo.ecm.localconf.SimpleConfiguration
SIMPLE_CONFIGURATION_FACET, SIMPLE_CONFIGURATION_PARAMETER_KEY, SIMPLE_CONFIGURATION_PARAMETER_VALUE, SIMPLE_CONFIGURATION_PARAMETERS_PROPERTY, SIMPLE_CONFIGURATION_SCHEMA
-
-
Constructor Summary
Constructors Constructor Description SimpleUserPreferences(DocumentModel doc)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.localconf.SimpleConfigurationAdapter
canMerge, computeParametersForDocument, computeParametersFromDocument, get, get, getDocumentRef, loadFromDocument, merge, put, putAll, save
-
-
-
-
Constructor Detail
-
SimpleUserPreferences
public SimpleUserPreferences(DocumentModel doc)
-
-