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