Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmSalesRepCustomerList.isDifferentSalesRep(AdmSalesRepCustomerList.Context ctx)
Determines if the sales rep code supplied in the url is different than the
sales rep code put in the session by the sales rep add/edit servlet and, if
so, redirects to the current mode's appropriate start page.
|
protected void |
AdmSalesRepCustomerList.omitCustomersWithNoUser(AdmSalesRepCustomerList.Context ctx)
Deletes customers in the selection list that do not have at least one
user associated with them.
|
protected boolean |
AdmSalesRepCustomerList.setTemplateError(AdmSalesRepCustomerList.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|