Uses of Interface
org.jasig.portal.IChannelRegistryStore

Packages that use IChannelRegistryStore
org.jasig.portal   
org.jasig.portal.layout.alm.tool   
org.jasig.portal.layout.simple   
org.jasig.portal.tools   
org.jasig.portal.tools.chanpub   
 

Uses of IChannelRegistryStore in org.jasig.portal
 

Classes in org.jasig.portal that implement IChannelRegistryStore
 class RDBMChannelRegistryStore
          Reference implementation of IChannelRegistryStore.
 

Fields in org.jasig.portal declared as IChannelRegistryStore
private static IChannelRegistryStore ChannelRegistryStoreFactory.channelRegistryStoreImpl
           
protected static IChannelRegistryStore ChannelRegistryManager.crs
           
 

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

Uses of IChannelRegistryStore in org.jasig.portal.layout.alm.tool
 

Fields in org.jasig.portal.layout.alm.tool declared as IChannelRegistryStore
private static IChannelRegistryStore FragmentLoader.ConfigFilter.channelStore
           
 

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

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

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.tools.chanpub
 

Fields in org.jasig.portal.tools.chanpub declared as IChannelRegistryStore
private  IChannelRegistryStore ChannelPublisher.crs