Uses of Interface
org.jasig.portal.IChannelRegistryStore

Packages that use IChannelRegistryStore
org.jasig.portal   
org.jasig.portal.channel   
org.jasig.portal.io.support   
org.jasig.portal.layout.dlm.remoting   
org.jasig.portal.layout.simple Intefaces and classes primarily for Simple Layouts. 
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlets.portletadmin   
org.jasig.portal.portlets.portletadmin.xmlsupport   
org.jasig.portal.security.provider   
org.jasig.portal.security.xslt   
org.jasig.portal.spring.locator   
org.jasig.portal.tools   
org.jasig.portal.url   
 

Uses of IChannelRegistryStore in org.jasig.portal
 

Classes in org.jasig.portal that implement IChannelRegistryStore
 class AbstractChannelRegistryStore
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 

Fields in org.jasig.portal declared as IChannelRegistryStore
protected static IChannelRegistryStore ChannelRegistryManager.crs
          Deprecated.  
 

Methods in org.jasig.portal that return IChannelRegistryStore
static IChannelRegistryStore ChannelRegistryStoreFactory.getChannelRegistryStoreImpl()
          Deprecated. Returns an instance of the IChannelRegistryStore specified in portal.properties
 

Uses of IChannelRegistryStore in org.jasig.portal.channel
 

Classes in org.jasig.portal.channel that implement IChannelRegistryStore
 class JpaChannelRegistryStore
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 

Methods in org.jasig.portal.channel with parameters of type IChannelRegistryStore
 void ChannelPublishingServiceImpl.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
          Set the channel persistence service
 

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

Methods in org.jasig.portal.io.support that return IChannelRegistryStore
 IChannelRegistryStore PortletEntityPreferenceHandler.getChannelRegistryStore()
           
 

Methods in org.jasig.portal.io.support with parameters of type IChannelRegistryStore
 void PortletEntityPreferenceHandler.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

Uses of IChannelRegistryStore in org.jasig.portal.layout.dlm.remoting
 

Methods in org.jasig.portal.layout.dlm.remoting with parameters of type IChannelRegistryStore
 void ChannelListController.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

Uses of IChannelRegistryStore in org.jasig.portal.layout.simple
 

Fields in org.jasig.portal.layout.simple declared as IChannelRegistryStore
protected  IChannelRegistryStore RDBMUserLayoutStore.channelRegistryStore
           
 

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

Methods in org.jasig.portal.portlet.delegation with parameters of type IChannelRegistryStore
 void PortletDelegationLocatorImpl.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

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

Methods in org.jasig.portal.portlet.registry that return IChannelRegistryStore
 IChannelRegistryStore PortletDefinitionRegistryImpl.getChannelRegistryStore()
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IChannelRegistryStore
 void PortletDefinitionRegistryImpl.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

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

Methods in org.jasig.portal.portlets.portletadmin with parameters of type IChannelRegistryStore
 void ChannelDefinitionFormValidator.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 void PortletAdministrationHelper.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
          Set the channel registry store
 

Uses of IChannelRegistryStore in org.jasig.portal.portlets.portletadmin.xmlsupport
 

Methods in org.jasig.portal.portlets.portletadmin.xmlsupport with parameters of type IChannelRegistryStore
 void XmlChannelPublishingDefinitionDao.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

Uses of IChannelRegistryStore in org.jasig.portal.security.provider
 

Fields in org.jasig.portal.security.provider declared as IChannelRegistryStore
protected  IChannelRegistryStore AuthorizationImpl.channelRegistryStore
          Spring-configured channel registry store instance
 

Uses of IChannelRegistryStore in org.jasig.portal.security.xslt
 

Methods in org.jasig.portal.security.xslt that return IChannelRegistryStore
 IChannelRegistryStore XalanGroupMembershipHelperBean.getChannelRegistryStore()
           
 IChannelRegistryStore XalanAuthorizationHelperBean.getChannelRegistryStore()
           
 

Methods in org.jasig.portal.security.xslt with parameters of type IChannelRegistryStore
 void XalanGroupMembershipHelperBean.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 void XalanAuthorizationHelperBean.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 

Uses of IChannelRegistryStore in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IChannelRegistryStore
static IChannelRegistryStore ChannelRegistryStoreLocator.getChannelRegistryStore()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IChannelRegistryStore
protected  AbstractBeanLocator<IChannelRegistryStore> ChannelRegistryStoreLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IChannelRegistryStore
protected  void ChannelRegistryStoreLocator.setLocator(AbstractBeanLocator<IChannelRegistryStore> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IChannelRegistryStore
ChannelRegistryStoreLocator(IChannelRegistryStore instance)
          Deprecated.  
 

Uses of IChannelRegistryStore in org.jasig.portal.tools
 

Fields in org.jasig.portal.tools declared as IChannelRegistryStore
protected static IChannelRegistryStore RegisterChannelType.chanRegStore
           
 

Uses of IChannelRegistryStore in org.jasig.portal.url
 

Methods in org.jasig.portal.url with parameters of type IChannelRegistryStore
 void PortalUrlProviderImpl.setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 



Copyright © 2010 Jasig. All Rights Reserved.