Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmProductImportCandidateList.deselectAll(AdmProductImportCandidateList.Context ctx)
Deselects all pending products in the batch.
|
protected boolean |
AdmProductImportCandidateList.deselectPage(AdmProductImportCandidateList.Context ctx)
Deselects all pending products on the current page.
|
protected boolean |
AdmProductImportCandidateList.importBatch(AdmProductImportCandidateList.Context ctx)
Handles processing for batch import requests.
|
protected boolean |
AdmProductImportCandidateList.selectAll(AdmProductImportCandidateList.Context ctx)
Selects all pending products in the batch.
|
protected boolean |
AdmProductImportCandidateList.selectPage(AdmProductImportCandidateList.Context ctx)
Selects all pending products on the current page.
|
protected boolean |
AdmProductImportCandidateList.setTemplateError(AdmProductImportCandidateList.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmProductImportCandidateList.updatePage(AdmProductImportCandidateList.Context ctx)
Updates the pending products on the current page with the user's selections.
|