Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.userpreferences
Class UserPreferencesServiceImpl

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.platform.userpreferences.UserPreferencesServiceImpl
All Implemented Interfaces:
UserPreferencesService, Adaptable, Component, Extensible

public class UserPreferencesServiceImpl
extends DefaultComponent
implements UserPreferencesService


Constructor Summary
UserPreferencesServiceImpl()
           
 
Method Summary
 SimpleUserPreferences getSimpleUserPreferences(CoreSession session)
           
<T extends UserPreferences>
T
getUserPreferences(CoreSession session, Class<T> userPrefClass, String userPrefFacet)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, applicationStarted, deactivate, getAdapter, registerContribution, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferencesServiceImpl

public UserPreferencesServiceImpl()
Method Detail

getSimpleUserPreferences

public SimpleUserPreferences getSimpleUserPreferences(CoreSession session)
                                               throws ClientException
Specified by:
getSimpleUserPreferences in interface UserPreferencesService
Throws:
ClientException

getUserPreferences

public <T extends UserPreferences> T getUserPreferences(CoreSession session,
                                                        Class<T> userPrefClass,
                                                        String userPrefFacet)
                                             throws ClientException
Specified by:
getUserPreferences in interface UserPreferencesService
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.