cz.muni.fi.pclis.service.peerEvaluation
Class PeerEvaluationServiceImpl

java.lang.Object
  extended by 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.


Field Summary
private  GenericServiceImpl<PeerEvaluation,PeerEvaluationDao> impl
           
 
Constructor Summary
PeerEvaluationServiceImpl()
           
 
Method Summary
 PeerEvaluation create(PeerEvaluation entity)
           
 List<PeerEvaluation> getAll()
           
 PeerEvaluation getById(long id)
           
 PeerEvaluationDao getDao()
           
 PeerEvaluation refresh(PeerEvaluation entity)
           
 void remove(PeerEvaluation entity)
           
 void removeById(long id)
           
 PeerEvaluation searchById(long id)
           
 void setDao(PeerEvaluationDao peerEvaluationDao)
           
 PeerEvaluation update(PeerEvaluation entity)
           
 PeerEvaluationDao useDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

private GenericServiceImpl<PeerEvaluation,PeerEvaluationDao> impl
Constructor Detail

PeerEvaluationServiceImpl

public PeerEvaluationServiceImpl()
Method Detail

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.