Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.userpreferences
Interface UserPreferencesService

All Known Implementing Classes:
UserPreferencesServiceImpl

public interface UserPreferencesService


Method Summary
 SimpleUserPreferences getSimpleUserPreferences(CoreSession session)
           
<T extends UserPreferences>
T
getUserPreferences(CoreSession session, Class<T> configurationClass, String configurationFacet)
           
 

Method Detail

getSimpleUserPreferences

SimpleUserPreferences getSimpleUserPreferences(CoreSession session)
                                               throws ClientException
Throws:
ClientException

getUserPreferences

<T extends UserPreferences> T getUserPreferences(CoreSession session,
                                                 Class<T> configurationClass,
                                                 String configurationFacet)
                                             throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.