Uses of Interface
org.jasig.portal.IPortletPreferencesStore

Packages that use IPortletPreferencesStore
org.jasig.portal   
 

Uses of IPortletPreferencesStore in org.jasig.portal
 

Classes in org.jasig.portal that implement IPortletPreferencesStore
 class RDBMPortletPreferencesStore
          An implementation of IPortletPreferencesStore which uses a RDBM data source to persist the data.
 

Fields in org.jasig.portal declared as IPortletPreferencesStore
private static IPortletPreferencesStore PortletPreferencesStoreFactory.portletPreferencesStoreImpl
          Static singleton IPortletPreferencesStore instance that we're managing.
 

Methods in org.jasig.portal that return IPortletPreferencesStore
static IPortletPreferencesStore PortletPreferencesStoreFactory.getPortletPreferencesStoreImpl()
          Returns the singleton instance of IPortletPreferencesStore specified in portal.properties, or the default implementation, or null.