Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmProductCategoryAdd.addCategories(AdmProductCategoryAdd.Context ctx)
Adds selected categories to the catalog product table, flags selected
categories as added and then adds selected categories to the current
product's list of categories.
|
protected void |
AdmProductCategoryAdd.flagCategoriesInProduct(AdmProductCategoryAdd.Context ctx)
Flags categories in the selection list that match categories already in
the current product so that they cannot be selected for add.
|
protected boolean |
AdmProductCategoryAdd.setTemplateError(AdmProductCategoryAdd.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|