| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmCategorySubcatSeq.isDifferentCategory(AdmCategorySubcatSeq.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.
|
private boolean |
AdmCategorySubcatSeq.reseqSubcategories(AdmCategorySubcatSeq.Context ctx)
Updates catalog category records in the front-end db with new sequence
numbers based on the user's input.
|
private boolean |
AdmCategorySubcatSeq.resetSubcategories(AdmCategorySubcatSeq.Context ctx)
Updates catalog category records in the front-end db with new sequence
numbers based on the default sequence (sequence numbers in the db = 0).
|
private void |
AdmCategorySubcatSeq.resetSubcategoriesList(AdmCategorySubcatSeq.Context ctx)
Resets the subcategories list servlet's page number to zero so a new
list will be retrieved using the updated sequence numbers.
|
protected boolean |
AdmCategorySubcatSeq.setTemplateError(AdmCategorySubcatSeq.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|