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