|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.muni.fi.pclis.service.peerEvaluation.StudentEvaluationAssignmentServiceImpl
@Transactional public class StudentEvaluationAssignmentServiceImpl
User: Ľuboš Pecho Date: 1.4.2010 Time: 16:02:47 To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
private GenericServiceImpl<StudentEvaluationAssignment,StudentEvaluationAssignmentDao> |
impl
|
Constructor Summary | |
---|---|
StudentEvaluationAssignmentServiceImpl()
|
Method Summary | |
---|---|
StudentEvaluationAssignment |
create(StudentEvaluationAssignment entity)
persists the entity |
void |
generateAndUpdate(StudentEvaluationAssignment entity)
|
List<StudentEvaluationAssignment> |
getAll()
returns all entities |
List<StudentEvaluationAssignment> |
getByCourseAndTerm(Course course,
Term term)
|
StudentEvaluationAssignment |
getById(long id)
get the entity with given id |
StudentEvaluationAssignmentDao |
getDao()
|
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 |
void |
setDao(StudentEvaluationAssignmentDao studentEvaluationAssignmentDao)
|
StudentEvaluationAssignment |
update(StudentEvaluationAssignment entity)
updates the entity |
StudentEvaluationAssignmentDao |
useDao()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private GenericServiceImpl<StudentEvaluationAssignment,StudentEvaluationAssignmentDao> impl
Constructor Detail |
---|
public StudentEvaluationAssignmentServiceImpl()
Method Detail |
---|
public StudentEvaluationAssignment getById(long id)
GenericService
getById
in interface GenericService<StudentEvaluationAssignment>
getById
in interface StudentEvaluationAssignmentService
public StudentEvaluationAssignment searchById(long id)
GenericService
searchById
in interface GenericService<StudentEvaluationAssignment>
searchById
in interface StudentEvaluationAssignmentService
public List<StudentEvaluationAssignment> getAll()
GenericService
getAll
in interface GenericService<StudentEvaluationAssignment>
getAll
in interface StudentEvaluationAssignmentService
public StudentEvaluationAssignment create(StudentEvaluationAssignment entity)
GenericService
create
in interface GenericService<StudentEvaluationAssignment>
create
in interface StudentEvaluationAssignmentService
public StudentEvaluationAssignment update(StudentEvaluationAssignment entity)
GenericService
update
in interface GenericService<StudentEvaluationAssignment>
update
in interface StudentEvaluationAssignmentService
public void generateAndUpdate(StudentEvaluationAssignment entity)
generateAndUpdate
in interface PeerEvaluationAssignmentService<StudentEvaluationAssignment>
public void remove(StudentEvaluationAssignment entity)
GenericService
remove
in interface GenericService<StudentEvaluationAssignment>
remove
in interface StudentEvaluationAssignmentService
public void removeById(long id)
GenericService
removeById
in interface GenericService<StudentEvaluationAssignment>
removeById
in interface StudentEvaluationAssignmentService
public StudentEvaluationAssignment refresh(StudentEvaluationAssignment entity)
GenericService
refresh
in interface GenericService<StudentEvaluationAssignment>
refresh
in interface StudentEvaluationAssignmentService
public List<StudentEvaluationAssignment> getByCourseAndTerm(Course course, Term term)
getByCourseAndTerm
in interface StudentEvaluationAssignmentService
public StudentEvaluationAssignmentDao useDao()
public StudentEvaluationAssignmentDao getDao()
public void setDao(StudentEvaluationAssignmentDao studentEvaluationAssignmentDao)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |