com.ibm.commerce.messaging.commands
Class ReleaseShipNotifyCmdDummyImpl

java.lang.Object
  CacheableCommandImpl
      com.ibm.commerce.command.AbstractECTargetableCommand
          com.ibm.commerce.command.TaskCommandImpl
              com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdDummyImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, ReleaseShipNotifyCmd, TaskCommand

public class ReleaseShipNotifyCmdDummyImpl
extends TaskCommandImpl
implements ReleaseShipNotifyCmd

This class is the dummy implementation of the ReleaseShipNotifyCmd. It does not preform any action.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The IBM copyright notice field.
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Constructor Summary
ReleaseShipNotifyCmdDummyImpl()
ReleaseShipNotifyCmdDummyImpl constructor.
Method Summary
void performExecute()
This empty method returns without doing anything.
void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
Sets parameters for notification message subject.
void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
Sets release number of the order being processed.
void setOrderRn(java.lang.Long orderRn)
Sets the order id for which the notification is requested.
void setRecipients(java.util.Vector newRecipients)
Sets the recipients' email addresses (vector of Strings).
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

ReleaseShipNotifyCmdDummyImpl

public ReleaseShipNotifyCmdDummyImpl()
ReleaseShipNotifyCmdDummyImpl constructor.
Method Detail

performExecute

public void performExecute()
                    throws ECException
This empty method returns without doing anything.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException

setMessageSubjectParms

public void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
Sets parameters for notification message subject.
Specified by:
setMessageSubjectParms in interface ReleaseShipNotifyCmd
Parameters:
newMessageSubjectParms - the parameters list (an Object array) used by the subject

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
Sets release number of the order being processed.
Specified by:
setOrderReleaseNum in interface ReleaseShipNotifyCmd
Parameters:
anOrderReleaseNum - the release number of the order

setOrderRn

public void setOrderRn(java.lang.Long orderRn)
Sets the order id for which the notification is requested.
Specified by:
setOrderRn in interface ReleaseShipNotifyCmd
Parameters:
orderRn - the order number

setRecipients

public void setRecipients(java.util.Vector newRecipients)
Sets the recipients' email addresses (vector of Strings).
Specified by:
setRecipients in interface ReleaseShipNotifyCmd
Parameters:
newRecipients - the vector of recipients

Feedback