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

Packages that use IUserLayout
org.jasig.portal.container.om.entity   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.immutable   
org.jasig.portal.layout.restrictions   
org.jasig.portal.layout.restrictions.alm   
org.jasig.portal.layout.simple   
 

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

Fields in org.jasig.portal.container.om.entity declared as IUserLayout
private  IUserLayout PortletEntityImpl.layout
           
 

Methods in org.jasig.portal.container.om.entity with parameters of type IUserLayout
 void PortletEntityImpl.setUserLayout(IUserLayout layout)
           
 

Uses of IUserLayout in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return IUserLayout
 IUserLayout IUserLayoutManager.getUserLayout()
          Gets a user layout (with appropriate markings).
 IUserLayout TransientUserLayoutManagerWrapper.getUserLayout()
           
 

Methods in org.jasig.portal.layout with parameters of type IUserLayout
 void IUserLayoutManager.setUserLayout(IUserLayout userLayout)
          Sets a user layout (with appropriate markings).
 void TransientUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
           
 

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

Subinterfaces of IUserLayout in org.jasig.portal.layout.alm
 interface IAggregatedLayout
          An aggregated-layout specific extension of the user layout interface Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout.
 interface ILayoutFragment
          An interface representing the user layout fragment.
 

Classes in org.jasig.portal.layout.alm that implement IUserLayout
 class AggregatedLayout
          The aggregated user layout implementation.
 class ALFragment
          The implementation of the user layout fragment.
 

Methods in org.jasig.portal.layout.alm that return IUserLayout
 IUserLayout AggregatedLayoutManager.getUserLayout()
           
 

Methods in org.jasig.portal.layout.alm with parameters of type IUserLayout
 void AggregatedLayoutManager.setUserLayout(IUserLayout layout)
           
 

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

Methods in org.jasig.portal.layout.dlm that return IUserLayout
 IUserLayout DistributedLayoutManager.getUserLayout()
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type IUserLayout
 void DistributedLayoutManager.setUserLayout(IUserLayout userLayout)
           
 

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

Methods in org.jasig.portal.layout.immutable that return IUserLayout
 IUserLayout ImmutableUserLayoutManagerWrapper.getUserLayout()
           
 

Methods in org.jasig.portal.layout.immutable with parameters of type IUserLayout
 void ImmutableUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
           
 

Uses of IUserLayout in org.jasig.portal.layout.restrictions
 

Methods in org.jasig.portal.layout.restrictions with parameters of type IUserLayout
 void IRestrictionManager.setUserLayout(IUserLayout layout)
          Sets the user layout.
 

Uses of IUserLayout in org.jasig.portal.layout.restrictions.alm
 

Methods in org.jasig.portal.layout.restrictions.alm with parameters of type IUserLayout
static IRestrictionManager RestrictionManagerFactory.getRestrictionManager(IUserLayout layout)
          Obtain a regular restriction manager implementation
 void ALRestrictionManager.setUserLayout(IUserLayout layout)
           
 

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

Classes in org.jasig.portal.layout.simple that implement IUserLayout
 class SimpleLayout
          The simple user layout implementation.
 

Fields in org.jasig.portal.layout.simple declared as IUserLayout
protected  IUserLayout SimpleUserLayoutManager.userLayout
           
 

Methods in org.jasig.portal.layout.simple that return IUserLayout
 IUserLayout SimpleUserLayoutManager.getUserLayout()
           
 

Methods in org.jasig.portal.layout.simple with parameters of type IUserLayout
 void SimpleUserLayoutManager.setUserLayout(IUserLayout userLayout)