org.jasig.portal.layout.simple |
|
Java Source File Name | Type | Comment |
OracleUserLayoutStore.java | Class | 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. |
RDBMUserLayoutStore.java | Class | SQL implementation for the 2.x relational database model.
Prior to uPortal 2.5, this class existed in the org.jasig.portal package. |
SimpleLayout.java | Class | The simple user layout implementation. |
SimpleUserLayoutManager.java | Class | An implementation of a user layout manager that uses 2.0-release store implementations. |
SimpleUserLayoutManagerTest.java | Class | JUnit testcase for SimpleUserLayoutManager. |