com.ibm.commerce.tools.optools.order.commands
Interface CSROrderStatusChangeCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CSROrderStatusChangeCmdImpl

public interface CSROrderStatusChangeCmd
extends TaskCommand

Updates the status of the order and its order items.

Behavior

Parameters

orderIds
The array of order Ids that are to be changed.
newStatus
The status that the orders are changed into. Use method setNewStatus() to set the new status.

Exception Conditions


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 void setNewStatus(java.lang.String newStatus)
          Sets the new status
 void setOrderIds(java.util.Vector orderIds)           Sets the order IDs that is to be changed into the new order status.
 

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

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values
Method Detail

setNewStatus

public void setNewStatus(java.lang.String newStatus)
Sets the new status

setOrderIds

public void setOrderIds(java.util.Vector orderIds)
Sets the order IDs that is to be changed into the new order status.