public interface CheckAndResetOrderItemPriceFlagCmd extends TaskCommand
"PRICE_REFRESHED"
for the order items if price is expired.
The flag PRICE_REFRESHED
indicates whether the price should be recalculated. If the price is expired,
the flag should be reset to 0 and price should be recalculated.
OrderItemUpdateCmd
,
OrderItemDisplayCmd
and
OrderCalculateCmd
before order item price is updated.
CheckAndResetOrderItemPriceFlagCmdImpl
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of the command.
|
static java.lang.String |
NAME
The name of the command.
|
Modifier and Type | Method and Description |
---|---|
void |
setOrderItems(java.util.Vector argVecOrderItemAB)
This method sets the vector of order item access beans whose price flags will be checked and reset.
|
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
static final java.lang.String defaultCommandClassName