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<CategoryListItem> |
DBO.CATLIST
The category list item object class.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<CategoryListItem> |
MainServlet.Context.mpPreviousList
A collection of list item objects for the previous category list.
|
protected java.util.ArrayList<CategoryListItem> |
MainServlet.Context.mpRevisedList
A collection of list item objects for the revised category list.
|
Modifier and Type | Method and Description |
---|---|
private CategoryListItem |
MainServlet.newCategoryListItem(MainServlet.Context ctx,
Category category,
int type,
java.util.ArrayList<Category> children)
Creates and returns a new category list item using the supplied values.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<CategoryListItem> |
MainServlet.getPreviousCategoryList(MainServlet.Context ctx)
Returns the previous category list stored in the session.
|