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

Packages that use IUserLayoutStore
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
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. 
 

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

Fields in org.jasig.portal.channels.DLMUserPreferences declared as IUserLayoutStore
protected  IUserLayoutStore CUserPreferences.ulsdb
          Deprecated.  
 

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

Fields in org.jasig.portal.channels.UserPreferences declared as IUserLayoutStore
protected  IUserLayoutStore CUserPreferences.ulsdb
          Deprecated.  
 

Uses of IUserLayoutStore in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return IUserLayoutStore
static IUserLayoutStore UserLayoutStoreFactory.getUserLayoutStoreImpl()
          Returns the singleton IUserLayoutStore instance, which will be that specified in portal.properties, an instance of the default IUserLayoutStore, or null, in that order.
 

Methods in org.jasig.portal.layout with parameters of type IUserLayoutStore
 void IUserLayoutManager.setLayoutStore(IUserLayoutStore ls)
          Set a user layout store implementation.
 void TransientUserLayoutManagerWrapper.setLayoutStore(IUserLayoutStore ls)
           
 

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

Classes in org.jasig.portal.layout.dlm that implement IUserLayoutStore
 class RDBMDistributedLayoutStore
          This class extends RDBMUserLayoutStore and implements instantiating and storing layouts that conform to the design of the distribute layout management system.
 

Methods in org.jasig.portal.layout.dlm that return IUserLayoutStore
protected  IUserLayoutStore DistributedLayoutManager.getLayoutStore()
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type IUserLayoutStore
 void DistributedLayoutManager.setLayoutStore(IUserLayoutStore store)
           
 

Constructors in org.jasig.portal.layout.dlm with parameters of type IUserLayoutStore
DistributedLayoutManager(IPerson owner, UserProfile profile, IUserLayoutStore store)
           
 

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

Methods in org.jasig.portal.layout.immutable with parameters of type IUserLayoutStore
 void ImmutableUserLayoutManagerWrapper.setLayoutStore(IUserLayoutStore ls)
           
 

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

Classes in org.jasig.portal.layout.simple that implement IUserLayoutStore
 class RDBMUserLayoutStore
          SQL implementation for the 2.x relational database model.
 

Fields in org.jasig.portal.layout.simple declared as IUserLayoutStore
protected  IUserLayoutStore SimpleUserLayoutManager.store
           
 

Methods in org.jasig.portal.layout.simple that return IUserLayoutStore
protected  IUserLayoutStore SimpleUserLayoutManager.getLayoutStore()
           
 

Methods in org.jasig.portal.layout.simple with parameters of type IUserLayoutStore
 void SimpleUserLayoutManager.setLayoutStore(IUserLayoutStore store)
           
 

Constructors in org.jasig.portal.layout.simple with parameters of type IUserLayoutStore
SimpleUserLayoutManager(IPerson owner, UserProfile profile, IUserLayoutStore store)
           
 



Copyright © 2010 Jasig. All Rights Reserved.