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
 
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

copyright

public static final java.lang.String copyright
IBM standard copyright
Method Detail

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 occurs
PIMAuthorizationException - 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 problem
PIMAuthorizationException - 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 occurs
PIMAuthorizationException - If the user is not allowed to perform this operation