|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for LookupTable object
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.util.ArrayList |
getAllLookupTableEntrys()
Retrieves all the LookupTableEntrys for this LookupTable |
LookupTableEntry |
getLookupTableEntryByKey(java.lang.String key)
Retrieve a LookupTableEntry identified by the given key |
LookupSpec |
getSpec()
Retrieve the Lookup Spec associated with this LookupTable |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public LookupTableEntry getLookupTableEntryByKey(java.lang.String key) throws PIMInternalException, PIMAuthorizationException
key
- String identifying the required LookupTableEntry
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic java.util.ArrayList getAllLookupTableEntrys() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If there is an internal WPC problem
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic LookupSpec getSpec() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operation
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |