public interface InterestItemDeleteCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.interestitems.commands.InterestItemDeleteCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.interestitems.commands.InterestItemDeleteCmd".
|
Modifier and Type | Method and Description |
---|---|
void |
setCatEntryId(java.lang.String[] asaCatEntryId)
Sets the
catentry ID parameters (optional). |
void |
setListId(java.lang.String[] asaListId)
Sets the interest item list ID parameters (optional with default ".").
|
void |
setListIdName(java.lang.String[] asaListIdName)
Sets the names of the name-value pairs to be added to the redirection URL (optional).
|
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
void setCatEntryId(java.lang.String[] asaCatEntryId)
catentry ID
parameters (optional).asaCatEntryId
- the catalog entry IDsvoid setListId(java.lang.String[] asaListId)
GetCurrentIILists
process task is
invoked to obtain the shopper's current interest item lists.
Then the command behaves as if the current interest item lists
were specified. If GetCurrentIILists
process task determines
that there are no current interest item lists, the most recently
updated item interest item list is used. If there is no interest
item list at all, a new interest item list will be created.
If "*" is specified, the command behaves as if all shopper's
interest item lists were specified.
If a specified interest item list no longer exists, it is not added.
If this parameter is missing, this command behaves as if "." were specified.asaListId
- the interest item list IDsvoid setListIdName(java.lang.String[] asaListIdName)
listId
. This is provided to make it possible to obtain the
reference numbers of the interest item lists when listId
is not explicitly specified.asaListIdName
- the list ID names