com.ibm.commerce.order.commands
Interface SetOrderOrganizationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
SetOrderOrganizationCmdImpl

public interface SetOrderOrganizationCmd
extends TaskCommand

This task command is called by other Order commands to set the organization info of an order.


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 the Command Interface class.
 
Method Summary
 void setOrder( OrderAccessBean anOrderAB)           Set the order to be modified.
 

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 the Command Interface class.
See Also:
Constant Field Values

defaultCommandClassName

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

setOrder

public void setOrder(OrderAccessBean anOrderAB)
Set the order to be modified.
Parameters:
anOrderAB - order access bean.