cz.muni.fi.pclis.service.learningContracts
Class LearningContractsBehaviourServiceImpl

java.lang.Object
  extended by cz.muni.fi.pclis.service.learningContracts.LearningContractsBehaviourServiceImpl
All Implemented Interfaces:
LearningContractsBehaviourService

@Transactional
public class LearningContractsBehaviourServiceImpl
extends Object
implements LearningContractsBehaviourService

User: Ľuboš Pecho Date: 11.2.2010 Time: 9:28:02


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

Field Detail

impl

private GenericServiceImpl<LearningContractsBehaviour,LearningContractsBehaviourDao> impl
Constructor Detail

LearningContractsBehaviourServiceImpl

public LearningContractsBehaviourServiceImpl()
Method Detail

getById

public LearningContractsBehaviour getById(long id)
Specified by:
getById in interface LearningContractsBehaviourService

searchById

public LearningContractsBehaviour searchById(long id)
Specified by:
searchById in interface LearningContractsBehaviourService

getAll

public List<LearningContractsBehaviour> getAll()
Specified by:
getAll in interface LearningContractsBehaviourService

create

public LearningContractsBehaviour create(LearningContractsBehaviour entity)
Specified by:
create in interface LearningContractsBehaviourService

update

public LearningContractsBehaviour update(LearningContractsBehaviour entity)
Specified by:
update in interface LearningContractsBehaviourService

remove

public void remove(LearningContractsBehaviour entity)
Specified by:
remove in interface LearningContractsBehaviourService

removeById

public void removeById(long id)
Specified by:
removeById in interface LearningContractsBehaviourService

refresh

public LearningContractsBehaviour refresh(LearningContractsBehaviour entity)
Specified by:
refresh in interface LearningContractsBehaviourService

getByCourseAndTerm

public LearningContractsBehaviour getByCourseAndTerm(Course course,
                                                     Term term)
Specified by:
getByCourseAndTerm in interface LearningContractsBehaviourService

useDao

public LearningContractsBehaviourDao useDao()

getDao

public LearningContractsBehaviourDao getDao()

setDao

public void setDao(LearningContractsBehaviourDao learningContractsBehaviourDao)


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