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
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 void setOrder(OrderAccessBean aabOrder)
          Sets the order.
 void setOrderItems(OrderItemAccessBean[] aabOrderItems)
          Sets the orderitems.
 
Methods inherited from interface com.ibm.commerce.order.calculation.CalculationCmd
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageId
 
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 
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

NAME

public static final java.lang.String NAME
Method Detail

setOrder

public void setOrder(OrderAccessBean aabOrder)
Sets the order.

setOrderItems

public void setOrderItems(OrderItemAccessBean[] aabOrderItems)
Sets the orderitems.