| Package | Description |
|---|---|
| com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| com.dpslink.flash.servlet.sfi |
DPS Flash specific servlets for handling sales force interface functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<SalesRepCustomer> |
DBO.SALESREPC
The sales rep customer object class.
|
| Modifier and Type | Method and Description |
|---|---|
SalesRepCustomer |
SalesRepCustomerController.get(java.lang.String repcode,
java.lang.String custid)
Returns the sales rep customer record for the given sales rep code and
customer id.
|
SalesRepCustomer |
SalesRepCustomerController.valuesToObject(java.util.HashMap<java.lang.String,java.lang.Object> attrs)
Returns a database object from the given set of attributes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<SalesRepCustomer> |
SalesRepCustomerController.getMatching(SalesRep rep,
java.lang.String field,
java.lang.String operand,
java.lang.String argument)
Returns a collection of sales rep customer records that have a field that
contains characters matching the given criteria.
|
java.util.ArrayList<SalesRepCustomer> |
SalesRepCustomerController.getSalesRep(SalesRep rep,
boolean hasUser)
Returns a collection of sales rep customer records for the given sales rep.
|
| Modifier and Type | Field and Description |
|---|---|
protected SalesRepCustomer |
AdmSalesRepCustomerList.Context.selectObj
The current selected object.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<SalesRepCustomer> |
AdmSalesRepCustomerAdd.Context.listList
The sales rep customer list servlet's current list of customers.
|
protected java.util.ArrayList<SalesRepCustomer> |
AdmSalesRepCustomerList.Context.selectList
The current list of selection objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<SalesRepCustomer> |
SfiAccountSelect.Context.selectListSFI
The current list of SFI selection objects.
|