Uses of Interface
org.jasig.portal.layout.IUserLayoutManager

Packages that use IUserLayoutManager
org.jasig.portal   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.immutable   
org.jasig.portal.layout.simple   
 

Uses of IUserLayoutManager in org.jasig.portal
 

Fields in org.jasig.portal declared as IUserLayoutManager
private  IUserLayoutManager GuestUserPreferencesManager.MState.ulm
           
private  IUserLayoutManager UserPreferencesManager.ulm
           
 

Methods in org.jasig.portal that return IUserLayoutManager
 IUserLayoutManager GuestUserPreferencesManagerWrapper.getUserLayoutManager()
           
 IUserLayoutManager GuestUserPreferencesManager.getUserLayoutManager()
           
 IUserLayoutManager UserPreferencesManager.getUserLayoutManager()
           
 IUserLayoutManager IUserPreferencesManager.getUserLayoutManager()
          Returns IUserLayoutManager object for performing layout-related operations.
 IUserLayoutManager GuestUserPreferencesManager.getUserLayoutManager(java.lang.String sessionId)
           
 

Methods in org.jasig.portal with parameters of type IUserLayoutManager
private  IAggregatedUserLayoutManager UserInstance.getAggregatedLayoutManager(IUserLayoutManager ulm)
           
static IChannel ChannelFactory.instantiateLayoutChannel(java.lang.String channelSubscribeId, IUserLayoutManager ulm, java.lang.String sessionId)
          Instantiate a channel from information supplied by the user layout manager.
 void GuestUserPreferencesManagerWrapper.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void UserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newUlm, UserPreferences newPreferences)
           
 void IUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences, java.lang.String sessionId)
           
 

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

Fields in org.jasig.portal.channels.DLMUserPreferences declared as IUserLayoutManager
private  IUserLayoutManager TabColumnPrefsState.ulm
           
private  IUserLayoutManager GPreferencesState.ulm
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return IUserLayoutManager
private  IUserLayoutManager TabColumnPrefsState.getUserLayoutManager()
           
protected  IUserLayoutManager GPreferencesState.getUserLayoutManager()
           
protected  IUserLayoutManager CUserPreferences.getUserLayoutManager()
           
 

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

Fields in org.jasig.portal.channels.UserPreferences declared as IUserLayoutManager
private  IUserLayoutManager TabColumnPrefsState.ulm
           
private  IUserLayoutManager GPreferencesState.ulm
           
 

Methods in org.jasig.portal.channels.UserPreferences that return IUserLayoutManager
private  IUserLayoutManager TabColumnPrefsState.getUserLayoutManager()
           
protected  IUserLayoutManager GPreferencesState.getUserLayoutManager()
           
protected  IUserLayoutManager CUserPreferences.getUserLayoutManager()
           
 

Uses of IUserLayoutManager in org.jasig.portal.layout
 

Classes in org.jasig.portal.layout that implement IUserLayoutManager
 class TransientUserLayoutManagerWrapper
          Wraps IUserLayoutManager interface to provide ability to incorporate channels into a user layout that are not part of their layout structure (persistent).
 

Fields in org.jasig.portal.layout declared as IUserLayoutManager
private  IUserLayoutManager TransientUserLayoutManagerWrapper.man
           
 

Methods in org.jasig.portal.layout that return IUserLayoutManager
 IUserLayoutManager TransientUserLayoutManagerWrapper.getOriginalLayoutManager()
           
static IUserLayoutManager UserLayoutManagerFactory.getUserLayoutManager(IPerson person, UserProfile profile)
          Obtain a regular user layout manager implementation
static IUserLayoutManager UserLayoutManagerFactory.immutableUserLayoutManager(IUserLayoutManager man)
          Returns an immutable version of a user layout manager.
 

Methods in org.jasig.portal.layout with parameters of type IUserLayoutManager
static IUserLayoutManager UserLayoutManagerFactory.immutableUserLayoutManager(IUserLayoutManager man)
          Returns an immutable version of a user layout manager.
 void TransientUserLayoutManagerWrapper.setOriginalLayoutManager(IUserLayoutManager man)
           
 

Constructors in org.jasig.portal.layout with parameters of type IUserLayoutManager
TransientUserLayoutManagerWrapper(IUserLayoutManager manager)
           
 

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

Subinterfaces of IUserLayoutManager in org.jasig.portal.layout.alm
 interface IAggregatedUserLayoutManager
          An aggregated-layout specific extension of the user layout manager interface.
 

Classes in org.jasig.portal.layout.alm that implement IUserLayoutManager
 class AggregatedLayoutManager
          An implementation of Aggregated User Layout Manager Interface defining common operations on user layout nodes, that is channels and folders.
 

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

Classes in org.jasig.portal.layout.dlm that implement IUserLayoutManager
 class DistributedLayoutManager
          A layout manager that provides layout control through layout fragments that are derived from regular portal user accounts.
 

Uses of IUserLayoutManager in org.jasig.portal.layout.immutable
 

Classes in org.jasig.portal.layout.immutable that implement IUserLayoutManager
 class ImmutableUserLayoutManagerWrapper
          Wraps IUserLayoutManager interface to prevent access to mutator methods.
 

Fields in org.jasig.portal.layout.immutable declared as IUserLayoutManager
(package private)  IUserLayoutManager ImmutableUserLayoutManagerWrapper.man
           
 

Constructors in org.jasig.portal.layout.immutable with parameters of type IUserLayoutManager
ImmutableUserLayoutManagerWrapper(IUserLayoutManager manager)
           
 

Uses of IUserLayoutManager in org.jasig.portal.layout.simple
 

Classes in org.jasig.portal.layout.simple that implement IUserLayoutManager
 class SimpleUserLayoutManager
          An implementation of a user layout manager that uses 2.0-release store implementations.