| 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 |
|---|---|
int |
OrderRequestConnector.sendRequest(OrderRequest orderRequest)
Method called to send the order request to the Flash server.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<OrderRequest> |
DBO.ORDREQ
The order request object class.
|
| Modifier and Type | Field and Description |
|---|---|
protected OrderRequest |
OrderRequestAPI.Context.orderReq
The current order request object being processed.
|