Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.userpreferences
Class SimpleUserPreferences

java.lang.Object
  extended by org.nuxeo.ecm.core.api.localconfiguration.AbstractLocalConfiguration<SimpleConfiguration>
      extended by org.nuxeo.ecm.platform.localconfiguration.simple.SimpleConfigurationAdapter
          extended by 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.4.3
Author:
Quentin Lamerand

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.platform.localconfiguration.simple.SimpleConfiguration
SIMPLE_CONFIGURATION_FACET, SIMPLE_CONFIGURATION_PARAMETER_KEY, SIMPLE_CONFIGURATION_PARAMETER_VALUE, SIMPLE_CONFIGURATION_PARAMETERS_PROPERTY, SIMPLE_CONFIGURATION_SCHEMA
 
Constructor Summary
SimpleUserPreferences(DocumentModel doc)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.localconfiguration.simple.SimpleConfigurationAdapter
canMerge, get, get, getDocumentRef, merge, put, putAll, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUserPreferences

public SimpleUserPreferences(DocumentModel doc)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.