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