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, setOrderId
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static 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