Deletes a product from one or more pending orders.
Behavior
View Task: RedirectView
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class. |
static java.lang.String |
NAME The name of the Command Interface class. |
Method Summary | |
---|---|
void |
setCatEntryId(java.lang.String[] ids) set a list of catalog entry ids to be deleted from the pending orders specified by orderId. |
void |
setOrderId(java.lang.String[] ids) Specifies zero or more orders, using order ids or one of the special abbreviations ".", "*", ".t", "*t". |
void |
setOrderItemId(java.lang.String[] numbers) Set an array of id of order items to be deleted. |
void |
setOutOrderName(java.lang.String[] names) Specifies the names of name-value pairs to add to the redirection URL. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setCatEntryId(java.lang.String[] ids)
ids
- an array of catalog entry ids.public void setOrderId(java.lang.String[] ids)
ids
- an array of order ids.public void setOrderItemId(java.lang.String[] numbers)
numbers
- an array of order item ids.public void setOutOrderName(java.lang.String[] names)