com.ibm.commerce.order.calculation
Interface FinalizeCalculationUsageCmd
- All Superinterfaces:
- BusinessPolicyCommand, CalculationCmd, ECCommand, TaskCommand
- All Known Subinterfaces:
- FinalizeCouponUsageCmd
- All Known Implementing Classes:
- FinalizeCouponUsageCmdImpl
- public interface FinalizeCalculationUsageCmd
- extends CalculationCmd
This command is called by OrderProcess/ProcessOrder to finalize a calculation
usage.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
|
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
NAME
public static final java.lang.String NAME
setOrder
public void setOrder(OrderAccessBean aabOrder)
- Sets the order.
setOrderItems
public void setOrderItems(OrderItemAccessBean[] aabOrderItems)
- Sets the orderitems.