public class CheckChildOrderCmdImpl extends TaskCommandImpl implements CheckChildOrderCmd
Behavior
The command does the following:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CheckChildOrderCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPaymentFlag()
get String value 'Y' or 'N' for parameter 'needPayment' and return boolean value whether need payment or not
|
boolean |
getRecalculateFlag()
get String value 'Y' or 'N' for parameter 'needRecalculate' and return boolean value whether need recalculate order.
|
boolean |
needCalculateOrder()
Check whether the order need to be calculated.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public boolean getPaymentFlag()
getPaymentFlag in interface CheckChildOrderCmdpublic boolean getRecalculateFlag()
getRecalculateFlag in interface CheckChildOrderCmdpublic boolean needCalculateOrder()
needCalculateOrder in interface CheckChildOrderCmd