Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ManualOrder> |
Processing.readManualConfig(Client client,
java.sql.Connection sqlConnection)
readManualConfig: Read the manual configuration from the database.
|
Modifier and Type | Method and Description |
---|---|
static void |
SQLUtils.dbDisableManualOrder(java.sql.Connection sqlConnection,
ManualOrder order)
dbDisableManualOrder: disable the specified manual order.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Processing.applyManualMode(Client client,
java.util.ArrayList<ManualOrder> listOrders,
java.sql.Connection sqlConnection)
applyManualMode: Execute the orders specified in manual configuration file.
|