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.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<CartConfirmationLine> |
DBO.CARTCNF
The cart confirmation line object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CartConfirmationLine> |
Cart.getConfirmationLines()
(not persisted) Returns the collection of confirmation lines.
|
Modifier and Type | Method and Description |
---|---|
void |
Cart.addConfirmationLine(CartConfirmationLine line)
(not persisted) Adds a confirmation line to the collection of confirmation
lines.
|