public interface OrderListCmd extends ControllerCommand
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 full name of this command.
|
Modifier and Type | Method and Description |
---|---|
void | setStatus(java.lang.String astrStatus)
This method sets the status of the Orders that are to be displayed.
|
void | setStoreId(java.lang.Integer anStoreId)
This method sets the identifier of the Store whose Orders are to be displayed.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setStatus(java.lang.String astrStatus)
void setStoreId(java.lang.Integer anStoreId)