com.ibm.commerce.messaging.commands
Interface OrderStatusNotifySendCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
OrderStatusNotifySendCmdDummyImpl, OrderStatusNotifySendCmdImpl

public interface OrderStatusNotifySendCmd
extends TaskCommand

Interface for order status notifiaction which would send a notification whenever an order status is processed.


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String defaultCommandClassName
          The default class containing the implementation of the OrderStatusNotify command.
static java.lang.String NAME
          The name of the class.
 
Method Summary
 void setOrderStatusProperties(TypedProperty prop)
          This method is used to pass the TypedProperty object which contains all the attributes of the order status.
 void setStoreID(java.lang.Integer new_store_id)
          This methods sets the id of the store for which the order status is being updated.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default class containing the implementation of the OrderStatusNotify command.

NAME

public static final java.lang.String NAME
The name of the class.
Method Detail

setOrderStatusProperties

public void setOrderStatusProperties(TypedProperty prop)
This method is used to pass the TypedProperty object which contains all the attributes of the order status.

setStoreID

public void setStoreID(java.lang.Integer new_store_id)
This methods sets the id of the store for which the order status is being updated.