public class UpdateTASpendingForLimitCheckCmdImpl extends TaskCommandImpl implements UpdateTASpendingCmd
UpdateTASpendingCmd task command.
OrderAccessBean
OrderItemAccessBean
ObligationToBuyTCByAmountAccessBean
RightToBuyTCByAmountAccessBean
PaymentJDBCHelperAccessBean
TermConditionAccessBean
TradingAgreementAccessBean
TradingPurchaseAmountAccessBean
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
UpdateTASpendingForLimitCheckCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method executes the business logic of this command implementation.
|
void |
reset()
This method resets the instance variables of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
This method sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
This method sets the order property of the command.
|
void |
setOrderItems(OrderItemAccessBean[] a)
This method sets the orderItems property of the command.
|
void |
setTotalAmount(java.math.BigDecimal nTA)
This method 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 UpdateTASpendingForLimitCheckCmdImpl()
public 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 setErrorViewName(java.lang.String sEVN)
setErrorViewName in interface UpdateTASpendingCmdsEVN - A String that specifies the Error View name.UpdateTASpendingCmd.ERRTASK_NAMEpublic void setOrder(OrderAccessBean ab)
setOrder in interface UpdateTASpendingCmdab - The OrderAccessBean of the Order.public void setOrderItems(OrderItemAccessBean[] a)
setOrderItems in interface UpdateTASpendingCmda - An OrderItemAccessBean[] that represents the Array of OrderItemAccessBean of order items in the order.public void setTotalAmount(java.math.BigDecimal nTA)
setTotalAmount in interface UpdateTASpendingCmdnTA - A BigDecimal that specifies the total amount for the Trading Agreement spending limit record update.