public class TriggerPaymentActionsVoidCmdImpl extends AEDPPaymentTaskCmdImpl implements TriggerPaymentActionsCmd
TriggerPaymentActionsCmd task command.
defaultCommandClassName, NAME| Constructor and Description |
|---|
TriggerPaymentActionsVoidCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrderAccessBean |
getOrderAccessBean()
This method gets a reference to the order access bean.
|
boolean |
isReadyToCallExecute()
This method is called by the Command Framework to check if all basic mandatory parameters
have been set for this command.
|
void |
performExecute()
This method executes the business logic of this command implementation.
|
void |
reset()
This method resets the command fields.
|
void |
setInitialAmount(java.math.BigDecimal initialAmount)
This method sets the initial amount to be used in the prime payment request.
|
void |
setOrderAccessBean(OrderAccessBean abOrder)
This method sets a reference to the order access bean.
|
void |
setTotalAmount(java.math.BigDecimal totalAmount)
This method sets the total amount of the order.
|
getErrorMessageMap, getStoreId, insertActionListToActionDetailHash, insertActionListToEditActionDetailHash, isBgJobInWorking, isProcessBGExecutableInFG, setBgJobStatusInDb, setErrorMessageMap, setStoreId, toString, validateInsideProcessFGgetCurrency, getEdpException, getEDPOrderId, getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, getStatus, isIdempotent, isProcessBGTasksRequired, resetServices, setBGProcessFinished, setEdpException, setEDPOrderId, setEDPResults, setOrderChannel, setOrderId, setProcessBGTasksRequired, setStatusaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getUser, getUserId, 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, wait, wait, waitgetCurrency, getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, setEDPResults, setOrderIdexecuteFromCache, 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 setOrderAccessBean(OrderAccessBean abOrder)
abOrder - A reference to the order access bean.public OrderAccessBean getOrderAccessBean()
This method gets a reference to the order access bean.
This method will first check if there is a local reference to the order access bean. If not present, it will create a new one.
OrderAccessBean that corresponds to the Order to paid for.public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
Do nothing
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - This exception is thrown in case of any failure.public void reset()
This method resets the command fields.
After this method is invoked, and proper attributes are set, the command can be executed again.
reset in interface com.ibm.websphere.command.Commandreset in class AEDPPaymentTaskCmdImplpublic void setInitialAmount(java.math.BigDecimal initialAmount)
setInitialAmount in interface TriggerPaymentActionsCmdinitialAmount - A BigDecimal that specifies the initial amount
to be used in the prime payment request.public void setTotalAmount(java.math.BigDecimal totalAmount)
setTotalAmount in interface TriggerPaymentActionsCmdtotalAmount - A BigDecimal that specifies the total amount of the order.