public class OrderListCmdImpl extends ControllerCommandImpl implements OrderListCmd
Name | Description |
---|---|
langId | Sets or resets the preferred language for the duration of the session; the supported languages for a store are found in the STORELANG table. |
forUser | The logon ID of the user on whose behalf the command will be run. Only a person with the authority to process orders can specify this parameter. |
forUserId | Same as forUser, but identifying the user by the internal user ID as found in the USERS table. |
storeId | The reference number of the store for the orders to be listed. If you omit this parameter, the customer's orders for all stores are listed. |
status | (Required) The status of the orders that are listed. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
OrderListCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String | getStatus()
This method returns the value of the status input parameter.
|
void | performExecute()
This method executes the business logic of this command implementation.
|
void | reset()
This method resets instance variables to their initial values.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method extracts input parameters from the specified request properties.
|
void | setStatus(java.lang.String aStatus)
This method specifies the status of the Orders that are to be displayed.
|
void | setStoreId(java.lang.Integer aStoreId)
This method specifies the identifier of the Store whose Orders are to be displayed.
|
void | validateParameters()
This method extracts and validates the input parameters of this command implementation.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String getStatus()
public void performExecute() throws ECException
public void reset()
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void setStatus(java.lang.String aStatus)
public void setStoreId(java.lang.Integer aStoreId)
public void validateParameters() throws ECException