BrightSide Workbench Full Report + Source Code
org.turro.crm.search.TechnologyResults Class Reference

Public Member Functions

 TechnologyResults ()
 
java.util.List getTechnologyList ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file TechnologyResults.java.

Constructor & Destructor Documentation

◆ TechnologyResults()

org.turro.crm.search.TechnologyResults.TechnologyResults ( )

Definition at line 31 of file TechnologyResults.java.

31  {
32  }

Member Function Documentation

◆ getTechnologyList()

java.util.List org.turro.crm.search.TechnologyResults.getTechnologyList ( )

Definition at line 34 of file TechnologyResults.java.

34  {
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);
40  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: