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)
newMessageSubjectParms
- message subject
parameterpublic void setNotificationEnabled(boolean newNotificationEnabled)
newNotificationEnabled
- notification enabled
parameter.public void setNotificationTemplateId(java.lang.Integer newNotificationTemplateId)
newNotificationTemplateId
- notification template
id.public void setOrder(OrderAccessBean newOrder)
newOrder
- orderpublic void setRecipients(java.util.Vector newRecipients)
newRecipients
- recipients.