| 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 |
DPS Flash specific servlets for handling shopping functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<PunchOutSession> |
DBO.PNCHOUT
The punch-out session object class.
|
| Modifier and Type | Method and Description |
|---|---|
PunchOutSession |
PunchOutSessionController.get(java.lang.String id)
Returns the punch-out session record for the given session id.
|
| Modifier and Type | Field and Description |
|---|---|
protected PunchOutSession |
ConfirmOrder.Context.punchOutSession
The punchout session object.
|
PunchOutSession |
CheckOut.Context.punchOutSession
The punchout session object.
|
protected PunchOutSession |
PunchOut.Context.punchOutSession
The current punch-out session.
|