ValidatePaymentMethodCmdImpl.public class DOMValidatePaymentMethodCmdImpl extends TaskCommandImpl implements ValidatePaymentMethodCmd
ValidatePaymentMethodCmd task command.
The rules are: | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DOMValidatePaymentMethodCmdImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Deprecated.
This method executes the actual business logic of the command, which
validates the passed payment method for the given order.
|
void |
setErrorViewName(java.lang.String errorViewName)
Deprecated.
This method sets the error view name.
|
void |
setOrderId(java.lang.Long orderId)
Deprecated.
This method is mandatory, specifying the order on which the payment method
is validated.
|
void |
setPolicyId(java.lang.Long policyId)
Deprecated.
This method is mandatory, specifying the policy ID of the payment method to
be validated.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, 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 static final java.lang.String COPYRIGHT
public DOMValidatePaymentMethodCmdImpl()
public void setOrderId(java.lang.Long orderId)
setOrderId in interface ValidatePaymentMethodCmdorderId - public void setPolicyId(java.lang.Long policyId)
setPolicyId in interface ValidatePaymentMethodCmdpolicyId - public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - if something failspublic void setErrorViewName(java.lang.String errorViewName)
setErrorViewName in interface ValidatePaymentMethodCmderrorViewName -