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 |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
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)
public void setOrderId(java.lang.String[] ids)
public void setOrderItemId(java.lang.String[] numbers)
public void setOutOrderName(java.lang.String[] names)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.