com.ibm.pim.interfaces.lookuptable
Interface LookupTable
- public interface LookupTable
Read-only interface for LookupTable object
Field Summary |
static java.lang.String |
copyright
IBM standard copyright |
copyright
public static final java.lang.String copyright
- IBM standard
copyright
getLookupTableEntryByKey
public LookupTableEntry getLookupTableEntryByKey(java.lang.String key)
throws PIMInternalException,
PIMAuthorizationException
- Retrieve a LookupTableEntry identified by the given key
- Parameters:
key
- String identifying the required LookupTableEntry- Returns:
- the requested LookupTableEntry
- Throws:
PIMInternalException
- If an internal error occursPIMAuthorizationException
- If the user is not allowed to perform this operation
getAllLookupTableEntrys
public java.util.ArrayList getAllLookupTableEntrys()
throws PIMInternalException,
PIMAuthorizationException
- Retrieves all the LookupTableEntrys for this LookupTable
- Returns:
- an ArrayList of LookupTableEntrys for this LookupTable
- Throws:
PIMInternalException
- If there is an internal WPC problemPIMAuthorizationException
- If the user is not allowed to perform this operation
getSpec
public LookupSpec getSpec()
throws PIMInternalException,
PIMAuthorizationException
- Retrieve the Lookup Spec associated with this LookupTable
- Returns:
- The Lookup Spec associated with this LookupTable
- Throws:
PIMInternalException
- If an internal error occursPIMAuthorizationException
- If the user is not allowed to perform this operation