com.ibm.commerce.messaging.commands
Class OrderStatusNotifySendCmdDummyImpl

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

public class OrderStatusNotifySendCmdDummyImpl
extends TaskCommandImpl
implements OrderStatusNotifySendCmd

This class is dummy implementation of the OrderStatusNotifySendCmd. It is not prefoming any actions.


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmd
defaultCommandClassName, NAME
 
Constructor Summary
OrderStatusNotifySendCmdDummyImpl()
          OrderStatusNotifySendCmdDummyImpl constructor .
 
Method Summary
 void performExecute()
          Empty method.
 void setOrderStatusProperties(TypedProperty prop)
          Empty method
 void setStoreID(java.lang.Integer new_store_id)
          Empty method
 
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
The internal copyright field.
Constructor Detail

OrderStatusNotifySendCmdDummyImpl

public OrderStatusNotifySendCmdDummyImpl()
OrderStatusNotifySendCmdDummyImpl constructor .
Method Detail

performExecute

public void performExecute()
                    throws ECException
Empty method.
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.

setOrderStatusProperties

public void setOrderStatusProperties(TypedProperty prop)
Empty method
Specified by:
setOrderStatusProperties in interface OrderStatusNotifySendCmd

setStoreID

public void setStoreID(java.lang.Integer new_store_id)
Empty method
Specified by:
setStoreID in interface OrderStatusNotifySendCmd