Uses of Class
org.jasig.portal.ChannelType

Packages that use ChannelType
org.jasig.portal   
 

Uses of ChannelType in org.jasig.portal
 

Methods in org.jasig.portal that return ChannelType
 ChannelType IChannelRegistryStore.getChannelType(int channelTypeId)
          Get the channel type associated with a particular identifier.
 ChannelType RDBMChannelRegistryStore.getChannelType(int channelTypeId)
          Get the channel type associated with a particular identifier.
 ChannelType[] IChannelRegistryStore.getChannelTypes()
          Returns an array of ChannelTypes.
 ChannelType[] RDBMChannelRegistryStore.getChannelTypes()
          Get channel types.
 ChannelType IChannelRegistryStore.newChannelType()
          Creates a new channel type.
 ChannelType RDBMChannelRegistryStore.newChannelType()
          Create a new ChannelType object.
 

Methods in org.jasig.portal with parameters of type ChannelType
 void IChannelRegistryStore.deleteChannelType(ChannelType chanType)
          Deletes a channel type.
 void RDBMChannelRegistryStore.deleteChannelType(ChannelType chanType)
          Deletes a channel type.
 void IChannelRegistryStore.saveChannelType(ChannelType chanType)
          Persists a channel type.
 void RDBMChannelRegistryStore.saveChannelType(ChannelType chanType)
          Persists a channel type.