com.ibm.commerce.messaging.commands
Class OrderStatusNotifySendCmdDummyImpl

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

public class OrderStatusNotifySendCmdDummyImpl
extends TaskCommandImpl
implements OrderStatusNotifySendCmd

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

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The internal copyright field.
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
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.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 internal copyright field.
See Also:
Constant Field Values
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 AbstractECTargetableCommand
Throws:
ECException

setOrderStatusProperties

public void setOrderStatusProperties(TypedProperty prop)
Empty method
Specified by:
setOrderStatusProperties in interface OrderStatusNotifySendCmd
Parameters:
prop - The Typedproperty to be set.

setStoreID

public void setStoreID(java.lang.Integer new_store_id)
Empty method
Specified by:
setStoreID in interface OrderStatusNotifySendCmd
Parameters:
new_store_id - The store identifier

Feedback