◆ TechnologyResults()
org.turro.crm.search.TechnologyResults.TechnologyResults |
( |
| ) |
|
◆ getTechnologyList()
java.util.List org.turro.crm.search.TechnologyResults.getTechnologyList |
( |
| ) |
|
Definition at line 34 of file TechnologyResults.java.
35 Dao dao =
new CrmPU();
36 WhereClause wc =
new WhereClause();
37 wc.addClause(
"select distinct technology from Technology as technology");
38 wc.addClause(
"order by technology.name");
39 return dao.getResultList(wc);
The documentation for this class was generated from the following file: