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