- Author
- llturro
Definition at line 11 of file TouchPointResults.java.
◆ TouchPointResults()
org.turro.crm.search.TouchPointResults.TouchPointResults |
( |
| ) |
|
◆ getTouchPointList()
java.util.List org.turro.crm.search.TouchPointResults.getTouchPointList |
( |
| ) |
|
Definition at line 16 of file TouchPointResults.java.
17 Dao dao =
new CrmPU();
18 WhereClause wc =
new WhereClause();
19 wc.addClause(
"select distinct touchpoint");
20 wc.addClause(
"from TouchPoint as touchpoint");
21 wc.addClause(
"order by touchpoint.touchDegree");
22 return dao.getResultList(wc);
The documentation for this class was generated from the following file: