| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmPendingProductBatchSelect.deleteBatch(AdmPendingProductBatchSelect.Context ctx)
Handles processing for batch delete requests.
|
protected boolean |
AdmPendingProductBatchSelect.maintainBatch(AdmPendingProductBatchSelect.Context ctx)
Handles processing for batch maintenance requests.
|
protected boolean |
AdmPendingProductBatchSelect.postBatch(AdmPendingProductBatchSelect.Context ctx)
Handles processing for batch post requests.
|
protected boolean |
AdmPendingProductBatchSelect.setTemplateError(AdmPendingProductBatchSelect.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmPendingProductBatchSelect.validateBatch(AdmPendingProductBatchSelect.Context ctx)
Handles processing for batch validate requests.
|