Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdmShipperAddEdit.setTemplateCountries(AdmShipperAddEdit.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the country data required by the html template. |
protected boolean |
AdmShipperAddEdit.setTemplateError(AdmShipperAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
AdmShipperAddEdit.setTemplateShipper(AdmShipperAddEdit.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the shipper data required by the html template. |
protected boolean |
AdmShipperAddEdit.updateCountries(AdmShipperAddEdit.Context ctx)
Updates the shipper country table using submitted values.
|