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.


Method Summary
 SelfEvaluation create(SelfEvaluation entity)
           
 List<SelfEvaluation> getAll()
           
 SelfEvaluation getById(long id)
           
 SelfEvaluation refresh(SelfEvaluation entity)
           
 void remove(SelfEvaluation entity)
           
 void removeById(long id)
           
 SelfEvaluation searchById(long id)
           
 SelfEvaluation update(SelfEvaluation entity)
           
 

Method Detail

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.