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.obj |
DPS Flash specific business related objects unique to backend interface processing.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
static <ERPOBJ extends ERPObject<?>> |
ERPFactory.getObject(java.lang.Class<ERPOBJ> objcls)
Returns the ERP object for the given object class.
|
Modifier and Type | Class and Description |
---|---|
class |
ARAging
Defines the fields and methods for A/R aging objects.
|
class |
ARDetail
Defines the fields and methods for A/R detail objects.
|
class |
ARSummary
Defines the fields and methods for A/R summary objects.
|
class |
BackendControl
Defines the fields and methods for backend control objects.
|
class |
BackendJobDescription
Defines the fields and methods for backend job description object.
|
class |
Order
Defines the fields and methods for order summary objects.
|
class |
OrderDetail
Defines the fields and methods for order detail objects.
|
class |
PaymentDetail
Defines the fields and methods for payment detail objects.
|
class |
ShipSummary
Defines the fields and methods for shipment summary objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmBackendControlEdit.EditableControl
Inner class that defines an editable control object.
|