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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setOrder
public void setOrder(OrderAccessBean anOrderAB)
- Set the order to be modified.