| Package | Description |
|---|---|
| com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
| com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<BackendControl> |
ERP.oBECTL
The ERP object type for backend control.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<BackendControl> |
IControl.getControls()
Retrieves a collection of backend control objects from the ERP system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IControl.updateControls(java.util.ArrayList<BackendControl> controls)
Updates a collection of backend control objects on the ERP system.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<BackendControl> |
Control.ivControls
A supplied or WIP collection of backend controls.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<BackendControl> |
Control.getControls()
Retrieves a collection of backend control objects from the ERP system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Control.updateControls(java.util.ArrayList<BackendControl> controls)
Updates a collection of backend control objects on the ERP system.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<BackendControl> |
Control.ivControls
A supplied or WIP collection of backend controls.
|
| Modifier and Type | Method and Description |
|---|---|
protected BackendControl |
Control.parseControl(ERPInterfaceAS400.Received rec)
Parses backend control data from the receive data queue and returns a
backend control object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<BackendControl> |
Control.getControls()
Retrieves a collection of backend control objects from the ERP system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Control.updateControls(java.util.ArrayList<BackendControl> controls)
Updates a collection of backend control objects on the ERP system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdmBackendControlEdit.EditableControl
Inner class that defines an editable control object.
|
| Constructor and Description |
|---|
EditableControl(BackendControl bc)
Constructs a new editable control object using all values from
the given backend control object.
|