|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.businesseditor.objects.LookupManager
public final class LookupManager
A logical container for the lookup objects.
Constructor Summary | |
---|---|
LookupManager() Initializes a LookupManager object. |
Method Summary | |
---|---|
void |
commit() Commit any pending changes. |
LookupType |
createLookupType(java.lang.String code, java.lang.String meaning, java.lang.String desc) Creates a lookup type. |
LookupType |
findLookupType(java.lang.String code) Retrieves the lookup type with the code. |
void |
rollback() Rollback any uncommited changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupManager()
Method Detail |
---|
public LookupType findLookupType(java.lang.String code)
code
- the code of the lookup typepublic LookupType createLookupType(java.lang.String code, java.lang.String meaning, java.lang.String desc)
code
- code of the lookup typemeaning
- meaning of the lookup typedesc
- description of the lookup typeoracle.jbo.JboException
- if a lookup type for the code already existspublic void commit()
public void rollback()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |