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