|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.RDBMUserLayoutStore
org.jasig.portal.OracleUserLayoutStore
Sequence numbers have the form of {Table Name}_SEQ and, at the moment, they must have been created by hand before uPortal is started. See UP_SEQUENCE in properties/data.xml for the tables that expect sequence counters, and the expected starting value.
Constructor Summary | |
OracleUserLayoutStore()
|
Method Summary | |
void |
createCounter(java.lang.String tableName)
Create a sequence counter |
int |
getIncrementIntegerId(java.lang.String tableName)
Get the next incremental value |
void |
setCounter(java.lang.String tableName,
int value)
Modify the current value of a counter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleUserLayoutStore() throws java.lang.Exception
Method Detail |
public int getIncrementIntegerId(java.lang.String tableName) throws java.lang.Exception
tableName
-
java.lang.Exception
public void createCounter(java.lang.String tableName) throws java.lang.Exception
tableName
-
java.lang.Exception
public void setCounter(java.lang.String tableName, int value) throws java.lang.Exception
tableName
- value
-
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |