public interface LookupManagerInterface
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.Collection<LookupType> |
getLookupTypes()
Retrieves all the lookup type.
|
void |
release() |
void |
rollback()
Rollback any uncommited changes.
|
LookupType findLookupType(java.lang.String code)
code
- the code of the lookup typejava.util.Collection<LookupType> getLookupTypes()
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 typevoid commit()
void rollback()
void release()