|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerEvaluation | |
---|---|
cz.muni.fi.pclis.domain.peerEvaluation | |
cz.muni.fi.pclis.service.peerEvaluation |
Uses of PeerEvaluation in cz.muni.fi.pclis.domain.peerEvaluation |
---|
Subclasses of PeerEvaluation in cz.muni.fi.pclis.domain.peerEvaluation | |
---|---|
class |
SelfEvaluation
Entity representing self evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:57:31 |
class |
StudentEvaluation
Entity representing student evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:55:46 |
class |
TeamEvaluation
Entity representing team evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:56:30 |
Methods in cz.muni.fi.pclis.domain.peerEvaluation that return types with arguments of type PeerEvaluation | |
---|---|
abstract SortedSet<? extends PeerEvaluation> |
PeerEvaluationAssignment.getViewableEvaluations()
Returns evaluation which are worth viewing |
Uses of PeerEvaluation in cz.muni.fi.pclis.service.peerEvaluation |
---|
Fields in cz.muni.fi.pclis.service.peerEvaluation with type parameters of type PeerEvaluation | |
---|---|
private GenericServiceImpl<PeerEvaluation,PeerEvaluationDao> |
PeerEvaluationServiceImpl.impl
|
Methods in cz.muni.fi.pclis.service.peerEvaluation that return PeerEvaluation | |
---|---|
PeerEvaluation |
PeerEvaluationServiceImpl.create(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.create(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationServiceImpl.getById(long id)
|
PeerEvaluation |
PeerEvaluationService.getById(long id)
|
PeerEvaluation |
PeerEvaluationServiceImpl.refresh(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.refresh(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationServiceImpl.searchById(long id)
|
PeerEvaluation |
PeerEvaluationService.searchById(long id)
|
PeerEvaluation |
PeerEvaluationServiceImpl.update(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.update(PeerEvaluation entity)
|
Methods in cz.muni.fi.pclis.service.peerEvaluation that return types with arguments of type PeerEvaluation | |
---|---|
List<PeerEvaluation> |
PeerEvaluationServiceImpl.getAll()
|
List<PeerEvaluation> |
PeerEvaluationService.getAll()
|
Methods in cz.muni.fi.pclis.service.peerEvaluation with parameters of type PeerEvaluation | |
---|---|
PeerEvaluation |
PeerEvaluationServiceImpl.create(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.create(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationServiceImpl.refresh(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.refresh(PeerEvaluation entity)
|
void |
PeerEvaluationServiceImpl.remove(PeerEvaluation entity)
|
void |
PeerEvaluationService.remove(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationServiceImpl.update(PeerEvaluation entity)
|
PeerEvaluation |
PeerEvaluationService.update(PeerEvaluation entity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |