com.ibm.commerce.component.giftregistry.commands

Interface SendGiftRegistryConfirmationCmd

  • 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:
    SendGiftRegistryConfirmationCmdImpl


    public interface SendGiftRegistryConfirmationCmd
    extends BusinessObjectDocumentCmd
    Sends an email message informing the registrants of the registry being created successfully.
    The email is sent to the Registrant and not the Co-Registrant

    The ConfirmBOD returns null on success and an exception is thrown on error.
    On error, a ECApplicationException is thrown with message:
    • GiftRegistryMessage._ERR_GIFT_REGISTRY_FAILED_TO_SEND_EMAIL_MESSAGE
    • 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