public class CSROrderStatusChangeCmdImpl extends TaskCommandImpl implements CSROrderStatusChangeCmd
This command uses the following AccessBean(s):
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CSROrderStatusChangeCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected void | executeChangeStatus()
Changes the status of the order.
|
java.lang.String | getNewStatus()
Gets the new status.
|
java.util.Vector | getOrderIds()
Gets the order IDs to be changed.
|
AccessVector | getResources()
Gets the access vector accessed by this command.
|
void | performExecute()
Changes the order status.
|
void | setNewStatus(java.lang.String newNewStatus)
Sets the new status.
|
void | setOrderIds(java.util.Vector newOrderIds)
Sets the order IDs that is to be changed into the new order status.
|
void | validateParameters()
Validates the parameters for changing the order status.
|
public static final java.lang.String COPYRIGHT
protected void executeChangeStatus() throws java.lang.Exception
public java.lang.String getNewStatus()
public java.util.Vector getOrderIds()
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public void setNewStatus(java.lang.String newNewStatus)
public void setOrderIds(java.util.Vector newOrderIds)
public void validateParameters() throws ECException