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

Packages that use IUserLayoutChannelDescription
org.jasig.portal   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.events.support   
org.jasig.portal.layout.dlm Interfaces and classes in support of Distributed Layout Management. 
org.jasig.portal.layout.node   
org.jasig.portal.services.stats   
 

Uses of IUserLayoutChannelDescription in org.jasig.portal
 

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

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

Constructors in org.jasig.portal.channels.DLMUserPreferences with parameters of type IUserLayoutChannelDescription
TabColumnPrefsState.ParametersState(TabColumnPrefsState context, org.jasig.portal.channels.DLMUserPreferences.BaseState previousState, List overridableChanParams, IUserLayoutChannelDescription channelDesc)
          Deprecated.  
TabColumnPrefsState.ParametersState(TabColumnPrefsState context, org.jasig.portal.channels.DLMUserPreferences.BaseState previousState, List overridableChanParams, IUserLayoutChannelDescription channelDesc, String position, String destinationElementId)
          Deprecated.  
 

Uses of IUserLayoutChannelDescription in org.jasig.portal.events.support
 

Methods in org.jasig.portal.events.support that return IUserLayoutChannelDescription
 IUserLayoutChannelDescription ChannelLayoutPortalEvent.getChannelDescription()
           
 

Constructors in org.jasig.portal.events.support with parameters of type IUserLayoutChannelDescription
ChannelAddedToLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
ChannelInstanciatedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
ChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, EventType eventType)
           
ChannelMovedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription oldParentNode, IUserLayoutNodeDescription newParentNode)
           
ChannelRemovedFromLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
ChannelRenderedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, long renderTime, boolean renderedFromCache)
           
ChannelTargetedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
ChannelUpdatedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
PortletActionInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, long renderTime)
           
TimedChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, long renderTime, EventType eventType)
           
 

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

Classes in org.jasig.portal.layout.dlm that implement IUserLayoutChannelDescription
 class ChannelDescription
          DLM specific Channel description to protect DLM artifacts of channels.
 

Constructors in org.jasig.portal.layout.dlm with parameters of type IUserLayoutChannelDescription
ChannelDescription(IUserLayoutChannelDescription d)
          Overridden constructor of super class.
 

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.stats
 

Methods in org.jasig.portal.services.stats with parameters of type IUserLayoutChannelDescription
 void ConditionalStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being added to a user layout
 void ConditionalStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being instantiated
 void ConditionalStatsRecorder.recordChannelMovedInLayout(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 ConditionalStatsRecorder.recordChannelRemovedFromLayout(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 ConditionalStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being rendered
 void ConditionalStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being targeted
 void ConditionalStatsRecorder.recordChannelUpdatedInLayout(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
 



Copyright © 2010 Jasig. All Rights Reserved.