| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmCategoryProductAdd.addProducts(AdmCategoryProductAdd.Context ctx)
Adds selected products to the catalog product table, flags selected
products as added and adds selected products to the current category's
list of products.
|
protected void |
AdmCategoryProductAdd.flagProductsInCategory(AdmCategoryProductAdd.Context ctx)
Flags products in the selection list that match products already in the
current category so that they cannot be selected for add.
|
protected java.lang.String |
AdmCategoryProductAdd.getFindString(AdmCategoryProductAdd.Context ctx)
Returns a delimited string of the current find criteria values.
|
protected boolean |
AdmCategoryProductAdd.isDifferentCategory(AdmCategoryProductAdd.Context ctx)
Determines if the category code supplied in the url is different than the
category code put in the session by the category add/edit servlet and, if
so, redirects to the current mode's appropriate start page.
|
protected boolean |
AdmCategoryProductAdd.setTemplateError(AdmCategoryProductAdd.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|