public class CheckTASpendingLimitCmdImpl extends TaskCommandImpl implements CheckTASpendingLimitCmd
CheckTASpendingLimit
task command implementation.
This command uses the following AccessBeans:
This command does not call other TaskCommand.
defaultCommandClassName, ERRTASK_NAME, NAME
Constructor and Description |
---|
CheckTASpendingLimitCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
checkSpendingLimit(java.lang.Long anTradingId,
boolean bMultipleTradingIds)
Checks if the spending limit of the specified Trading Agreement has been exceeded
|
void |
performExecute()
Performs the main business logic of the command.
|
void |
reset()
Resets the instance variables of the command.
|
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 |
setOrderItems(OrderItemAccessBean[] a)
Sets the aOrderItems 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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public void checkSpendingLimit(java.lang.Long anTradingId, boolean bMultipleTradingIds) throws ECException
anTradingId
- the Trading Agreement IDbMultipleTradingIds
- indicate if the order uses multiple Trading AgreementsECException
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
public 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.Command
reset
in class AbstractECTargetableCommand
public void setErrorViewName(java.lang.String sEVN)
setErrorViewName
in interface CheckTASpendingLimitCmd
sEVN
- the Error View namepublic void setOrder(OrderAccessBean ab)
setOrder
in interface CheckTASpendingLimitCmd
ab
- the OrderAccessBean of the Orderpublic void setOrderItems(OrderItemAccessBean[] a)
setOrderItems
in interface CheckTASpendingLimitCmd
a
- the Array of the OrderItemAccessBean of the Orderpublic void setTotalAmount(java.math.BigDecimal nTA)
setTotalAmount
in interface CheckTASpendingLimitCmd
nTA
- the amount to be checked