com.ibm.commerce.component.giftregistry.commands

Interface SendGiftRegistryMessageCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SendGiftRegistryMessageCmdImpl


    public interface SendGiftRegistryMessageCmd
    extends BusinessObjectDocumentCmd
    Sends a UpdateGiftRegistryBOD to the messaging system to notify an external system of a gift registry being modified. If the verbs action is VerbAction.CANCEL, the CancelGiftRegistryMessageView is called to generate the message. Otherwise, the UpdateGiftRegistryMessageView is called. The ConfirmBOD returns null on success and an exception is thrown on error.
    On error, a ECApplicationException is thrown with possible messages:
    • GiftRegistryMessage._ERR_GIFT_REGISTRY_FAILED_TO_SEND_MQ_MESSAGE
    • ECMessage._ERR_BAD_MISSING_CMD_PARAMETER
    • ECMessage._ERR_CMD_BAD_EXEC_CMD
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class
        See Also:
        Constant Field Values