Sends order notification message.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation class. |
static java.lang.String | NAME The name of the Command Interface class. |
Method Summary | |
void | setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms) Set parameters for notification message subject |
void | setNotificationEnabled(boolean newNotificationEnabled) Enable or disable order notification. |
void | setNotificationTemplateId(java.lang.Integer newNotificationTemplateId) Set notification template id. |
void | setOrder(OrderAccessBean newOrder) Set the order id for which the notification is requested. |
void | setRecipients(java.util.Vector newRecipients) Set 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 setNotificationEnabled(boolean newNotificationEnabled)
public void setNotificationTemplateId(java.lang.Integer newNotificationTemplateId)
public void setOrder(OrderAccessBean newOrder)
public void setRecipients(java.util.Vector newRecipients)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.