public class ConfirmGiftRegistryBOD extends ConfirmBOD implements BusinessObjectDocument
ConfirmGiftRegistryBOD
is a message that is returned to confirm
the result of a gift registry update being requested. A successful result implies
the update was processed successfully. A failure result means there was a problem
processing the update.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ConfirmGiftRegistryBOD()
Default Constructor
|
ConfirmGiftRegistryBOD(ActivityToken aToken,
DataArea dataArea)
Construct this BOD given an activity token and a data area
|
ConfirmGiftRegistryBOD(ConfirmBOD cBOD)
Construct this BOD from its parent type
|
Modifier and Type | Method and Description |
---|---|
GiftRegistryVO[] |
getOutcomeValueObjects()
Returns all the value objects in this confirmBOD
|
GiftRegistryVO |
getPrimaryNounOutcomeValue()
Returns the primary noun value object that caused the failure if any.
|
ProcessingOutcomeMessage |
getPrimaryProcessingOutcomeMessage()
Returns the primary description of why a particular noun failed to be processed.
|
getConfirmation, setAppendBOD, setAppendOurcomeValueObject, setBOD, setConfirmation, setOutcomeValueObjects
getAction, getApplicationArea, getDataArea, getValue, setActivityToken, setDataArea, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAction, getApplicationArea, getDataArea, getValue, setActivityToken, setDataArea
public static final java.lang.String COPYRIGHT
public ConfirmGiftRegistryBOD()
public ConfirmGiftRegistryBOD(ConfirmBOD cBOD)
ConfirmBOD
- public ConfirmGiftRegistryBOD(ActivityToken aToken, DataArea dataArea)
aToken
- dataArea
- public ProcessingOutcomeMessage getPrimaryProcessingOutcomeMessage()
public GiftRegistryVO getPrimaryNounOutcomeValue()
public GiftRegistryVO[] getOutcomeValueObjects()