Package | Description |
---|---|
com.dpslink.flash.b2b |
DPS Flash specific implementations for classes in
com.ibm.ctc.b2b.connector . |
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 |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<OrderRequestLine> |
OrderRequest.getLines()
Returns the collection of order request lines.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderRequest.addLine(OrderRequestLine line)
Adds a line to the collection of order request lines.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<OrderRequestLine> |
DBO.ORDREQLN
The order request line object class.
|
Modifier and Type | Method and Description |
---|---|
private Product |
OrderRequestAPI.findProduct(OrderRequestAPI.Context ctx,
OrderRequestLine reqline)
Finds an existing product for an order request line.
|
private boolean |
OrderRequestAPI.unknownProduct(OrderRequestAPI.Context ctx,
OrderRequestLine reqline)
Puts the placeholder product in the shopping cart.
|