|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupTable
Interface for LookupTable object
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
LookupTableEntry |
createEntry()
Creates a new LookupTableEntry. |
Schedule |
deleteAsynchronous()
Schedules the complete LookupTable deletion. |
PIMCollection<LookupTableEntry> |
getLookupTableEntries()
Retrieves all the LookupTableEntries for this LookupTable |
LookupTableEntry |
getLookupTableEntry(java.lang.String key)
Retrieve a LookupTableEntry identified by the given key |
java.lang.String |
getName()
Retrieves the LookupTable name |
LookupSpec |
getSpec()
Retrieve the Lookup Spec associated with this LookupTable |
VersionInfo |
getVersionInfo()
Retrieves version information for this LookupTable |
void |
save()
persists the LookupTable to the database |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
PIMCollection<LookupTableEntry> getLookupTableEntries()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useLookupTableEntry getLookupTableEntry(java.lang.String key)
key
- String identifying the required LookupTableEntry
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalArgumentException
- If key is null or if the key is an empty stringLookupSpec getSpec()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usevoid save()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future useSchedule deleteAsynchronous()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the current user does not have the equivalent of
Permission.CATALOG_DELETE
LookupTableEntry createEntry()
com.ibm.pim.attribute
method before invoking
LookupTableEntry.save()
method.
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalStateException
- If the Lookup Table has not yet been persistedVersionInfo getVersionInfo()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usejava.lang.String getName()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |