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

Packages that use SelfEvaluationAssignment
cz.muni.fi.pclis.domain.peerEvaluation   
cz.muni.fi.pclis.service.peerEvaluation   
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation   
 

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

Fields in cz.muni.fi.pclis.domain.peerEvaluation declared as SelfEvaluationAssignment
private  SelfEvaluationAssignment SelfEvaluation.assignment
          Assignemt to which this evaluation belongs to
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation that return SelfEvaluationAssignment
 SelfEvaluationAssignment SelfEvaluation.getAssignment()
          Returns assignment to which the evaluation belongs
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation with parameters of type SelfEvaluationAssignment
 void SelfEvaluation.setAssignment(SelfEvaluationAssignment assignment)
          Sets the assignment
 

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

Fields in cz.muni.fi.pclis.service.peerEvaluation with type parameters of type SelfEvaluationAssignment
private  GenericServiceImpl<SelfEvaluationAssignment,SelfEvaluationAssignmentDao> SelfEvaluationAssignmentServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return SelfEvaluationAssignment
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.create(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.create(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.getById(long id)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.getById(long id)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.refresh(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.refresh(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.searchById(long id)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.searchById(long id)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.update(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.update(SelfEvaluationAssignment entity)
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return types with arguments of type SelfEvaluationAssignment
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentServiceImpl.getAll()
           
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentService.getAll()
           
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentService.getByCourseAndTerm(Course course, Term term)
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation with parameters of type SelfEvaluationAssignment
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.create(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.create(SelfEvaluationAssignment entity)
           
 void SelfEvaluationAssignmentServiceImpl.generateAndUpdate(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.refresh(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.refresh(SelfEvaluationAssignment entity)
           
 void SelfEvaluationAssignmentServiceImpl.remove(SelfEvaluationAssignment entity)
           
 void SelfEvaluationAssignmentService.remove(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentServiceImpl.update(SelfEvaluationAssignment entity)
           
 SelfEvaluationAssignment SelfEvaluationAssignmentService.update(SelfEvaluationAssignment entity)
           
 

Uses of SelfEvaluationAssignment in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation that return SelfEvaluationAssignment
protected  SelfEvaluationAssignment EditSelfEvaluationAssignmentController.createAssignment()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation that return types with arguments of type SelfEvaluationAssignment
protected  GenericService<SelfEvaluationAssignment> RemoveSelfEvaluationAssignmentController.getAssignmentService()
           
protected  PeerEvaluationAssignmentService<SelfEvaluationAssignment> EditSelfEvaluationAssignmentController.getAssignmentService()
           
 



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