Package | Description |
---|---|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
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. |
Modifier and Type | Field and Description |
---|---|
private ICustomerMaintenance |
SyncCustomersTask.ivCustomerMaint
A reference to the Customer Maintenance Interface object.
|
private ICustomerMaintenance |
AccountCreateHandler.ivCustomerMaint
A reference to the Customer Maintenance Interface object.
|
private ICustomerMaintenance |
AccountDeleteHandler.ivCustomerMaint
A reference to the Customer Maintenance Interface object.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ICustomerMaintenance> |
ERP.iCUSTMAINT
The ERP interface type for customer maintenance.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerMaintenance
A bogus implementation of the ERP customer maintenance interface.
|