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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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).