Uses of Interface
org.jasig.portal.portlet.om.IPortletPreference

Packages that use IPortletPreference
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.om   
 

Uses of IPortletPreference in org.jasig.portal.portlet.container.services
 

Methods in org.jasig.portal.portlet.container.services that return types with arguments of type IPortletPreference
protected  List<IPortletPreference> PortletPreferencesServiceImpl.getDescriptorPreferences(org.apache.pluto.descriptors.portlet.PortletDD portletDescriptor)
          Gets the preferences for a portlet descriptor converted to the uPortal IPortletPreference interface.
protected  List<IPortletPreference> PortletPreferencesServiceImpl.getSessionPreferences(IPortletEntityId portletEntityId, HttpServletRequest httpServletRequest)
          Gets the session-stored list of IPortletPreferences for the specified request and IPortletEntityId.
 

Method parameters in org.jasig.portal.portlet.container.services with type arguments of type IPortletPreference
protected  void PortletPreferencesServiceImpl.addPreferencesToMap(List<IPortletPreference> preferencesList, Map<String,org.apache.pluto.internal.InternalPortletPreference> preferencesMap)
          Add all of the preferences in the List to the Map using the preference name as the key
protected  void PortletPreferencesServiceImpl.storeSessionPreferences(IPortletEntityId portletEntityId, HttpServletRequest httpServletRequest, List<IPortletPreference> preferences)
           
 

Uses of IPortletPreference in org.jasig.portal.portlet.dao.jpa
 

Classes in org.jasig.portal.portlet.dao.jpa that implement IPortletPreference
 class PortletPreferenceImpl
           
 

Methods in org.jasig.portal.portlet.dao.jpa that return types with arguments of type IPortletPreference
 List<IPortletPreference> PortletPreferencesImpl.getPortletPreferences()
           
 

Method parameters in org.jasig.portal.portlet.dao.jpa with type arguments of type IPortletPreference
 void PortletPreferencesImpl.setPortletPreferences(List<IPortletPreference> newPreferences)
           
 

Uses of IPortletPreference in org.jasig.portal.portlet.om
 

Methods in org.jasig.portal.portlet.om that return types with arguments of type IPortletPreference
 List<IPortletPreference> IPortletPreferences.getPortletPreferences()
           
 

Method parameters in org.jasig.portal.portlet.om with type arguments of type IPortletPreference
 void IPortletPreferences.setPortletPreferences(List<IPortletPreference> portletPreferences)
           
 



Copyright © 2010 Jasig. All Rights Reserved.