public abstract class AEDPStoreTaskCmdImpl extends AEDPPaymentTaskCmdImpl implements AEDPStoreTaskCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
AEDPStoreTaskCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrency()
This method returns the currency.
|
java.math.BigDecimal |
getOrderAmount()
This method returns the amount.
|
java.util.ArrayList |
getPaymentInstructions()
This method returns the paymentInstructions.
|
void |
setCurrency(java.lang.String localCurrency)
This method sets the currency.
|
void |
setOrderAmount(java.math.BigDecimal amount)
This method sets the amount.
|
void |
setPaymentInstructions(java.util.ArrayList localPaymentInstructions)
This method sets the paymentInstructions.
|
void |
validateInsideProcessFG()
This method validates the required information inside the ProcessFG() method of each
payment task command.
|
getErrorMessageMap, getStoreId, insertActionListToActionDetailHash, insertActionListToEditActionDetailHash, isBgJobInWorking, isProcessBGExecutableInFG, reset, setBgJobStatusInDb, setErrorMessageMap, setStoreId, toStringgetEdpException, 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, isReadyToCallExecute, performExecute, 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, waitgetEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, setEDPResults, setOrderIdexecuteFromCache, 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 final void setCurrency(java.lang.String localCurrency)
localCurrency - A String that specifies the currency to be set.public final java.lang.String getCurrency()
getCurrency in interface AEDPTaskCmdgetCurrency in class AEDPTaskCmdImplpublic final void setOrderAmount(java.math.BigDecimal amount)
amount - A BigDecimal that specifies the amount to be set.public final java.math.BigDecimal getOrderAmount()
public final void setPaymentInstructions(java.util.ArrayList localPaymentInstructions)
localPaymentInstructions - An ArrayList that specifies the list of the paymentInstructions to be set.public final java.util.ArrayList getPaymentInstructions()
public void validateInsideProcessFG()
throws EDPException
validateInsideProcessFG in class AEDPPaymentTaskCmdImplEDPException