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.


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

Method Detail

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.