|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupTableEntry
Interface for an entry within a LookupTable
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
delete()
Removes this lookuptable entry from the lookup table |
java.lang.String |
getKey()
Returns the key that for the item values in this LookupTableEntry |
java.util.List<java.lang.String> |
getValues()
Returns all the item values in this LookupTableEntry |
ValidationErrors |
save()
Persists this entry to the database |
Methods inherited from interface com.ibm.pim.attribute.AttributeOwner |
---|
getAttributeChangesComparedTo, getAttributeChangesSinceLastSave, getAttributeInstance, getAttributeValue, getOriginalAttributeOwner, getRootAttributeInstance, getRootAttributeInstances, getSpecs, isComparable, setAttributeValue |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getKey()
PIMInternalException
- If an internal error occursjava.util.List<java.lang.String> getValues()
PIMInternalException
- If an internal error occursValidationErrors save()
PIMInternalException
- If an internal error occurs or if the user invokes this
method without set the key for a newly created
LookupTableEntry object
PIMAuthorizationException
- Reserved for future usevoid delete()
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 |