cz.muni.fi.pclis.service.peerEvaluation
Class SelfEvaluationServiceImpl
java.lang.Object
cz.muni.fi.pclis.service.peerEvaluation.SelfEvaluationServiceImpl
- All Implemented Interfaces:
- SelfEvaluationService
@Transactional
public class SelfEvaluationServiceImpl
- extends Object
- implements SelfEvaluationService
User: Ľuboš Pecho
Date: 1.4.2010
Time: 16:13:16
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<SelfEvaluation,SelfEvaluationDao> impl
SelfEvaluationServiceImpl
public SelfEvaluationServiceImpl()
getById
public SelfEvaluation getById(long id)
- Specified by:
getById in interface SelfEvaluationService
searchById
public SelfEvaluation searchById(long id)
- Specified by:
searchById in interface SelfEvaluationService
getAll
public List<SelfEvaluation> getAll()
- Specified by:
getAll in interface SelfEvaluationService
create
public SelfEvaluation create(SelfEvaluation entity)
- Specified by:
create in interface SelfEvaluationService
update
public SelfEvaluation update(SelfEvaluation entity)
- Specified by:
update in interface SelfEvaluationService
remove
public void remove(SelfEvaluation entity)
- Specified by:
remove in interface SelfEvaluationService
removeById
public void removeById(long id)
- Specified by:
removeById in interface SelfEvaluationService
refresh
public SelfEvaluation refresh(SelfEvaluation entity)
- Specified by:
refresh in interface SelfEvaluationService
useDao
public SelfEvaluationDao useDao()
getDao
public SelfEvaluationDao getDao()
setDao
public void setDao(SelfEvaluationDao selfEvaluationDao)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.