com.ibm.commerce.order.commands
Interface OrderNotifyCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
OrderNotifyCmdImpl

public interface OrderNotifyCmd
extends TaskCommand

Sends order notification message.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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).
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setMessageSubjectParms

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

setNotificationEnabled

public void setNotificationEnabled(boolean newNotificationEnabled)
Enable or disable order notification.

setNotificationTemplateId

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

setOrder

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

setRecipients

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