cz.muni.fi.pclis.service.learningExpectations
Class LearningExpectationsBehaviourServiceImpl

java.lang.Object
  extended by cz.muni.fi.pclis.service.learningExpectations.LearningExpectationsBehaviourServiceImpl
All Implemented Interfaces:
LearningExpectationsBehaviourService

@Transactional
public class LearningExpectationsBehaviourServiceImpl
extends Object
implements LearningExpectationsBehaviourService

User: Ľuboš Pecho Date: 1.9.2009 Time: 22:56:59


Field Summary
private  GenericServiceImpl<LearningExpectationsBehaviour,LearningExpectationsBehaviourDao> impl
           
 
Constructor Summary
LearningExpectationsBehaviourServiceImpl()
           
 
Method Summary
 LearningExpectationsBehaviour create(LearningExpectationsBehaviour entity)
           
 List<LearningExpectationsBehaviour> getAll()
           
 LearningExpectationsBehaviour getByCourseAndTerm(Course course, Term term)
           
 LearningExpectationsBehaviour getById(long id)
           
 LearningExpectationsBehaviourDao getDao()
           
 LearningExpectationsBehaviour refresh(LearningExpectationsBehaviour entity)
           
 void remove(LearningExpectationsBehaviour entity)
           
 LearningExpectationsBehaviour searchById(long id)
           
 void setDao(LearningExpectationsBehaviourDao learningExpectationsBehaviourDao)
           
 LearningExpectationsBehaviour update(LearningExpectationsBehaviour entity)
           
 LearningExpectationsBehaviourDao useDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

private GenericServiceImpl<LearningExpectationsBehaviour,LearningExpectationsBehaviourDao> impl
Constructor Detail

LearningExpectationsBehaviourServiceImpl

public LearningExpectationsBehaviourServiceImpl()
Method Detail

getById

public LearningExpectationsBehaviour getById(long id)
Specified by:
getById in interface LearningExpectationsBehaviourService

searchById

public LearningExpectationsBehaviour searchById(long id)
Specified by:
searchById in interface LearningExpectationsBehaviourService

getAll

public List<LearningExpectationsBehaviour> getAll()
Specified by:
getAll in interface LearningExpectationsBehaviourService

getByCourseAndTerm

public LearningExpectationsBehaviour getByCourseAndTerm(Course course,
                                                        Term term)
Specified by:
getByCourseAndTerm in interface LearningExpectationsBehaviourService

create

public LearningExpectationsBehaviour create(LearningExpectationsBehaviour entity)
Specified by:
create in interface LearningExpectationsBehaviourService

update

public LearningExpectationsBehaviour update(LearningExpectationsBehaviour entity)
Specified by:
update in interface LearningExpectationsBehaviourService

remove

public void remove(LearningExpectationsBehaviour entity)
Specified by:
remove in interface LearningExpectationsBehaviourService

refresh

public LearningExpectationsBehaviour refresh(LearningExpectationsBehaviour entity)
Specified by:
refresh in interface LearningExpectationsBehaviourService

useDao

public LearningExpectationsBehaviourDao useDao()

getDao

public LearningExpectationsBehaviourDao getDao()

setDao

public void setDao(LearningExpectationsBehaviourDao learningExpectationsBehaviourDao)


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.