com.ibm.commerce.messaging.commands

Interface ReleaseShipNotifyCmd

  • 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:
    ReleaseShipNotifyCmdDummyImpl, ReleaseShipNotifyCmdImpl


    public interface ReleaseShipNotifyCmd
    extends TaskCommand
    Sends a notification message when an order release is shipped. The default implementation does nothing when called. To switch to this implementation, corresponding rows with this interface name in CMDREG table must be updated with ReleaseShipNotifyCmdImpl class.
    • Field Detail

      • COPYRIGHT

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

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

      • setMessageSubjectParms

        void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
        This method sets parameters for the notification message subject.
        Parameters:
        newMessageSubjectParms - the parameters list (an Object array) used by the subject
      • setOrderReleaseNum

        void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
        This method sets release number of the order being processed.
        Parameters:
        anOrderReleaseNum - the release number of the order
      • setOrderRn

        void setOrderRn(java.lang.Long orderRn)
        This method sets the order ID for requested notification.
        Parameters:
        orderRn - the order number
      • setRecipients

        void setRecipients(java.util.Vector newRecipients)
        This method sets the recipients' email addresses (vector of Strings).
        Parameters:
        newRecipients - the vector of recipients