cz.muni.fi.pclis.service.learningContracts
Class LearningContractsBehaviourServiceImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
impl
private GenericServiceImpl<LearningContractsBehaviour,LearningContractsBehaviourDao> impl
LearningContractsBehaviourServiceImpl
public LearningContractsBehaviourServiceImpl()
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.