com.ibm.commerce.order.commands

Interface OrderNotifyCmd

  • All Superinterfaces:
    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:
    OrderNotifyCmdImpl


    public interface OrderNotifyCmd
    extends TaskCommand
    Sends order notification message.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • setMessageSubjectParms

        void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
        Set parameters for notification message subject
        Parameters:
        newMessageSubjectParms - message subject parameter
      • setNotificationEnabled

        void setNotificationEnabled(boolean newNotificationEnabled)
        Enable or disable order notification.
        Parameters:
        newNotificationEnabled - notification enabled parameter.
      • setNotificationTemplateId

        void setNotificationTemplateId(java.lang.Integer newNotificationTemplateId)
        Set notification template id.
        Parameters:
        newNotificationTemplateId - notification template id.
      • setOrder

        void setOrder(OrderAccessBean newOrder)
        Set the order id for which the notification is requested.
        Parameters:
        newOrder - order
      • setRecipients

        void setRecipients(java.util.Vector newRecipients)
        Set the recipients email addresses (vector of Strings).
        Parameters:
        newRecipients - recipients.