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

Packages that use IPortletEntityId
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.dao   
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.dao.trans   
org.jasig.portal.portlet.om   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlet.session   
 

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

Methods in org.jasig.portal.portlet.container.services with parameters of type IPortletEntityId
protected  List<IPortletPreference> PortletPreferencesServiceImpl.getSessionPreferences(IPortletEntityId portletEntityId, HttpServletRequest httpServletRequest)
          Gets the session-stored list of IPortletPreferences for the specified request and IPortletEntityId.
protected  void PortletPreferencesServiceImpl.storeSessionPreferences(IPortletEntityId portletEntityId, HttpServletRequest httpServletRequest, List<IPortletPreference> preferences)
           
 

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

Methods in org.jasig.portal.portlet.dao with parameters of type IPortletEntityId
 IPortletEntity IPortletEntityDao.getPortletEntity(IPortletEntityId portletEntityId)
          Get a IPortletEntity for the specified IPortletEntityId.
 

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

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IPortletEntityId
 IPortletEntity JpaPortletEntityDao.getPortletEntity(IPortletEntityId portletEntityId)
           
 

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

Methods in org.jasig.portal.portlet.dao.trans with parameters of type IPortletEntityId
 IPortletEntity TransientPortletEntityDao.getPortletEntity(IPortletEntityId portletEntityId)
           
 

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

Methods in org.jasig.portal.portlet.om that return IPortletEntityId
 IPortletEntityId IPortletEntity.getPortletEntityId()
           
 IPortletEntityId IPortletWindow.getPortletEntityId()
           
 

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

Classes in org.jasig.portal.portlet.registry that implement IPortletEntityId
 class PortletEntityIdImpl
          Standard IPortletEntityId
 

Methods in org.jasig.portal.portlet.registry that return IPortletEntityId
protected  IPortletEntityId PortletEntityRegistryImpl.getPersistentId(IPortletEntityId wrapperId)
           
 

Methods in org.jasig.portal.portlet.registry that return types with arguments of type IPortletEntityId
protected  Map<IPortletEntityId,IPortletEntityId> PortletEntityRegistryImpl.getPersistentIdMap()
           
protected  Map<IPortletEntityId,IPortletEntityId> PortletEntityRegistryImpl.getPersistentIdMap()
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletEntityId
 IPortletWindow IPortletWindowRegistry.createDefaultPortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId)
          Creates a new portlet window that will have the ID returned by IPortletWindowRegistry.getDefaultPortletWindowId(IPortletEntityId) from the specified parent entity id.
 IPortletWindow PortletWindowRegistryImpl.createDefaultPortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId)
           
 IPortletWindow IPortletWindowRegistry.createDelegatePortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId, IPortletWindowId delegationParentId)
          Creates a delegating portlet window
 IPortletWindow PortletWindowRegistryImpl.createDelegatePortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId, IPortletWindowId delegationParentId)
           
protected  IPortletWindow PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request, IPortletWindowId portletWindowId, IPortletEntityId portletEntityId)
           
protected  IPortletWindow PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request, IPortletWindowId portletWindowId, IPortletEntityId portletEntityId, IPortletWindowId delegateParent)
          Creates a new IPortletWindow for the specified window ID and entity ID.
 IPortletWindow IPortletWindowRegistry.createPortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
          Creates a new portlet window for the window instance id and parent entity id.
 IPortletWindow PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
           
protected  IPortletWindowId PortletWindowRegistryImpl.createPortletWindowId(String windowInstanceId, IPortletEntityId portletEntityId)
          Generates a new, unique, portlet window ID for the window instance ID & entity id.
 IPortletWindowId IPortletWindowRegistry.getDefaultPortletWindowId(IPortletEntityId portletEntityId)
          Creates the default portlet window ID given the ID of the entity the window is based on.
 IPortletWindowId PortletWindowRegistryImpl.getDefaultPortletWindowId(IPortletEntityId portletEntityId)
           
protected  org.jasig.portal.portlet.registry.InterimPortletEntityImpl PortletEntityRegistryImpl.getInterimPortletEntity(IPortletEntityId portletEntityId)
           
 IPortletWindow IPortletWindowRegistry.getOrCreateDefaultPortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId)
          Get an existing portlet window for the default window id and parent entity id.
 IPortletWindow PortletWindowRegistryImpl.getOrCreateDefaultPortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId)
           
 IPortletWindow IPortletWindowRegistry.getOrCreateDelegatePortletWindow(HttpServletRequest request, IPortletWindowId portletWindowId, IPortletEntityId portletEntityId, IPortletWindowId delegationParentId)
          Gets or Creates a delegating portlet window.
 IPortletWindow PortletWindowRegistryImpl.getOrCreateDelegatePortletWindow(HttpServletRequest request, IPortletWindowId portletWindowId, IPortletEntityId portletEntityId, IPortletWindowId delegationParentId)
           
 IPortletWindow IPortletWindowRegistry.getOrCreatePortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
          Get an existing portlet window for the window instance id and parent entity id.
 IPortletWindow PortletWindowRegistryImpl.getOrCreatePortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
           
 IPortletDefinition IPortletEntityRegistry.getParentPortletDefinition(IPortletEntityId portletEntityId)
          Gets the parent portlet definition for the entity specified by the entity id.
 IPortletDefinition PortletEntityRegistryImpl.getParentPortletDefinition(IPortletEntityId portletEntityId)
           
protected  IPortletEntityId PortletEntityRegistryImpl.getPersistentId(IPortletEntityId wrapperId)
           
 IPortletEntity IPortletEntityRegistry.getPortletEntity(IPortletEntityId portletEntityId)
          Get an existing portlet entity for the entity id.
 IPortletEntity PortletEntityRegistryImpl.getPortletEntity(IPortletEntityId portletEntityId)
           
 IPortletWindow IPortletWindowRegistry.getPortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
          Get an existing portlet window for the channel window instance id and entity id.
 IPortletWindow PortletWindowRegistryImpl.getPortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
           
protected  IPortletWindow PortletWindowRegistryImpl.getTransientPortletWindow(HttpServletRequest request, String windowInstanceId, IPortletEntityId portletEntityId)
           
protected  void PortletWindowRegistryImpl.initializePortletWindow(HttpServletRequest request, IPortletEntityId portletEntityId, org.jasig.portal.portlet.registry.PortletWindowImpl portletWindow)
          Initializes a newly created PortletWindow, the default implementation sets up the appropriate WindowState and PortletMode
protected  void PortletEntityRegistryImpl.removeInterimPortletEntity(IPortletEntityId portletEntityId)
           
protected  void PortletEntityRegistryImpl.removePersistentId(IPortletEntityId wrapperId)
           
protected  void PortletEntityRegistryImpl.setPersistentIdMapping(IPortletEntityId wrapperId, IPortletEntityId persistentId)
           
 

Uses of IPortletEntityId in org.jasig.portal.portlet.session
 

Constructors in org.jasig.portal.portlet.session with parameters of type IPortletEntityId
ScopingPortletSessionImpl(IPortletEntityId portletEntityId, PortletContext portletContext, org.apache.pluto.internal.InternalPortletWindow internalPortletWindow, HttpSession httpSession)
           
 



Copyright © 2010 Jasig. All Rights Reserved.