com.ibm.commerce.order.commands
Interface OrderNotifyCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
OrderNotifyCmdImpl

public interface OrderNotifyCmd
extends TaskCommand

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
IBM copyright notice field.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

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

setMessageSubjectParms

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

setNotificationEnabled

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

setNotificationTemplateId

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

setOrder

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

setRecipients

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