Uses of Interface
org.jasig.portal.layout.alm.IALChannelDescription

Packages that use IALChannelDescription
org.jasig.portal.layout.alm   
 

Uses of IALChannelDescription in org.jasig.portal.layout.alm
 

Classes in org.jasig.portal.layout.alm that implement IALChannelDescription
 class ALChannelDescription
          An extension of the ChannelDescription for the Aggregated Layout implementation.
 

Methods in org.jasig.portal.layout.alm with parameters of type IALChannelDescription
 void AggregatedUserLayoutStore.fillChannelDescription(IALChannelDescription channelDesc)
           
 

Constructors in org.jasig.portal.layout.alm with parameters of type IALChannelDescription
ALChannel(IALChannelDescription nd)