|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericService | |
---|---|
cz.muni.fi.pclis.commons.service | |
cz.muni.fi.pclis.service.peerEvaluation | |
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation |
Uses of GenericService in cz.muni.fi.pclis.commons.service |
---|
Classes in cz.muni.fi.pclis.commons.service that implement GenericService | |
---|---|
class |
GenericServiceImpl<Dom extends DomainObject,Dao extends GenericDao<Dom>>
Simple Generic implementation of GenericService using some implementation of GenericDao
User: Ľuboš Pecho
Date: 11.8.2009
Time: 13:15:11 |
Uses of GenericService in cz.muni.fi.pclis.service.peerEvaluation |
---|
Subinterfaces of GenericService in cz.muni.fi.pclis.service.peerEvaluation | |
---|---|
interface |
PeerEvaluationAssignmentService<Ass extends PeerEvaluationAssignment>
User: Ľuboš Pecho Date: 16.5.2010 Time: 0:12:25 To change this template use File | Settings | File Templates. |
interface |
SelfEvaluationAssignmentService
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:17:59 To change this template use File | Settings | File Templates. |
interface |
StudentEvaluationAssignmentService
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:04:35 To change this template use File | Settings | File Templates. |
interface |
TeamEvaluationAssignmentService
User: Ľuboš Pecho Date: 30.3.2010 Time: 13:49:58 To change this template use File | Settings | File Templates. |
Classes in cz.muni.fi.pclis.service.peerEvaluation that implement GenericService | |
---|---|
class |
SelfEvaluationAssignmentServiceImpl
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:15:29 To change this template use File | Settings | File Templates. |
class |
StudentEvaluationAssignmentServiceImpl
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:02:47 To change this template use File | Settings | File Templates. |
class |
TeamEvaluationAssignmentServiceImpl
User: Ľuboš Pecho Date: 30.3.2010 Time: 13:48:01 To change this template use File | Settings | File Templates. |
Uses of GenericService in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation |
---|
Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation that return GenericService | |
---|---|
protected GenericService<TeamEvaluationAssignment> |
RemoveTeamEvaluationAssignmentController.getAssignmentService()
|
protected GenericService<StudentEvaluationAssignment> |
RemoveStudentEvaluationAssignmentController.getAssignmentService()
|
protected GenericService<SelfEvaluationAssignment> |
RemoveSelfEvaluationAssignmentController.getAssignmentService()
|
protected abstract GenericService<Ass> |
AbstractRemovePeerEvaluationAssignmentController.getAssignmentService()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |