com.ibm.commerce.messaging.commands
Class ReleaseShipNotifyCmdDummyImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdDummyImpl
All Implemented Interfaces:
ECCommand, ReleaseShipNotifyCmd, TaskCommand

public class ReleaseShipNotifyCmdDummyImpl
extends TaskCommandImpl
implements ReleaseShipNotifyCmd

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


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd
defaultCommandClassName, NAME
 
Constructor Summary
ReleaseShipNotifyCmdDummyImpl()
          ReleaseShipNotifyCmdDummyImpl constructor .
 
Method Summary
 void performExecute()
          This empty method returns without doing anything.
 void setMessageSubjectParms(java.lang.Object[] newMessageSubjectParms)
          Sets the parameters for notification message subject.
 void setOrderReleaseNum(java.lang.Integer anOrderReleaseNum)
          Sets the order release number.
 void setOrderRn(java.lang.Long orderRn)
          Sets the order reference number.
 void setRecipients(java.util.Vector newRecipients)
          Sets the list of recipients for the notification message.
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
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 AbstractECCommand
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.

setMessageSubjectParms

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

setOrderReleaseNum

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

setOrderRn

public void setOrderRn(java.lang.Long orderRn)
Sets the order reference number.
Specified by:
setOrderRn in interface ReleaseShipNotifyCmd
Parameters:
java.lang.Long -  

setRecipients

public void setRecipients(java.util.Vector newRecipients)
Sets the list of recipients for the notification message.
Specified by:
setRecipients in interface ReleaseShipNotifyCmd
Parameters:
recipients - java.util.Vector