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.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<OrderAuditLine> |
DBO.ORDADTLN
The order audit line object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<OrderAuditLine> |
OrderAuditLineController.getOrderRef(int orderref)
Returns a collection of all order audit lines for an order reference.
|
Modifier and Type | Method and Description |
---|---|
static void |
UnitMeasureHandler.fillOrderAuditLine(OrderAuditLine oal,
CartLine cartline)
Fills an order audit line's values using values from the given cart line.
|