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.io   
org.jasig.portal.layout Interfaces and classes for basic layouts support. 
org.jasig.portal.layout.dlm Interfaces and classes in support of Distributed Layout Management. 
org.jasig.portal.layout.immutable Classes in support of restricting the user from changing the layout. 
org.jasig.portal.layout.simple Intefaces and classes primarily for Simple Layouts. 
org.jasig.portal.portlet.dao.trans   
org.jasig.portal.rendering   
 

Uses of IUserLayoutManager in org.jasig.portal
 

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

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

Constructors in org.jasig.portal with parameters of type IUserLayoutManager
ChannelStaticData(Map parameters, IUserLayoutManager ulm)
          Deprecated. If support is being provided to update channel parameters then a Layout Manager instance is required and the initial values of parameters must be set here to forgo override checks.
 

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

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

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

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

Uses of IUserLayoutManager in org.jasig.portal.io
 

Constructors in org.jasig.portal.io with parameters of type IUserLayoutManager
ChannelTitleIncorporationWiterFilter(Writer wrappedWriter, ChannelManager channelManager, IUserLayoutManager userLayoutManager)
           
 

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

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

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.
 

Uses of IUserLayoutManager in org.jasig.portal.portlet.dao.trans
 

Methods in org.jasig.portal.portlet.dao.trans that return IUserLayoutManager
protected  IUserLayoutManager TransientPortletEntityDao.getUserLayoutManager()
           
 

Uses of IUserLayoutManager in org.jasig.portal.rendering
 

Methods in org.jasig.portal.rendering with parameters of type IUserLayoutManager
protected  IUserLayoutFolderDescription StaticRenderingPipeline.getActiveTab(IUserLayoutManager userLayoutManager, int activeTabIndex)
           
 



Copyright © 2010 Jasig. All Rights Reserved.