public interface OrderItemDeleteCmd extends ControllerCommand
Behavior
View Task: RedirectView
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The name of the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
void | setCatEntryId(java.lang.String[] ids)
This method sets a list of catalog entry ids to be deleted from the pending orders specified by orderId.
|
void | setOrderId(java.lang.String[] ids)
This method sets zero or more orders, using order ids or one of the special abbreviations ".", "*", ".t", "*t".
|
void | setOrderItemId(java.lang.String[] numbers)
This method sets an array of id of order items to be deleted.
|
void | setOutOrderName(java.lang.String[] names)
This method sets the names of name-value pairs to add to the redirection URL.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setCatEntryId(java.lang.String[] ids)
void setOrderId(java.lang.String[] ids)
void setOrderItemId(java.lang.String[] numbers)
void setOutOrderName(java.lang.String[] names)