Uses of Interface
org.jasig.portal.channel.IChannelDefinition

Packages that use IChannelDefinition
org.jasig.portal   
org.jasig.portal.channel   
org.jasig.portal.channel.dao   
org.jasig.portal.channel.dao.jpa   
org.jasig.portal.events.support   
org.jasig.portal.layout Interfaces and classes for basic layouts support. 
org.jasig.portal.layout.dlm.remoting.registry   
org.jasig.portal.layout.node   
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.om   
org.jasig.portal.portlets.portletadmin   
org.jasig.portal.services.stats   
org.jasig.portal.tools.chanpub   
 

Uses of IChannelDefinition in org.jasig.portal
 

Methods in org.jasig.portal that return IChannelDefinition
 IChannelDefinition[] AbstractChannelRegistryStore.getAllChildChannels(ChannelCategory parent)
          Deprecated. Gets all child channel definitions for a parent category.
 IChannelDefinition[] IChannelRegistryStore.getAllChildChannels(ChannelCategory parent)
          Deprecated. Recursively gets all child channel definitions for a parent category.
 IChannelDefinition[] AbstractChannelRegistryStore.getAllChildChannels(ChannelCategory parent, IPerson person)
          Deprecated.  
 IChannelDefinition[] IChannelRegistryStore.getAllChildChannels(ChannelCategory parent, IPerson person)
          Deprecated. Recursively gets all child channel definitions for a parent category that the given user is allowed to subscribe to.
 IChannelDefinition[] AbstractChannelRegistryStore.getAllManageableChildChannels(ChannelCategory parent, IPerson person)
          Deprecated.  
 IChannelDefinition[] IChannelRegistryStore.getAllManageableChildChannels(ChannelCategory parent, IPerson person)
          Deprecated. Recursively gets all child channel definitions for a parent category that the given user is allowed to manage.
 IChannelDefinition IChannelRegistryStore.getChannelDefinition(int channelPublishId)
          Deprecated. Get a channel definition.
 IChannelDefinition IChannelRegistryStore.getChannelDefinition(String channelFunctionalName)
          Deprecated. Get a channel definition.
 IChannelDefinition IChannelRegistryStore.getChannelDefinitionByName(String channelName)
          Deprecated. Get a channel definition by name.
 IChannelDefinition[] AbstractChannelRegistryStore.getChildChannels(ChannelCategory parent)
          Deprecated. Gets all child channel definitions for a parent category.
 IChannelDefinition[] IChannelRegistryStore.getChildChannels(ChannelCategory parent)
          Deprecated. Gets all child channel definitions for a parent category.
 IChannelDefinition[] AbstractChannelRegistryStore.getChildChannels(ChannelCategory parent, IPerson person)
          Deprecated. Gets all child channel definitions for a parent category that the given user is allowed to subscribe to.
 IChannelDefinition[] IChannelRegistryStore.getChildChannels(ChannelCategory parent, IPerson person)
          Deprecated. Gets all child channel definitions for a parent category that the given user is allowed to subscribe to.
 IChannelDefinition[] AbstractChannelRegistryStore.getManageableChildChannels(ChannelCategory parent, IPerson person)
          Deprecated.  
 IChannelDefinition[] IChannelRegistryStore.getManageableChildChannels(ChannelCategory parent, IPerson person)
          Deprecated. Gets all child channel definitions for a parent category that the given user is allowed to manage.
 IChannelDefinition IChannelRegistryStore.newChannelDefinition(int channelTypeId, String fname, String clazz, String name, String title)
          Deprecated. Create a new ChannelDefinition object.
 

Methods in org.jasig.portal that return types with arguments of type IChannelDefinition
 List<IChannelDefinition> IChannelRegistryStore.getChannelDefinitions()
          Deprecated. Get all channel definitions including ones that haven't been approved.
 List<IChannelDefinition> IChannelRegistryStore.getChannelDefinitions(IPerson person)
          Deprecated. Get all channel definitions filtered by a user's channel permissions
 

Methods in org.jasig.portal with parameters of type IChannelDefinition
 void AbstractChannelRegistryStore.addChannelToCategory(IChannelDefinition channelDef, ChannelCategory category)
          Deprecated. Associates a channel definition with a category.
 void IChannelRegistryStore.addChannelToCategory(IChannelDefinition channelDef, ChannelCategory category)
          Deprecated. Associates a channel definition with a category.
 void AbstractChannelRegistryStore.approveChannelDefinition(IChannelDefinition channelDef, IPerson approver, Date approveDate)
          Deprecated. Sets a channel definition as "approved".
 void IChannelRegistryStore.approveChannelDefinition(IChannelDefinition channelDef, IPerson approver, Date approveDate)
          Deprecated. Sets a channel definition as "approved".
 void IChannelRegistryStore.deleteChannelDefinition(IChannelDefinition channelDef)
          Deprecated. Permanently deletes a channel definition from the store.
 void AbstractChannelRegistryStore.disapproveChannelDefinition(IChannelDefinition channelDef)
          Deprecated. Removes a channel from the channel registry by changing its status from "approved" to "unapproved".
 void IChannelRegistryStore.disapproveChannelDefinition(IChannelDefinition channelDef)
          Deprecated. Sets a channel definition as "unapproved".
static Element ChannelRegistryManager.getChannelXML(String subscribeId, IChannelDefinition channelDef)
          Deprecated. Create XML representing this channel definition.
 ChannelCategory[] AbstractChannelRegistryStore.getParentCategories(IChannelDefinition child)
          Deprecated. Gets the immediate parent categories of this channel definition.
 ChannelCategory[] IChannelRegistryStore.getParentCategories(IChannelDefinition child)
          Deprecated. Gets the immediate parent categories of this channel definition.
 void AbstractChannelRegistryStore.removeChannelFromCategory(IChannelDefinition channelDef, ChannelCategory category)
          Deprecated. Disassociates a channel definition from a category.
 void IChannelRegistryStore.removeChannelFromCategory(IChannelDefinition channelDef, ChannelCategory category)
          Deprecated. Disassociates a channel definition from a category.
 void IChannelRegistryStore.saveChannelDefinition(IChannelDefinition channelDef)
          Deprecated. Persists a channel definition.
 

Uses of IChannelDefinition in org.jasig.portal.channel
 

Classes in org.jasig.portal.channel that implement IChannelDefinition
 class XmlGeneratingBaseChannelDefinition
          Deprecated. 
 

Methods in org.jasig.portal.channel that return IChannelDefinition
 IChannelDefinition JpaChannelRegistryStore.getChannelDefinition(int channelId)
          Deprecated.  
 IChannelDefinition JpaChannelRegistryStore.getChannelDefinition(String fname)
          Deprecated.  
 IChannelDefinition JpaChannelRegistryStore.getChannelDefinitionByName(String name)
          Deprecated.  
 IChannelDefinition JpaChannelRegistryStore.newChannelDefinition(int channelTypeId, String fname, String clazz, String name, String title)
          Deprecated.  
 IChannelDefinition ChannelPublishingServiceImpl.saveChannelDefinition(IChannelDefinition definition, IPerson publisher, ChannelCategory[] categories, IGroupMember[] groupMembers)
           
 IChannelDefinition IChannelPublishingService.saveChannelDefinition(IChannelDefinition definition, IPerson publisher, ChannelCategory[] categories, IGroupMember[] groupMembers)
          Deprecated.  
 

Methods in org.jasig.portal.channel that return types with arguments of type IChannelDefinition
 List<IChannelDefinition> JpaChannelRegistryStore.getChannelDefinitions()
          Deprecated.  
 List<IChannelDefinition> JpaChannelRegistryStore.getChannelDefinitions(IPerson person)
          Deprecated.  
 

Methods in org.jasig.portal.channel with parameters of type IChannelDefinition
 void JpaChannelRegistryStore.deleteChannelDefinition(IChannelDefinition channelDef)
          Deprecated.  
 void ChannelPublishingServiceImpl.removeChannelDefinition(IChannelDefinition channelDefinition, IPerson person)
           
 void IChannelPublishingService.removeChannelDefinition(IChannelDefinition channelDefinition, IPerson person)
          Deprecated.  
 void JpaChannelRegistryStore.saveChannelDefinition(IChannelDefinition channelDef)
          Deprecated.  
 IChannelDefinition ChannelPublishingServiceImpl.saveChannelDefinition(IChannelDefinition definition, IPerson publisher, ChannelCategory[] categories, IGroupMember[] groupMembers)
           
 IChannelDefinition IChannelPublishingService.saveChannelDefinition(IChannelDefinition definition, IPerson publisher, ChannelCategory[] categories, IGroupMember[] groupMembers)
          Deprecated.  
 

Uses of IChannelDefinition in org.jasig.portal.channel.dao
 

Methods in org.jasig.portal.channel.dao that return IChannelDefinition
 IChannelDefinition IChannelDefinitionDao.createChannelDefinition(IChannelType channelType, String fname, String clazz, String name, String title)
          Creates, initializes and persists a new IChannelDefinition based on the specified parameters
 IChannelDefinition IChannelDefinitionDao.getChannelDefinition(int id)
          Get a IChannelDefinition for the specified id.
 IChannelDefinition IChannelDefinitionDao.getChannelDefinition(String fname)
          Get a IChannelDefinition for the specified functional name
 IChannelDefinition IChannelDefinitionDao.getChannelDefinitionByName(String name)
          Get a IChannelDefinition for the specified channel name.
 IChannelDefinition IChannelDefinitionDao.updateChannelDefinition(IChannelDefinition definition)
          Persists changes to a IChannelDefinition.
 

Methods in org.jasig.portal.channel.dao that return types with arguments of type IChannelDefinition
 List<IChannelDefinition> IChannelDefinitionDao.getChannelDefinitions()
           
 

Methods in org.jasig.portal.channel.dao with parameters of type IChannelDefinition
 void IChannelDefinitionDao.deleteChannelDefinition(IChannelDefinition definition)
          Removes the specified IChannelDefinition from the persistent store.
 IChannelDefinition IChannelDefinitionDao.updateChannelDefinition(IChannelDefinition definition)
          Persists changes to a IChannelDefinition.
 

Uses of IChannelDefinition in org.jasig.portal.channel.dao.jpa
 

Classes in org.jasig.portal.channel.dao.jpa that implement IChannelDefinition
 class ChannelDefinitionImpl
          JPA/Hibernate implementation of the IChannelDefinition interface.
 

Methods in org.jasig.portal.channel.dao.jpa that return IChannelDefinition
 IChannelDefinition JpaChannelDefinitionDao.createChannelDefinition(IChannelType channelType, String fname, String clazz, String name, String title)
           
 IChannelDefinition JpaChannelDefinitionDao.getChannelDefinition(int id)
           
 IChannelDefinition JpaChannelDefinitionDao.getChannelDefinition(String fname)
           
 IChannelDefinition JpaChannelDefinitionDao.getChannelDefinitionByName(String name)
           
 IChannelDefinition JpaChannelDefinitionDao.updateChannelDefinition(IChannelDefinition definition)
           
 

Methods in org.jasig.portal.channel.dao.jpa that return types with arguments of type IChannelDefinition
 List<IChannelDefinition> JpaChannelDefinitionDao.getChannelDefinitions()
           
 

Methods in org.jasig.portal.channel.dao.jpa with parameters of type IChannelDefinition
 void JpaChannelDefinitionDao.deleteChannelDefinition(IChannelDefinition definition)
           
 IChannelDefinition JpaChannelDefinitionDao.updateChannelDefinition(IChannelDefinition definition)
           
 

Uses of IChannelDefinition in org.jasig.portal.events.support
 

Methods in org.jasig.portal.events.support that return IChannelDefinition
 IChannelDefinition ChannelPortalEvent.getChannelDefinition()
           
 

Constructors in org.jasig.portal.events.support with parameters of type IChannelDefinition
ChannelPortalEvent(Object source, IPerson person, IChannelDefinition channelDefinition, EventType eventType)
           
ModifiedChannelDefinitionPortalEvent(Object source, IPerson person, IChannelDefinition channelDefinition)
           
PublishedChannelDefinitionPortalEvent(Object source, IPerson person, IChannelDefinition channelDefinition)
           
RemovedChannelDefinitionPortalEvent(Object source, IPerson person, IChannelDefinition channelDefinition)
           
 

Uses of IChannelDefinition in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return IChannelDefinition
protected  IChannelDefinition TransientUserLayoutManagerWrapper.getChannelDefinition(String subId)
          Given a subscribe Id, return a ChannelDefinition.
 

Uses of IChannelDefinition in org.jasig.portal.layout.dlm.remoting.registry
 

Constructors in org.jasig.portal.layout.dlm.remoting.registry with parameters of type IChannelDefinition
ChannelBean(IChannelDefinition channel)
           
 

Uses of IChannelDefinition in org.jasig.portal.layout.node
 

Constructors in org.jasig.portal.layout.node with parameters of type IChannelDefinition
UserLayoutChannelDescription(IChannelDefinition definition)
          Construct channel information from a Channel Definition object.
 

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

Methods in org.jasig.portal.portlet.dao.jpa that return IChannelDefinition
 IChannelDefinition PortletDefinitionImpl.getChannelDefinition()
           
 

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

Methods in org.jasig.portal.portlet.om that return IChannelDefinition
 IChannelDefinition IPortletDefinition.getChannelDefinition()
           
 

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

Constructors in org.jasig.portal.portlets.portletadmin with parameters of type IChannelDefinition
ChannelDefinitionForm(IChannelDefinition def, IPortletDefinition portletDef)
          Construct a new ChannelDefinitionForm from a ChannelDefinition
 

Uses of IChannelDefinition in org.jasig.portal.services.stats
 

Methods in org.jasig.portal.services.stats with parameters of type IChannelDefinition
 void ConditionalStatsRecorder.recordChannelDefinitionModified(IPerson person, IChannelDefinition channelDef)
           
 void IStatsRecorder.recordChannelDefinitionModified(IPerson person, IChannelDefinition channelDef)
          Called when a user modifies an existing channel
 void ConditionalStatsRecorder.recordChannelDefinitionPublished(IPerson person, IChannelDefinition channelDef)
           
 void IStatsRecorder.recordChannelDefinitionPublished(IPerson person, IChannelDefinition channelDef)
          Called when a user publishes a channel
 void ConditionalStatsRecorder.recordChannelDefinitionRemoved(IPerson person, IChannelDefinition channelDef)
           
 void IStatsRecorder.recordChannelDefinitionRemoved(IPerson person, IChannelDefinition channelDef)
          Called when a user removes an existing channel
 

Uses of IChannelDefinition in org.jasig.portal.tools.chanpub
 

Methods in org.jasig.portal.tools.chanpub that return IChannelDefinition
 IChannelDefinition ChannelPublisher.publishChannel(File filename)
          Deprecated. Publishes the channel represented by the XML located in the file represented by the passed in filename and returns the resultant ChannelDefinition object.
 IChannelDefinition IChannelPublisher.publishChannel(File filename)
          Publishes the channel represented by the XML located in the file represented by the passed in filename and returns the resultant ChannelDefinition object.
 IChannelDefinition ChannelPublisher.publishChannel(InputStream is)
          Deprecated. Publishes the channel represented by the XML accessed via the passed in InputStream object and returns the resultant ChannelDefinition object.
 IChannelDefinition IChannelPublisher.publishChannel(InputStream is)
          Publishes the channel represented by the XML accessed via the passed in InputStream object and returns the resultant ChannelDefinition object.
 



Copyright © 2010 Jasig. All Rights Reserved.