Uses of Class
org.jasig.portal.channels.portlet.ChannelData

Packages that use ChannelData
org.jasig.portal.channels.portlet   
 

Uses of ChannelData in org.jasig.portal.channels.portlet
 

Fields in org.jasig.portal.channels.portlet declared as ChannelData
private  ChannelData ChannelState.channelData
           
 

Methods in org.jasig.portal.channels.portlet that return ChannelData
 ChannelData ChannelState.getChannelData()
           
 

Methods in org.jasig.portal.channels.portlet with parameters of type ChannelData
 void ChannelState.setChannelData(ChannelData cd)