public class ConfirmAuthenticationGiftRegistryBOD extends ConfirmBOD implements BusinessObjectDocument
ConfirmAuthenticationGiftRegistryBOD
is a message that is returned to confirm
the result of an authentication request to a gift registry. A successful result means
authentication was a success. Failure means it was not successful.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ConfirmAuthenticationGiftRegistryBOD()
Default Constructor
|
ConfirmAuthenticationGiftRegistryBOD(ActivityToken aToken,
DataArea dataArea)
Construct this BOD given an activity token and a data area
|
ConfirmAuthenticationGiftRegistryBOD(ConfirmBOD cBOD)
Construct this BOD from its parent type
|
Modifier and Type | Method and Description |
---|---|
GiftRegistryAuthenticationVO[] |
getOutcomeValueObjects()
Returns all the value objects in this confirmBOD
|
GiftRegistryAuthenticationVO |
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 ConfirmAuthenticationGiftRegistryBOD()
public ConfirmAuthenticationGiftRegistryBOD(ConfirmBOD cBOD)
ConfirmBOD
- the generic confirmmation BOD that this object is based onpublic ConfirmAuthenticationGiftRegistryBOD(ActivityToken aToken, DataArea dataArea)
aToken
- an activity token that uniquely identifies the activity to which this service BOD belongsdataArea
- A DataArea
instance that contains verb and nounspublic ProcessingOutcomeMessage getPrimaryProcessingOutcomeMessage()
public GiftRegistryAuthenticationVO getPrimaryNounOutcomeValue()
public GiftRegistryAuthenticationVO[] getOutcomeValueObjects()