| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmPendingProductFind.findError(AdmPendingProductFind.Context ctx)
Handles processing for error selection requests.
|
protected boolean |
AdmPendingProductFind.findRecords(AdmPendingProductFind.Context ctx)
Handles processing for find criteria requests.
|
protected java.lang.String |
AdmPendingProductFind.getFindDescription(AdmPendingProductFind.Context ctx)
Returns the current find's text description.
|
protected boolean |
AdmPendingProductFind.setTemplateError(AdmPendingProductFind.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmPendingProductFind.validateBatch(AdmPendingProductFind.Context ctx)
Handles processing for batch validate requests.
|