Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmImportData.clearTables(AdmImportData.Context ctx)
Clears the requested tables prior to executing the import processing.
|
private void |
AdmImportData.setTemplateCheckbox(AdmImportData.Context ctx,
java.lang.String fldname,
boolean checked)
Invoked by this class' implementation of
setTemplateData to
create and set checkbox data required by the html template. |
protected boolean |
AdmImportData.setTemplateError(AdmImportData.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|