com.ibm.commerce.order.commands
Interface SetOrderOrganizationCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setOrder(OrderAccessBean anOrderAB)
          Set the order to be modified.
 
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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setOrder

public void setOrder(OrderAccessBean anOrderAB)
Set the order to be modified.