cz.muni.fi.pclis.service.peerEvaluation
Interface PeerEvaluationAssignmentService<Ass extends PeerEvaluationAssignment>

All Superinterfaces:
GenericService<Ass>
All Known Subinterfaces:
SelfEvaluationAssignmentService, StudentEvaluationAssignmentService, TeamEvaluationAssignmentService
All Known Implementing Classes:
SelfEvaluationAssignmentServiceImpl, StudentEvaluationAssignmentServiceImpl, TeamEvaluationAssignmentServiceImpl

public interface PeerEvaluationAssignmentService<Ass extends PeerEvaluationAssignment>
extends GenericService<Ass>

User: Ľuboš Pecho Date: 16.5.2010 Time: 0:12:25 To change this template use File | Settings | File Templates.


Method Summary
 void generateAndUpdate(Ass entity)
           
 
Methods inherited from interface cz.muni.fi.pclis.commons.service.GenericService
create, getAll, getById, refresh, remove, removeById, searchById, update
 

Method Detail

generateAndUpdate

void generateAndUpdate(Ass entity)


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