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

Packages that use IPortletDefinition
org.jasig.portal.portlet.dao   
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlets.portletadmin   
 

Uses of IPortletDefinition in org.jasig.portal.portlet.dao
 

Methods in org.jasig.portal.portlet.dao that return IPortletDefinition
 IPortletDefinition IPortletDefinitionDao.getPortletDefinition(int channelPublishId)
          Get an existing portlet definition for the channel publish id.
 IPortletDefinition IPortletDefinitionDao.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
          Get a IPortletDefinition for the specified IPortletDefinitionId.
 

Methods in org.jasig.portal.portlet.dao with parameters of type IPortletDefinition
 void IPortletDefinitionDao.updatePortletDefinition(IPortletDefinition portletDefinition)
          Persists changes to a IPortletDefinition.
 

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

Classes in org.jasig.portal.portlet.dao.jpa that implement IPortletDefinition
 class PortletDefinitionImpl
           
 

Methods in org.jasig.portal.portlet.dao.jpa that return IPortletDefinition
 IPortletDefinition JpaPortletDefinitionDao.getPortletDefinition(int channelPublishId)
           
 IPortletDefinition JpaPortletDefinitionDao.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
           
 

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IPortletDefinition
 void JpaPortletDefinitionDao.updatePortletDefinition(IPortletDefinition portletDefinition)
           
 

Uses of IPortletDefinition in org.jasig.portal.portlet.registry
 

Methods in org.jasig.portal.portlet.registry that return IPortletDefinition
 IPortletDefinition IPortletDefinitionRegistry.createPortletDefinition(int channelPublishId)
          Creates a new, persisted, portlet definition for the published channel.
 IPortletDefinition PortletDefinitionRegistryImpl.createPortletDefinition(int channelPublishId)
           
 IPortletDefinition IPortletDefinitionRegistry.getOrCreatePortletDefinition(int channelPublishId)
          Convience for IPortletDefinitionRegistry.getPortletDefinition(int) and IPortletDefinitionRegistry.createPortletDefinition(int).
 IPortletDefinition PortletDefinitionRegistryImpl.getOrCreatePortletDefinition(int channelPublishId)
           
 IPortletDefinition IPortletEntityRegistry.getParentPortletDefinition(IPortletEntityId portletEntityId)
          Gets the parent portlet definition for the entity specified by the entity id.
 IPortletDefinition PortletEntityRegistryImpl.getParentPortletDefinition(IPortletEntityId portletEntityId)
           
 IPortletDefinition IPortletDefinitionRegistry.getPortletDefinition(int channelPublishId)
          Get an existing portlet definition for the channel publish id.
 IPortletDefinition PortletDefinitionRegistryImpl.getPortletDefinition(int channelPublishId)
           
 IPortletDefinition IPortletDefinitionRegistry.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
          Get an existing portlet definition for the definition id.
 IPortletDefinition PortletDefinitionRegistryImpl.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletDefinition
 Tuple<String,String> IPortletDefinitionRegistry.getPortletDescriptorKeys(IPortletDefinition portletDefinition)
          Get the portletApplicationId and portletName for the specified portlet definition.
 Tuple<String,String> PortletDefinitionRegistryImpl.getPortletDescriptorKeys(IPortletDefinition portletDefinition)
          Get the portletApplicationId and portletName for the specified channel definition id.
 void IPortletDefinitionRegistry.updatePortletDefinition(IPortletDefinition portletDefinition)
          Persists changes to a IPortletDefinition.
 void PortletDefinitionRegistryImpl.updatePortletDefinition(IPortletDefinition portletDefinition)
           
 

Uses of IPortletDefinition in org.jasig.portal.portlets.portletadmin
 

Constructors in org.jasig.portal.portlets.portletadmin with parameters of type IPortletDefinition
ChannelDefinitionForm(IChannelDefinition def, IPortletDefinition portletDef)
          Construct a new ChannelDefinitionForm from a ChannelDefinition
 



Copyright © 2010 Jasig. All Rights Reserved.