Uses of Class
net.sourceforge.jsurveyor.Evaluation

Packages that use Evaluation
net.sourceforge.jsurveyor   
 

Uses of Evaluation in net.sourceforge.jsurveyor
 

Methods in net.sourceforge.jsurveyor that return Evaluation
static Evaluation DataAccess.retrieveEvaluation(int evaluationID)
          Retrieves a Evaluation object from the database.
 

Methods in net.sourceforge.jsurveyor with parameters of type Evaluation
static void DataAccess.storeEvaluation(Evaluation evaluation)
          Stores the passed Evaluation object in the corresponding Evaluation SQL-table.