public interface PIRemoveCmd extends AEDPCtrlCmd
PIEditCmdImpl.The PIRemove URL is mapped to this
command by default.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name is "com.ibm.commerce.edp.commands.PIRemoveCmdImpl".
|
static java.lang.String |
NAME
The interface name.
|
static java.lang.String |
PAYMENT_INSTRUCTION_ERROR_VIEW
The name of the error view to be displayed in case of a failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setPIIDs(java.lang.Long[] aPIIDs)
This method sets the list of IDs of payment instructions to be canceled.
|
void |
setURL(java.lang.String astrUrl)
This method sets the redirection URL to be called when the command completes successfully.
|
getLocale, getOrderId, setOrderIdcheckPermission, 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
static final java.lang.String PAYMENT_INSTRUCTION_ERROR_VIEW
void setPIIDs(java.lang.Long[] aPIIDs)
This method sets the list of IDs of payment instructions to be canceled.
aPIIDs - the list of payment instruction IDs to be canceled.void setURL(java.lang.String astrUrl)
This method sets the redirection URL to be called when the command completes successfully.
astrUrl - the redirection URL