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.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
Modifier and Type | Field and Description |
---|---|
private IUserMaintenance |
AccountCreateHandler.ivUserMaint
A reference to the User Maintenance Interface object.
|
private IUserMaintenance |
AccountDeleteHandler.ivUserMaint
A reference to the User Maintenance Interface object.
|
private IUserMaintenance |
SyncUsersTask.ivUserMaint
A reference to the User Maintenance Interface object.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<IUserMaintenance> |
ERP.iUSERMAINT
The ERP interface type for user maintenance.
|
Modifier and Type | Class and Description |
---|---|
class |
UserMaintenance
An implementation of the ERP user maintenance interface for DPS Extend.
|