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

Packages that use IPortletPreferences
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.om   
 

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

Classes in org.jasig.portal.portlet.dao.jpa that implement IPortletPreferences
 class PortletPreferencesImpl
           
 

Methods in org.jasig.portal.portlet.dao.jpa that return IPortletPreferences
 IPortletPreferences PortletDefinitionImpl.getPortletPreferences()
           
 

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IPortletPreferences
 void PortletDefinitionImpl.setPortletPreferences(IPortletPreferences portletPreferences)
           
 

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

Methods in org.jasig.portal.portlet.om that return IPortletPreferences
 IPortletPreferences IPortletDefinition.getPortletPreferences()
           
 IPortletPreferences IPortletEntity.getPortletPreferences()
           
 

Methods in org.jasig.portal.portlet.om with parameters of type IPortletPreferences
 void IPortletDefinition.setPortletPreferences(IPortletPreferences portletPreferences)
           
 void IPortletEntity.setPortletPreferences(IPortletPreferences portletPreferences)
           
 



Copyright © 2010 Jasig. All Rights Reserved.