public interface FinalizeCalculationUsageCmd extends CalculationCmd
Sets a calculation usage, an order and its orderitems. Commands that extend this interface will perform additional processing to the order and its orderitems during order processing.
This is the base interface that commands registered as calculation methods of type "FinalizeCalculationUsage" must extend. These commands include:
FinalizeCouponUsageCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
setOrder(OrderAccessBean aabOrder)
Sets the order.
|
void |
setOrderItems(OrderItemAccessBean[] aabOrderItems)
Sets the orderitems.
|
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageId
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
void setOrder(OrderAccessBean aabOrder)
aabOrder
- the order.void setOrderItems(OrderItemAccessBean[] aabOrderItems)
aabOrderItems
- the orderitems.