| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmPendingProductList.deleteSelected(AdmPendingProductList.Context ctx)
Handles processing for deleting selected records requests.
|
protected boolean |
AdmPendingProductList.deselectAll(AdmPendingProductList.Context ctx)
Deselects all pending products in the batch for the current find key.
|
protected boolean |
AdmPendingProductList.deselectPage(AdmPendingProductList.Context ctx)
Deselects all pending products on the current page.
|
protected boolean |
AdmPendingProductList.editSelected(AdmPendingProductList.Context ctx)
Handles processing for editing selected records requests.
|
protected boolean |
AdmPendingProductList.hasSelected(AdmPendingProductList.Context ctx)
Answers if there are any selected pending product records.
|
protected boolean |
AdmPendingProductList.postSelected(AdmPendingProductList.Context ctx)
Handles processing for posting selected records requests.
|
protected boolean |
AdmPendingProductList.selectAll(AdmPendingProductList.Context ctx)
Selects all pending products in the batch for the current find key.
|
protected boolean |
AdmPendingProductList.selectPage(AdmPendingProductList.Context ctx)
Selects all pending products on the current page.
|
protected boolean |
AdmPendingProductList.setTemplateError(AdmPendingProductList.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmPendingProductList.updatePage(AdmPendingProductList.Context ctx)
Updates the pending products on the current page with the user's selections.
|