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

Packages that use IAggregatedUserLayoutManager
org.jasig.portal   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.alm.channels   
 

Uses of IAggregatedUserLayoutManager in org.jasig.portal
 

Methods in org.jasig.portal that return IAggregatedUserLayoutManager
private  IAggregatedUserLayoutManager UserInstance.getAggregatedLayoutManager(IUserLayoutManager ulm)
           
 

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

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

Fields in org.jasig.portal.layout.alm declared as IAggregatedUserLayoutManager
private  IAggregatedUserLayoutManager AggregatedLayout.layoutManager
           
 

Methods in org.jasig.portal.layout.alm with parameters of type IAggregatedUserLayoutManager
 void AggregatedLayout.setLayoutManager(IAggregatedUserLayoutManager layoutManager)
           
 

Constructors in org.jasig.portal.layout.alm with parameters of type IAggregatedUserLayoutManager
AggregatedLayout(java.lang.String layoutId, IAggregatedUserLayoutManager layoutManager)
           
ALFragment(java.lang.String fragmentId, IAggregatedUserLayoutManager layoutManager)
           
 

Uses of IAggregatedUserLayoutManager in org.jasig.portal.layout.alm.channels
 

Fields in org.jasig.portal.layout.alm.channels declared as IAggregatedUserLayoutManager
protected  IAggregatedUserLayoutManager FragmentManager.alm