Uses of Interface
com.caucho.portal.generic.PreferencesStore

Packages that use PreferencesStore
com.caucho.portal.generic   
com.caucho.portal.generic.context   
 

Uses of PreferencesStore in com.caucho.portal.generic
 

Classes in com.caucho.portal.generic that implement PreferencesStore
 class AbstractPreferencesStore
          Abstract base class for implementations that load and save preferences.
 class SessionPreferencesStore
          SessionPreferencesFactory creates or returns an existing store that is in the users's session.
 

Methods in com.caucho.portal.generic that return PreferencesStore
 PreferencesStore Portal.getPreferencesStore()
          Return a PreferencesStore for a connection.
 PreferencesStore GenericPortal.getPreferencesStore()
          Return a PreferencesStore for a connection.
 

Methods in com.caucho.portal.generic with parameters of type PreferencesStore
 void GenericPortal.setPreferencesStore(PreferencesStore preferencesStore)
          Set the #PreferencesStore, obtained once for each connection and then used to obtain a preferences store for each namespace as needed.
 

Uses of PreferencesStore in com.caucho.portal.generic.context
 

Methods in com.caucho.portal.generic.context that return PreferencesStore
protected  PreferencesStore ConnectionContext.getPreferencesStore()