Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmCategorySubcatAdd.addSubcategories(AdmCategorySubcatAdd.Context ctx)
Adds selected subcategories to the catalog category table, flags selected
subcategories as added and then adds selected subcategories to the current
category's list of subcategories.
|
protected void |
AdmCategorySubcatAdd.flagCategoriesInCategory(AdmCategorySubcatAdd.Context ctx)
Flags subcategories in the selection list that match subcategories already
in the current category so that they cannot be selected for add.
|
protected boolean |
AdmCategorySubcatAdd.isDifferentCategory(AdmCategorySubcatAdd.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 void |
AdmCategorySubcatAdd.omitRecursiveCategories(AdmCategorySubcatAdd.Context ctx,
Category cat)
Deletes subcategories in the selection list that would result in category
recursion issues if allowed to be selected as a subcategory.
|
protected boolean |
AdmCategorySubcatAdd.setTemplateError(AdmCategorySubcatAdd.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|