Sends notification message when order release was shippped. The default implementation does nothing upon this command is called. To switch to this implementation, corresponding rows with this interface name in CMDREG table must be updated with ReleaseShipNotifyCmdImpl class.
Field Summary | |
static java.lang.String | COPYRIGHT The IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
void | setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms) Sets parameters for notification message subject. |
void | setOrderReleaseNum(java.lang.Integer anOrderReleaseNum) Sets release number of the order being processed. |
void | setOrderRn(java.lang.Long orderRn) Sets the order id for which the notification is requested. |
void | setRecipients(java.util.Vector newRecipients) Sets the recipients' email addresses (vector of Strings). |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
public void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
public void setOrderRn(java.lang.Long orderRn)
public void setRecipients(java.util.Vector newRecipients)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.