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