Uses of Class
org.jasig.portal.layout.simple.RDBMUserLayoutStore

Packages that use RDBMUserLayoutStore
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.simple   
 

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

Subclasses of RDBMUserLayoutStore in org.jasig.portal.layout.alm
 class AggregatedUserLayoutStore
          AggregatedUserLayoutStore implementation using the relational database with SQL 92.
 

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

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

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

Subclasses of RDBMUserLayoutStore in org.jasig.portal.layout.simple
 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.