Uses of Class
org.exoplatform.services.portletcontainer.pci.model.ExoPortletPreferences

Packages that use ExoPortletPreferences
org.exoplatform.services.portletcontainer.pci   
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.persistence   
org.exoplatform.services.portletcontainer.plugins.pc   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.persistenceImp   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp2.producer.impl   
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.pci
 

Methods in org.exoplatform.services.portletcontainer.pci that return ExoPortletPreferences
 ExoPortletPreferences PortletData.getPortletPreferences()
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return ExoPortletPreferences
 ExoPortletPreferences Portlet.getPortletPreferences()
           
static ExoPortletPreferences XMLParser.readPortletPreferences(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type ExoPortletPreferences
 void Portlet.setPortletPreferences(ExoPortletPreferences portletPreferences)
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.persistence
 

Methods in org.exoplatform.services.portletcontainer.persistence that return ExoPortletPreferences
 ExoPortletPreferences PortletPreferencesPersister.getPortletPreferences(WindowID windowID)
           
 

Methods in org.exoplatform.services.portletcontainer.persistence with parameters of type ExoPortletPreferences
 void PortletPreferencesPersister.savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences)
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.plugins.pc
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc that return ExoPortletPreferences
 ExoPortletPreferences PortletDataImp.getPortletPreferences()
          Overridden method.
 ExoPortletPreferences PortletPreferencesPersisterImpl.getPortletPreferences(WindowID windowID)
          Overridden method.
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc with parameters of type ExoPortletPreferences
 void PortletPreferencesPersisterImpl.savePortletPreferences(WindowID windowID, ExoPortletPreferences exoPref)
          Overridden method.
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp that return ExoPortletPreferences
 ExoPortletPreferences PortletPreferencesImp.getCurrentPreferences()
           
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with parameters of type ExoPortletPreferences
 void PortletPreferencesImp.setCurrentPreferences(ExoPortletPreferences map)
           
 

Constructors in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with parameters of type ExoPortletPreferences
PortletPreferencesImp(javax.portlet.PreferencesValidator validator, ExoPortletPreferences defaultPreferences, WindowID windowID, PortletPreferencesPersister persister)
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.persistenceImp
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.persistenceImp with parameters of type ExoPortletPreferences
 PortletWindowInternal DefaultPersistenceManager.getWindow(Input input, ExoPortletPreferences defaultPrefs)
          Overridden method.
 PortletWindowInternal PersistenceManager.getWindow(Input input, ExoPortletPreferences defaultPrefs)
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that return ExoPortletPreferences
 ExoPortletPreferences WSRPPortletPreferencesPersister.getPortletPreferences(WindowID windowID)
           
 

Methods in org.exoplatform.services.wsrp.producer.impl with parameters of type ExoPortletPreferences
 void WSRPPortletPreferencesPersister.savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences)
           
 

Uses of ExoPortletPreferences in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl that return ExoPortletPreferences
 ExoPortletPreferences WSRPPortletPreferencesPersister.getPortletPreferences(WindowID windowID)
           
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type ExoPortletPreferences
 void WSRPPortletPreferencesPersister.savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.