| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdmSalesRepUserAddEdit.setSalesRepValues(AdmSalesRepUserAddEdit.Context ctx)
Sets the add/edit object's values using the submitted parameter values.
|
protected boolean |
AdmSalesRepUserAddEdit.setTemplateError(AdmSalesRepUserAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
AdmSalesRepUserAddEdit.setTemplatePreferences(AdmSalesRepUserAddEdit.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the notification preference data required by the html
template. |
protected boolean |
AdmSalesRepUserAddEdit.writeSalesRepPreferences(AdmSalesRepUserAddEdit.Context ctx)
Controls the adding/updating of the add/edit object's notification
preference components.
|