cz.muni.fi.pclis.service.peerEvaluation
Interface StudentEvaluationService
- All Known Implementing Classes:
- StudentEvaluationServiceImpl
public interface StudentEvaluationService
User: Ľuboš Pecho
Date: 1.4.2010
Time: 16:01:58
To change this template use File | Settings | File Templates.
getById
StudentEvaluation getById(long id)
searchById
StudentEvaluation searchById(long id)
getAll
List<StudentEvaluation> getAll()
create
StudentEvaluation create(StudentEvaluation entity)
update
StudentEvaluation update(StudentEvaluation entity)
remove
void remove(StudentEvaluation entity)
removeById
void removeById(long id)
refresh
StudentEvaluation refresh(StudentEvaluation entity)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.