Uses of Class
org.jasig.portal.ChannelCategory

Packages that use ChannelCategory
org.jasig.portal   
org.jasig.portal.tools.chanpub   
 

Uses of ChannelCategory in org.jasig.portal
 

Methods in org.jasig.portal that return ChannelCategory
 ChannelCategory IChannelRegistryStore.getChannelCategory(java.lang.String channelCategoryId)
          Gets an existing channel category.
 ChannelCategory RDBMChannelRegistryStore.getChannelCategory(java.lang.String channelCategoryId)
          Gets an existing channel category.
 ChannelCategory[] IChannelRegistryStore.getChildCategories(ChannelCategory parent)
          Gets all child channel categories for a parent category.
 ChannelCategory[] RDBMChannelRegistryStore.getChildCategories(ChannelCategory parent)
          Gets all child channel categories for a parent category.
 ChannelCategory[] IChannelRegistryStore.getParentCategories(ChannelCategory child)
          Gets the immediate parent categories of this category.
 ChannelCategory[] RDBMChannelRegistryStore.getParentCategories(ChannelCategory child)
          Gets the immediate parent categories of this category.
 ChannelCategory[] IChannelRegistryStore.getParentCategories(ChannelDefinition child)
          Gets the immediate parent categories of this channel definition.
 ChannelCategory[] RDBMChannelRegistryStore.getParentCategories(ChannelDefinition child)
          Gets the immediate parent categories of this channel definition.
 ChannelCategory IChannelRegistryStore.getTopLevelChannelCategory()
          Gets top level channel category
 ChannelCategory RDBMChannelRegistryStore.getTopLevelChannelCategory()
          Gets top level channel category
 ChannelCategory IChannelRegistryStore.newChannelCategory()
          Creates a new channel category.
 ChannelCategory RDBMChannelRegistryStore.newChannelCategory()
          Creates a new channel category.
 ChannelCategory IChannelRegistryStore.newChannelCategory(java.lang.String name, java.lang.String description, java.lang.String creatorId)
          Creates a new channel category with the specified values.
 ChannelCategory RDBMChannelRegistryStore.newChannelCategory(java.lang.String name, java.lang.String description, java.lang.String creatorId)
          Creates a new channel category with the specified values.
 

Methods in org.jasig.portal with parameters of type ChannelCategory
 void IChannelRegistryStore.addCategoryToCategory(ChannelCategory source, ChannelCategory destination)
          Makes one category a child of another.
 void RDBMChannelRegistryStore.addCategoryToCategory(ChannelCategory child, ChannelCategory parent)
          Makes one category a child of another.
 void IChannelRegistryStore.addChannelToCategory(ChannelDefinition channelDef, ChannelCategory category)
          Associates a channel definition with a category.
 void RDBMChannelRegistryStore.addChannelToCategory(ChannelDefinition channelDef, ChannelCategory category)
          Associates a channel definition with a category.
 void IChannelRegistryStore.deleteChannelCategory(ChannelCategory category)
          Deletes a channel category.
 void RDBMChannelRegistryStore.deleteChannelCategory(ChannelCategory category)
          Deletes a channel category.
 ChannelCategory[] IChannelRegistryStore.getChildCategories(ChannelCategory parent)
          Gets all child channel categories for a parent category.
 ChannelCategory[] RDBMChannelRegistryStore.getChildCategories(ChannelCategory parent)
          Gets all child channel categories for a parent category.
 ChannelDefinition[] IChannelRegistryStore.getChildChannels(ChannelCategory parent)
          Gets all child channel definitions for a parent category.
 ChannelDefinition[] RDBMChannelRegistryStore.getChildChannels(ChannelCategory parent)
          Gets all child channel definitions for a parent category.
 ChannelCategory[] IChannelRegistryStore.getParentCategories(ChannelCategory child)
          Gets the immediate parent categories of this category.
 ChannelCategory[] RDBMChannelRegistryStore.getParentCategories(ChannelCategory child)
          Gets the immediate parent categories of this category.
 void IChannelRegistryStore.removeCategoryFromCategory(ChannelCategory child, ChannelCategory parent)
          Makes one category a child of another.
 void RDBMChannelRegistryStore.removeCategoryFromCategory(ChannelCategory child, ChannelCategory parent)
          Makes one category a child of another.
 void IChannelRegistryStore.removeChannelFromCategory(ChannelDefinition channelDef, ChannelCategory category)
          Disassociates a channel definition from a category.
 void RDBMChannelRegistryStore.removeChannelFromCategory(ChannelDefinition channelDef, ChannelCategory category)
          Disassociates a channel definition from a category.
 void IChannelRegistryStore.saveChannelCategory(ChannelCategory category)
          Persists a channel category.
 void RDBMChannelRegistryStore.saveChannelCategory(ChannelCategory category)
          Persists a channel category.
 

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

Fields in org.jasig.portal.tools.chanpub declared as ChannelCategory
(package private)  ChannelCategory[] ChannelPublisher.ChannelInfo.categories
           
 

Methods in org.jasig.portal.tools.chanpub that return ChannelCategory
private  ChannelCategory[] ChannelPublisher.getDefaultCategory(boolean fNameAccessibleOnly)
          Obtains an auto-publish category located in the root category or creates if not found.