Uses of Class
cz.muni.fi.pclis.domain.peerEvaluation.StudentEvaluation

Packages that use StudentEvaluation
cz.muni.fi.pclis.domain.peerEvaluation   
cz.muni.fi.pclis.service.peerEvaluation   
 

Uses of StudentEvaluation in cz.muni.fi.pclis.domain.peerEvaluation
 

Fields in cz.muni.fi.pclis.domain.peerEvaluation with type parameters of type StudentEvaluation
private  Set<StudentEvaluation> StudentEvaluationAssignment.evaluations
          Evaluations contained
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation that return types with arguments of type StudentEvaluation
 Set<StudentEvaluation> StudentEvaluationAssignment.getEvaluationByUser(User user)
          Returns evaluations for user
 Set<StudentEvaluation> StudentEvaluationAssignment.getEvaluations()
           
 Set<StudentEvaluation> StudentEvaluationAssignment.getStudentsToEvaluate(User user)
          Returns students to evaluate for user
 SortedSet<StudentEvaluation> StudentEvaluationAssignment.getViewableEvaluations()
           
 

Method parameters in cz.muni.fi.pclis.domain.peerEvaluation with type arguments of type StudentEvaluation
 void StudentEvaluationAssignment.setEvaluations(Set<StudentEvaluation> evaluations)
          Sets the evaluations
 

Uses of StudentEvaluation in cz.muni.fi.pclis.service.peerEvaluation
 

Fields in cz.muni.fi.pclis.service.peerEvaluation with type parameters of type StudentEvaluation
private  GenericServiceImpl<StudentEvaluation,StudentEvaluationDao> StudentEvaluationServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return StudentEvaluation
 StudentEvaluation StudentEvaluationServiceImpl.create(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.create(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationServiceImpl.getById(long id)
           
 StudentEvaluation StudentEvaluationService.getById(long id)
           
 StudentEvaluation StudentEvaluationServiceImpl.refresh(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.refresh(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationServiceImpl.searchById(long id)
           
 StudentEvaluation StudentEvaluationService.searchById(long id)
           
 StudentEvaluation StudentEvaluationServiceImpl.update(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.update(StudentEvaluation entity)
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return types with arguments of type StudentEvaluation
 List<StudentEvaluation> StudentEvaluationServiceImpl.getAll()
           
 List<StudentEvaluation> StudentEvaluationService.getAll()
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation with parameters of type StudentEvaluation
 StudentEvaluation StudentEvaluationServiceImpl.create(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.create(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationServiceImpl.refresh(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.refresh(StudentEvaluation entity)
           
 void StudentEvaluationServiceImpl.remove(StudentEvaluation entity)
           
 void StudentEvaluationService.remove(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationServiceImpl.update(StudentEvaluation entity)
           
 StudentEvaluation StudentEvaluationService.update(StudentEvaluation entity)
           
 



Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.