| Package | Description |
|---|---|
| com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<OrderAudit> |
DBO.ORDADT
The order audit object class.
|
| Modifier and Type | Method and Description |
|---|---|
OrderAudit |
OrderAuditController.get(int orderref)
Returns the order audit record for the given order reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<OrderAudit> |
OrderAuditController.getPurge(java.util.Date asof)
Returns a collection of order audit records that were created before the
given date.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OrderAuditController.delete(OrderAudit obj)
Deletes an existing record from the table associated with the controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<OrderAudit> |
AdmPurgeOrderAudits.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|