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

Packages that use IUserLayoutFolderDescription
org.jasig.portal.events.support   
org.jasig.portal.layout.node   
org.jasig.portal.rendering   
org.jasig.portal.services.stats   
 

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

Methods in org.jasig.portal.events.support that return IUserLayoutFolderDescription
 IUserLayoutFolderDescription LayoutPortalEvent.getFolder()
           
 

Constructors in org.jasig.portal.events.support with parameters of type IUserLayoutFolderDescription
LayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder, EventType eventType)
           
PageRenderTimePortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder, long renderTime)
           
UserAddedFolderToLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder)
           
UserMovedFolderInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder)
           
UserRemovedFolderFromLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder)
           
UserUpdatedFolderInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder)
           
 

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

Classes in org.jasig.portal.layout.node that implement IUserLayoutFolderDescription
 class UserLayoutFolderDescription
          A class describing a folder node fo the user layout structure.
 

Constructors in org.jasig.portal.layout.node with parameters of type IUserLayoutFolderDescription
UserLayoutFolderDescription(IUserLayoutFolderDescription d)
           
 

Uses of IUserLayoutFolderDescription in org.jasig.portal.rendering
 

Methods in org.jasig.portal.rendering that return IUserLayoutFolderDescription
protected  IUserLayoutFolderDescription StaticRenderingPipeline.getActiveTab(IUserLayoutManager userLayoutManager, int activeTabIndex)
           
 

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

Methods in org.jasig.portal.services.stats with parameters of type IUserLayoutFolderDescription
 void ConditionalStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being added to a user layout
 void ConditionalStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being moved in a user layout
 void ConditionalStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being removed from a user layout
 void ConditionalStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being updated in a user layout
 



Copyright © 2010 Jasig. All Rights Reserved.