|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelfEvaluationAssignmentService
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:17:59 To change this template use File | Settings | File Templates.
Method Summary | |
---|---|
SelfEvaluationAssignment |
create(SelfEvaluationAssignment entity)
persists the entity |
List<SelfEvaluationAssignment> |
getAll()
returns all entities |
List<SelfEvaluationAssignment> |
getByCourseAndTerm(Course course,
Term term)
|
SelfEvaluationAssignment |
getById(long id)
get the entity with given id |
SelfEvaluationAssignment |
refresh(SelfEvaluationAssignment entity)
refreshes the entity from database |
void |
remove(SelfEvaluationAssignment entity)
removes a persisted entity |
void |
removeById(long id)
removes entity with given id |
SelfEvaluationAssignment |
searchById(long id)
searches the entity with given id |
SelfEvaluationAssignment |
update(SelfEvaluationAssignment entity)
updates the entity |
Methods inherited from interface cz.muni.fi.pclis.service.peerEvaluation.PeerEvaluationAssignmentService |
---|
generateAndUpdate |
Method Detail |
---|
SelfEvaluationAssignment getById(long id)
GenericService
getById
in interface GenericService<SelfEvaluationAssignment>
SelfEvaluationAssignment searchById(long id)
GenericService
searchById
in interface GenericService<SelfEvaluationAssignment>
List<SelfEvaluationAssignment> getAll()
GenericService
getAll
in interface GenericService<SelfEvaluationAssignment>
SelfEvaluationAssignment create(SelfEvaluationAssignment entity)
GenericService
create
in interface GenericService<SelfEvaluationAssignment>
SelfEvaluationAssignment update(SelfEvaluationAssignment entity)
GenericService
update
in interface GenericService<SelfEvaluationAssignment>
void remove(SelfEvaluationAssignment entity)
GenericService
remove
in interface GenericService<SelfEvaluationAssignment>
void removeById(long id)
GenericService
removeById
in interface GenericService<SelfEvaluationAssignment>
SelfEvaluationAssignment refresh(SelfEvaluationAssignment entity)
GenericService
refresh
in interface GenericService<SelfEvaluationAssignment>
List<SelfEvaluationAssignment> getByCourseAndTerm(Course course, Term term)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |