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

Packages that use IUserLayoutStore
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.channels   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.immutable   
org.jasig.portal.layout.simple   
org.jasig.portal.tools   
 

Uses of IUserLayoutStore in org.jasig.portal
 

Fields in org.jasig.portal declared as IUserLayoutStore
(package private)  IUserLayoutStore UserPreferencesManager.ulsdb
           
 

Uses of IUserLayoutStore in org.jasig.portal.channels
 

Fields in org.jasig.portal.channels declared as IUserLayoutStore
(package private)  IUserLayoutStore CSelectSystemProfile.ulsdb
           
 

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

Fields in org.jasig.portal.channels.DLMUserPreferences declared as IUserLayoutStore
(package private)  IUserLayoutStore ManageProfilesState.ulsdb
           
protected  IUserLayoutStore GPreferencesState.ulsdb
           
protected  IUserLayoutStore CUserPreferences.ulsdb
           
private static IUserLayoutStore TabColumnPrefsState.ulStore
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return IUserLayoutStore
private  IUserLayoutStore ManageProfilesState.getUserLayoutStore()
           
 

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

Fields in org.jasig.portal.channels.UserPreferences declared as IUserLayoutStore
(package private)  IUserLayoutStore ManageProfilesState.ulsdb
           
protected  IUserLayoutStore GPreferencesState.ulsdb
           
protected  IUserLayoutStore CUserPreferences.ulsdb
           
private static IUserLayoutStore TabColumnPrefsState.ulStore
           
 

Methods in org.jasig.portal.channels.UserPreferences that return IUserLayoutStore
private  IUserLayoutStore ManageProfilesState.getUserLayoutStore()
           
 

Uses of IUserLayoutStore in org.jasig.portal.layout
 

Fields in org.jasig.portal.layout declared as IUserLayoutStore
private static IUserLayoutStore UserLayoutStoreFactory.userLayoutStoreImpl
          Static singleton instance of userLayoutStoreImpl.
 

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.alm
 

Subinterfaces of IUserLayoutStore in org.jasig.portal.layout.alm
 interface IAggregatedUserLayoutStore
          IAggregatedUserLayoutStore defines the base methods working with aggregated user layout store.
 

Classes in org.jasig.portal.layout.alm that implement IUserLayoutStore
 class AggregatedUserLayoutStore
          AggregatedUserLayoutStore implementation using the relational database with SQL 92.
 

Fields in org.jasig.portal.layout.alm declared as IUserLayoutStore
private static IUserLayoutStore UserPriorityManager.layoutStore
           
 

Methods in org.jasig.portal.layout.alm with parameters of type IUserLayoutStore
 void AggregatedLayoutManager.setLayoutStore(IUserLayoutStore layoutStore)
           
 

Constructors in org.jasig.portal.layout.alm with parameters of type IUserLayoutStore
AggregatedLayoutManager(IPerson person, UserProfile userProfile, IUserLayoutStore layoutStore)
           
 

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

Fields in org.jasig.portal.layout.channels declared as IUserLayoutStore
private static IUserLayoutStore CSkinSelector.store
           
 

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.
 

Fields in org.jasig.portal.layout.dlm declared as IUserLayoutStore
protected  IUserLayoutStore DistributedLayoutManager.store
           
 

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 OracleUserLayoutStore
          Oracle optimized SQL implementation of the 2.x relational database model Sequence numbers have the form of {Table Name}_SEQ and, at the moment, they must have been created by hand before uPortal is started.
 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)
           
 

Uses of IUserLayoutStore in org.jasig.portal.tools
 

Fields in org.jasig.portal.tools declared as IUserLayoutStore
private static IUserLayoutStore ConvertProfilesToAL.uls