com.ibm.commerce.messaging.commands
Interface ReleaseShipNotifyCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ReleaseShipNotifyCmdImpl, ReleaseShipNotifyCmdDummyImpl

public interface ReleaseShipNotifyCmd
extends TaskCommand

Sends order release shippped 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 setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
           
 void setOrderRn(java.lang.Long OrderRn)
          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

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)

setOrderRn

public void setOrderRn(java.lang.Long OrderRn)
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).