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

Packages that use IPortletDefinitionId
org.jasig.portal.api.portlet   
org.jasig.portal.portlet.dao   
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.dao.trans   
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.om   
org.jasig.portal.portlet.registry   
 

Uses of IPortletDefinitionId in org.jasig.portal.api.portlet
 

Methods in org.jasig.portal.api.portlet with parameters of type IPortletDefinitionId
 PortletDelegationDispatcher PortletDelegationLocator.createRequestDispatcher(PortletRequest request, IPortletDefinitionId portletDefinitionId)
          Creates a new portlet delegation dispatcher and corresponding portlet window
 

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

Methods in org.jasig.portal.portlet.dao with parameters of type IPortletDefinitionId
 IPortletEntity IPortletEntityDao.createPortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
          Creates, initializes and persists a new IPortletEntity based on the specified IPortletDefinitionId, channel subscribe id and user id.
 IPortletDefinition IPortletDefinitionDao.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
          Get a IPortletDefinition for the specified IPortletDefinitionId.
 Set<IPortletEntity> IPortletEntityDao.getPortletEntities(IPortletDefinitionId portletDefinitionId)
          Get all IPortletEntitys based on the specified IPortletDefinitionId.
 

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

Methods in org.jasig.portal.portlet.dao.jpa that return IPortletDefinitionId
 IPortletDefinitionId PortletDefinitionImpl.getPortletDefinitionId()
           
 

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IPortletDefinitionId
 IPortletEntity JpaPortletEntityDao.createPortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
           
 IPortletDefinition JpaPortletDefinitionDao.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
           
 Set<IPortletEntity> JpaPortletEntityDao.getPortletEntities(IPortletDefinitionId portletDefinitionId)
           
 

Uses of IPortletDefinitionId in org.jasig.portal.portlet.dao.trans
 

Methods in org.jasig.portal.portlet.dao.trans with parameters of type IPortletDefinitionId
 IPortletEntity TransientPortletEntityDao.createPortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
           
protected  String TransientPortletEntityDao.getDatabaseChannelSubscribeId(IPortletDefinitionId portletDefinitionId)
           
 Set<IPortletEntity> TransientPortletEntityDao.getPortletEntities(IPortletDefinitionId portletDefinitionId)
           
 

Uses of IPortletDefinitionId in org.jasig.portal.portlet.delegation
 

Methods in org.jasig.portal.portlet.delegation with parameters of type IPortletDefinitionId
 PortletDelegationDispatcher PortletDelegationLocatorImpl.createRequestDispatcher(PortletRequest portletRequest, IPortletDefinitionId portletDefinitionId)
           
 

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

Methods in org.jasig.portal.portlet.om that return IPortletDefinitionId
 IPortletDefinitionId IPortletDefinition.getPortletDefinitionId()
           
 IPortletDefinitionId IPortletEntity.getPortletDefinitionId()
           
 

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

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletDefinitionId
 IPortletEntity IPortletEntityRegistry.createPortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
          Creates a new, persisted, portlet entity for the published and subscribed to channel.
 IPortletEntity PortletEntityRegistryImpl.createPortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
           
 IPortletEntity IPortletEntityRegistry.getOrCreatePortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
          Convience for IPortletEntityRegistry.getPortletEntity(String, int) and IPortletEntityRegistry.createPortletEntity(IPortletDefinitionId, String, int).
 IPortletEntity PortletEntityRegistryImpl.getOrCreatePortletEntity(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
           
 org.apache.pluto.descriptors.portlet.PortletAppDD IPortletDefinitionRegistry.getParentPortletApplicationDescriptor(IPortletDefinitionId portletDefinitionId)
          Gets the parent portlet application descriptor for the entity specified by the definition id.
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletDefinitionRegistryImpl.getParentPortletApplicationDescriptor(IPortletDefinitionId portletDefinitionId)
           
 org.apache.pluto.descriptors.portlet.PortletDD IPortletDefinitionRegistry.getParentPortletDescriptor(IPortletDefinitionId portletDefinitionId)
          Gets the parent portlet descriptor for the entity specified by the definition id.
 org.apache.pluto.descriptors.portlet.PortletDD PortletDefinitionRegistryImpl.getParentPortletDescriptor(IPortletDefinitionId portletDefinitionId)
           
 IPortletDefinition IPortletDefinitionRegistry.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
          Get an existing portlet definition for the definition id.
 IPortletDefinition PortletDefinitionRegistryImpl.getPortletDefinition(IPortletDefinitionId portletDefinitionId)
           
 

Constructors in org.jasig.portal.portlet.registry with parameters of type IPortletDefinitionId
PortletEntityIdImpl(IPortletDefinitionId portletDefinitionId, String channelSubscribeId, int userId)
           
 



Copyright © 2010 Jasig. All Rights Reserved.