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

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


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

Field Detail

impl

private GenericServiceImpl<StudentEvaluation,StudentEvaluationDao> impl
Constructor Detail

StudentEvaluationServiceImpl

public StudentEvaluationServiceImpl()
Method Detail

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.