com.ibm.commerce.giftregistry.service.businessobjects

Class ConfirmGiftRegistryAnnouncementBOD

  • All Implemented Interfaces:
    BusinessObjectDocument, java.io.Serializable


    public class ConfirmGiftRegistryAnnouncementBOD
    extends ConfirmBOD
    implements BusinessObjectDocument
    A ConfirmGiftRegistryAnnouncementBOD is a message that is returned to confirm the result of an announcement message being sent. A successful result implies the messages were sent successfully. A failure result means there was a problem sending the requested message.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConfirmGiftRegistryAnnouncementBOD

        public ConfirmGiftRegistryAnnouncementBOD()
        Default Constructor
      • ConfirmGiftRegistryAnnouncementBOD

        public ConfirmGiftRegistryAnnouncementBOD(ConfirmBOD cBOD)
        Construct this BOD from its parent type
        Parameters:
        ConfirmBOD -
      • ConfirmGiftRegistryAnnouncementBOD

        public ConfirmGiftRegistryAnnouncementBOD(ActivityToken aToken,
                                                  DataArea dataArea)
        Construct this BOD given an activity token and a data area
        Parameters:
        aToken -
        dataArea -
    • Method Detail

      • getPrimaryProcessingOutcomeMessage

        public ProcessingOutcomeMessage getPrimaryProcessingOutcomeMessage()
        Returns the primary description of why a particular noun failed to be processed.
        Returns:
        ProcessingOutcomeMessage
      • getPrimaryNounOutcomeValue

        public GiftRegistryAnnouncementVO getPrimaryNounOutcomeValue()
        Returns the primary noun value object that caused the failure if any.
        Returns:
        GiftRegistryAuthenticationVO
      • getOutcomeValueObjects

        public GiftRegistryAnnouncementVO[] getOutcomeValueObjects()
        Returns all the value objects in this confirmBOD
        Returns:
        GiftRegistryAnnouncementVO[]