public interface PPCAdhocCreditCmd extends ToolsControllerCommand
The default implementation of
this command is PPCAdhocCreditCmdImpl. The PPCAdhocCredit
URL is mapped to this command by default.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name is
"com.ibm.commerce.payment.ppc.commands.PPCAdhocCreditCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.payment.ppc.commands.PPCAdhocCreditCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setPaymentId(java.lang.String pId)
This method sets the current
paymentId. |
void |
setPaymentInstructionId(java.lang.String piID)
This method sets the current
paymentInstructionId. |
void |
setRequestAmount(java.math.BigDecimal amount)
This method sets the current request amount.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setPaymentId(java.lang.String pId)
paymentId.pId - The current paymentId.void setPaymentInstructionId(java.lang.String piID)
paymentInstructionId.piID - The current paymentInstructionId.void setRequestAmount(java.math.BigDecimal amount)
amount - The current request amount.