cz.muni.fi.pclis.service.peerEvaluation
Class StudentEvaluationServiceImpl
java.lang.Object
cz.muni.fi.pclis.service.peerEvaluation.StudentEvaluationServiceImpl
- All Implemented Interfaces:
- StudentEvaluationService
@Transactional
public class StudentEvaluationServiceImpl
- extends Object
- implements StudentEvaluationService
User: Ľuboš Pecho
Date: 1.4.2010
Time: 15:58:44
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
impl
private GenericServiceImpl<StudentEvaluation,StudentEvaluationDao> impl
StudentEvaluationServiceImpl
public StudentEvaluationServiceImpl()
getById
public StudentEvaluation getById(long id)
- Specified by:
getById
in interface StudentEvaluationService
searchById
public StudentEvaluation searchById(long id)
- Specified by:
searchById
in interface StudentEvaluationService
getAll
public List<StudentEvaluation> getAll()
- Specified by:
getAll
in interface StudentEvaluationService
create
public StudentEvaluation create(StudentEvaluation entity)
- Specified by:
create
in interface StudentEvaluationService
update
public StudentEvaluation update(StudentEvaluation entity)
- Specified by:
update
in interface StudentEvaluationService
remove
public void remove(StudentEvaluation entity)
- Specified by:
remove
in interface StudentEvaluationService
removeById
public void removeById(long id)
- Specified by:
removeById
in interface StudentEvaluationService
refresh
public StudentEvaluation refresh(StudentEvaluation entity)
- Specified by:
refresh
in interface StudentEvaluationService
useDao
public StudentEvaluationDao useDao()
getDao
public StudentEvaluationDao getDao()
setDao
public void setDao(StudentEvaluationDao studentEvaluationDao)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.