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