public class CheckPOSpendingLimitCmdImpl extends TaskCommandImpl implements CheckPOSpendingLimitCmd
CheckPOSpendingLimit task command implementation.
This command uses the following AccessBeans:
BuyerPurchaseOrderAccessBean
OrderAccessBean
PaymentJDBCHelperAccessBean
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
CheckPOSpendingLimitCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Performs the main business logic of the command.
|
void |
reset()
Resets the instance variables of the command.
|
void |
setBuyerPurchaseOrder(BuyerPurchaseOrderAccessBean abBPO)
Specifies the BuyerPurchaseOrderAccessBean representing the Purchase Order specified for the purchase.
|
void |
setErrorViewName(java.lang.String sEVN)
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
Sets the order property of the command.
|
void |
setTotalAmount(java.math.BigDecimal nTA)
Sets the totalAmount property of the command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
This is useful if the command instance is to be called multiple times with different command parameters.
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setBuyerPurchaseOrder(BuyerPurchaseOrderAccessBean abBPO)
setBuyerPurchaseOrder in interface CheckPOSpendingLimitCmdabBPO - the BuyerPurchaseOrderAccessBeanpublic void setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface CheckPOSpendingLimitCmdsEVN - the Error View nameCheckPOSpendingLimitCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean ab)
setOrder in interface CheckPOSpendingLimitCmdab - the OrderAccessBean of the Orderpublic void setTotalAmount(java.math.BigDecimal nTA)
setTotalAmount in interface CheckPOSpendingLimitCmdnTA - the amount to be checked against the Spending Limit
of the Limited Purchase Order