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