| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmSalesRepCustomerAdd.addCustomers(AdmSalesRepCustomerAdd.Context ctx)
Adds selected customers to the sales rep customer table, flags selected
customers as added and adds selected customers to the sales rep's list
of assigned customers.
|
protected void |
AdmSalesRepCustomerAdd.flagCustomersInSalesRep(AdmSalesRepCustomerAdd.Context ctx)
Flags customers in the selection list that match customers already in the
current sales rep so that they cannot be selected for add.
|
protected java.lang.String |
AdmSalesRepCustomerAdd.getFindString(AdmSalesRepCustomerAdd.Context ctx)
Returns a delimited string of the current find criteria values.
|
protected boolean |
AdmSalesRepCustomerAdd.isDifferentSalesRep(AdmSalesRepCustomerAdd.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 |
AdmSalesRepCustomerAdd.omitCustomersWithNoUser(AdmSalesRepCustomerAdd.Context ctx)
Deletes customers in the selection list that do not have at least one
user associated with them.
|
protected boolean |
AdmSalesRepCustomerAdd.setTemplateError(AdmSalesRepCustomerAdd.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|