Uses of Interface
org.jasig.portal.layout.node.IUserLayoutChannelDescription

Packages that use IUserLayoutChannelDescription
org.jasig.portal   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.container.om.entity   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.node   
org.jasig.portal.services   
org.jasig.portal.services.stats   
 

Uses of IUserLayoutChannelDescription in org.jasig.portal
 

Methods in org.jasig.portal with parameters of type IUserLayoutChannelDescription
private  IChannel ChannelManager.instantiateChannel(IUserLayoutChannelDescription cd)
           
static IChannel ChannelFactory.instantiateLayoutChannel(IUserLayoutChannelDescription description, java.lang.String sessionId)
          Construct channel instance based on a channel description object.
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.channels.DLMUserPreferences
 

Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type IUserLayoutChannelDescription
private  void TabColumnPrefsState.ParametersState.updateParams(IUserLayoutChannelDescription cd)
           
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.channels.UserPreferences
 

Methods in org.jasig.portal.channels.UserPreferences with parameters of type IUserLayoutChannelDescription
private  void TabColumnPrefsState.ParametersState.updateParams(IUserLayoutChannelDescription cd)
           
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.container.om.entity
 

Fields in org.jasig.portal.container.om.entity declared as IUserLayoutChannelDescription
private  IUserLayoutChannelDescription PortletEntityImpl.channelDescription
           
 

Methods in org.jasig.portal.container.om.entity with parameters of type IUserLayoutChannelDescription
 void PortletEntityImpl.setChannelDescription(IUserLayoutChannelDescription channelDescription)
           
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return IUserLayoutChannelDescription
private  IUserLayoutChannelDescription TransientUserLayoutManagerWrapper.getTransientNode(java.lang.String nodeId)
          Return an IUserLayoutChannelDescription by way of nodeId
 

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

Subinterfaces of IUserLayoutChannelDescription in org.jasig.portal.layout.alm
 interface IALChannelDescription
          An Aggregated Layout channel description.
 

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

Constructors in org.jasig.portal.layout.alm with parameters of type IUserLayoutChannelDescription
ALChannelDescription(IUserLayoutChannelDescription d)
           
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.layout.dlm
 

Methods in org.jasig.portal.layout.dlm with parameters of type IUserLayoutChannelDescription
private  void DistributedLayoutManager.pushChanDiffsIntoPlf(org.w3c.dom.Element element, IUserLayoutChannelDescription newChan, IUserLayoutChannelDescription oldChan)
           
 

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

Classes in org.jasig.portal.layout.node that implement IUserLayoutChannelDescription
 class UserLayoutChannelDescription
          A class managing information contained in a user layout channel node.
 

Constructors in org.jasig.portal.layout.node with parameters of type IUserLayoutChannelDescription
UserLayoutChannelDescription(IUserLayoutChannelDescription d)
           
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.services
 

Methods in org.jasig.portal.services with parameters of type IUserLayoutChannelDescription
static void StatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being added to a user layout
static void StatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being instantiated
static void StatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being moved in a user layout
static void StatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being removed from a user layout
static void StatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being rendered
static void StatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being targeted.
static void StatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being updated in a user layout
 

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

Fields in org.jasig.portal.services.stats declared as IUserLayoutChannelDescription
(package private)  IUserLayoutChannelDescription RecordChannelRemovedFromLayoutWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelUpdatedInLayoutWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelMovedInLayoutWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelTargetedWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelAddedToLayoutWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelInstantiatedWorkerTask.channelDesc
           
(package private)  IUserLayoutChannelDescription RecordChannelRenderedWorkerTask.channelDesc
           
 

Methods in org.jasig.portal.services.stats with parameters of type IUserLayoutChannelDescription
 void IStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being added to a user layout
 void ListStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being instantiated
 void ListStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being moved in a user layout
 void ListStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being removed from a user layout
 void ListStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being rendered
 void ListStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being targeted
 void ListStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being updated in a user layout
 void ListStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 

Constructors in org.jasig.portal.services.stats with parameters of type IUserLayoutChannelDescription
RecordChannelAddedToLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelInstantiatedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelMovedInLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelRemovedFromLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelRenderedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelTargetedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelUpdatedInLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)