ARefundTaskCmdpublic interface RefundPaymentPolicyCmd extends BusinessPolicyCommand
Input Parameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
|
static java.lang.String |
defaultCommandClassName
Deprecated.
The default implementation class name is
"com.ibm.commerce.returns.commands.RefundByOriginalPaymentPolicyCmdImpl" .
|
static java.lang.String |
NAME
Deprecated.
The name of this interface is
"com.ibm.commerce.returns.commands.RefundPaymentPolicyCmd ".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setErrorViewName(java.lang.String sEVN)
Deprecated.
(Optional) error view name passed in by the caller.
|
void |
setOrder(OrderAccessBean ab)
Deprecated.
The order to be refunded.
|
void |
setPaymentPolicyId(java.lang.Long aPolicyId)
Deprecated.
The id of the policy used to pay for the order originally.
|
void |
setRefundAmount(java.math.BigDecimal refundAmount)
Deprecated.
The amount to refund.
|
void |
setRMA(RMAAccessBean anRMA)
Deprecated.
The RMA to refund to.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, 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, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setErrorViewName(java.lang.String sEVN)
sEVN - The error view name.void setOrder(OrderAccessBean ab)
ab - The order access bean.void setPaymentPolicyId(java.lang.Long aPolicyId)
aPolicyId - The payment policy Id.void setRefundAmount(java.math.BigDecimal refundAmount)
refundAmount - The amount to refund.void setRMA(RMAAccessBean anRMA)
anRMA - The RMA access bean.