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, toString
getEdpException, getEDPOrderId, getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, getStatus, isIdempotent, isProcessBGTasksRequired, resetServices, setBGProcessFinished, setEdpException, setEDPOrderId, setEDPResults, setOrderChannel, setOrderId, setProcessBGTasksRequired, setStatus
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getUser, getUserId, isReadyToCallExecute, performExecute, 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, wait, wait, wait
getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, setEDPResults, setOrderId
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public 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 AEDPTaskCmd
getCurrency
in class AEDPTaskCmdImpl
public 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 AEDPPaymentTaskCmdImpl
EDPException