Uses of Class
org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore

Packages that use RDBMDistributedLayoutStore
org.jasig.portal.layout.dlm   
 

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

Fields in org.jasig.portal.layout.dlm declared as RDBMDistributedLayoutStore
private static RDBMDistributedLayoutStore PositionManager.dls
           
private  RDBMDistributedLayoutStore FragmentActivator.dls
           
private static RDBMDistributedLayoutStore EditManager.dls
           
private static RDBMDistributedLayoutStore DeleteManager.dls
           
 

Methods in org.jasig.portal.layout.dlm that return RDBMDistributedLayoutStore
private static RDBMDistributedLayoutStore PositionManager.getDLS()
          Hands back the single instance of RDBMDistributedLayoutStore.
private static RDBMDistributedLayoutStore EditManager.getDLS()
          Hands back the single instance of RDBMDistributedLayoutStore.
private static RDBMDistributedLayoutStore DeleteManager.getDLS()
          Hands back the single instance of RDBMDistributedLayoutStore.
 

Methods in org.jasig.portal.layout.dlm with parameters of type RDBMDistributedLayoutStore
static void ConfigurationLoader.load(RDBMDistributedLayoutStore dlManager)
          Load the distributed layout configuration.
 

Constructors in org.jasig.portal.layout.dlm with parameters of type RDBMDistributedLayoutStore
FragmentActivator(RDBMDistributedLayoutStore dls, FragmentDefinition[] fragments)