Uses of Interface
org.jasig.portal.portlet.registry.IPortletEntityRegistry

Packages that use IPortletEntityRegistry
org.jasig.portal.channels.portlet   
org.jasig.portal.io.support   
org.jasig.portal.portlet.container.properties   
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlet.rendering   
org.jasig.portal.portlet.url   
org.jasig.portal.url   
 

Uses of IPortletEntityRegistry in org.jasig.portal.channels.portlet
 

Methods in org.jasig.portal.channels.portlet that return IPortletEntityRegistry
 IPortletEntityRegistry SpringPortletChannelImpl.getPortletEntityRegistry()
          Deprecated.  
 

Methods in org.jasig.portal.channels.portlet with parameters of type IPortletEntityRegistry
 void SpringPortletChannelImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
          Deprecated.  
 

Uses of IPortletEntityRegistry in org.jasig.portal.io.support
 

Methods in org.jasig.portal.io.support that return IPortletEntityRegistry
 IPortletEntityRegistry PortletEntityPreferenceHandler.getPortletEntityRegistry()
           
 

Methods in org.jasig.portal.io.support with parameters of type IPortletEntityRegistry
 void PortletEntityPreferenceHandler.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

Uses of IPortletEntityRegistry in org.jasig.portal.portlet.container.properties
 

Methods in org.jasig.portal.portlet.container.properties that return IPortletEntityRegistry
 IPortletEntityRegistry CacheRequestPropertiesManager.getPortletEntityRegistry()
           
 

Methods in org.jasig.portal.portlet.container.properties with parameters of type IPortletEntityRegistry
 void CacheRequestPropertiesManager.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

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

Methods in org.jasig.portal.portlet.container.services that return IPortletEntityRegistry
 IPortletEntityRegistry CasTicketUserInfoService.getPortletEntityRegistry()
           
 IPortletEntityRegistry CachedPasswordUserInfoService.getPortletEntityRegistry()
           
 IPortletEntityRegistry PortletPreferencesServiceImpl.getPortletEntityRegistry()
           
 IPortletEntityRegistry PersonDirectoryUserInfoService.getPortletEntityRegistry()
           
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IPortletEntityRegistry
 void CasTicketUserInfoService.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 void RequestAttributeServiceImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 void CachedPasswordUserInfoService.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 void PortletPreferencesServiceImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 void PersonDirectoryUserInfoService.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

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

Methods in org.jasig.portal.portlet.delegation with parameters of type IPortletEntityRegistry
 void PortletDelegationLocatorImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

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

Classes in org.jasig.portal.portlet.registry that implement IPortletEntityRegistry
 class PortletEntityRegistryImpl
          Provides access to IPortletEntity objects and convenience methods for creating and converting them and related objects.
 

Methods in org.jasig.portal.portlet.registry that return IPortletEntityRegistry
 IPortletEntityRegistry PortletWindowRegistryImpl.getPortletEntityRegistry()
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletEntityRegistry
 void PortletWindowRegistryImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

Uses of IPortletEntityRegistry in org.jasig.portal.portlet.rendering
 

Methods in org.jasig.portal.portlet.rendering with parameters of type IPortletEntityRegistry
 void PortletRendererImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

Uses of IPortletEntityRegistry in org.jasig.portal.portlet.url
 

Methods in org.jasig.portal.portlet.url that return IPortletEntityRegistry
 IPortletEntityRegistry PortletUrlSyntaxProviderImpl.getPortletEntityRegistry()
           
 

Methods in org.jasig.portal.portlet.url with parameters of type IPortletEntityRegistry
 void PortletUrlSyntaxProviderImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 

Uses of IPortletEntityRegistry in org.jasig.portal.url
 

Methods in org.jasig.portal.url with parameters of type IPortletEntityRegistry
 void PortalUrlProviderImpl.setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
           
 



Copyright © 2010 Jasig. All Rights Reserved.