Uses of Interface
org.jasig.portal.layout.alm.IAggregatedLayout

Packages that use IAggregatedLayout
org.jasig.portal.layout.alm   
org.jasig.portal.layout.restrictions.alm   
 

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

Classes in org.jasig.portal.layout.alm that implement IAggregatedLayout
 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 IAggregatedLayout
 IAggregatedLayout AggregatedUserLayoutStore.getAggregatedLayout(IPerson person, UserProfile profile)
          Returns the user layout internal representation.
 IAggregatedLayout IAggregatedUserLayoutStore.getAggregatedLayout(IPerson person, UserProfile profile)
          Returns the user layout internal representation.
 

Methods in org.jasig.portal.layout.alm with parameters of type IAggregatedLayout
 void AggregatedUserLayoutStore.setAggregatedLayout(IPerson person, UserProfile profile, IAggregatedLayout layoutImpl)
           
 void IAggregatedUserLayoutStore.setAggregatedLayout(IPerson person, UserProfile profile, IAggregatedLayout layout)
          Persists user layout document.
 

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

Fields in org.jasig.portal.layout.restrictions.alm declared as IAggregatedLayout
private  IAggregatedLayout ALRestrictionManager.layout
           
 

Methods in org.jasig.portal.layout.restrictions.alm with parameters of type IAggregatedLayout
 boolean ALRestriction.checkRestriction(IAggregatedLayout layout, java.lang.String nodeId)
          Checks the restriction on a node for a given user layout and node ID
 

Constructors in org.jasig.portal.layout.restrictions.alm with parameters of type IAggregatedLayout
ALRestrictionManager(IAggregatedLayout layout)