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

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


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

Field Detail

impl

private GenericServiceImpl<SelfEvaluation,SelfEvaluationDao> impl
Constructor Detail

SelfEvaluationServiceImpl

public SelfEvaluationServiceImpl()
Method Detail

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.