|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for the Manager of LookupTable objects
Field Summary | |
---|---|
static java.lang.String |
copyright
IBM standard copyright |
Method Summary | |
---|---|
LookupTable |
getLookupTableByName(java.lang.String lookupTableName)
Retrieves a specific LookupTable by name |
PIMCollection |
getLookupTables()
Retrieves all LookupTables available in the current context |
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager |
---|
getManagerName |
Field Detail |
public static final java.lang.String copyright
copyright
Method Detail |
public PIMCollection getLookupTables() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
LookupTable
public LookupTable getLookupTableByName(java.lang.String lookupTableName) throws PIMInternalException, PIMAuthorizationException
lookupTableName
- The name of the LookupTable to be retrieved
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationLookupTable
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |