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

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

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

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

Methods in cz.muni.fi.pclis.domain.peerEvaluation that return SelfEvaluation
 SelfEvaluation SelfEvaluationAssignment.getEvaluation(User user)
          Returns evaluation for user
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation that return types with arguments of type SelfEvaluation
 Set<SelfEvaluation> SelfEvaluationAssignment.getEvaluations()
           
 SortedSet<SelfEvaluation> SelfEvaluationAssignment.getViewableEvaluations()
           
 

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

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

Fields in cz.muni.fi.pclis.service.peerEvaluation with type parameters of type SelfEvaluation
private  GenericServiceImpl<SelfEvaluation,SelfEvaluationDao> SelfEvaluationServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return SelfEvaluation
 SelfEvaluation SelfEvaluationServiceImpl.create(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.create(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationServiceImpl.getById(long id)
           
 SelfEvaluation SelfEvaluationService.getById(long id)
           
 SelfEvaluation SelfEvaluationServiceImpl.refresh(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.refresh(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationServiceImpl.searchById(long id)
           
 SelfEvaluation SelfEvaluationService.searchById(long id)
           
 SelfEvaluation SelfEvaluationServiceImpl.update(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.update(SelfEvaluation entity)
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation that return types with arguments of type SelfEvaluation
 List<SelfEvaluation> SelfEvaluationServiceImpl.getAll()
           
 List<SelfEvaluation> SelfEvaluationService.getAll()
           
 

Methods in cz.muni.fi.pclis.service.peerEvaluation with parameters of type SelfEvaluation
 SelfEvaluation SelfEvaluationServiceImpl.create(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.create(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationServiceImpl.refresh(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.refresh(SelfEvaluation entity)
           
 void SelfEvaluationServiceImpl.remove(SelfEvaluation entity)
           
 void SelfEvaluationService.remove(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationServiceImpl.update(SelfEvaluation entity)
           
 SelfEvaluation SelfEvaluationService.update(SelfEvaluation entity)
           
 



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