cz.muni.fi.pclis.service.learningExpectations
Interface LearningExpectationsBehaviourService
- All Known Implementing Classes:
- LearningExpectationsBehaviourServiceImpl
public interface LearningExpectationsBehaviourService
User: Ľuboš Pecho
Date: 1.9.2009
Time: 22:59:51
getById
LearningExpectationsBehaviour getById(long id)
searchById
LearningExpectationsBehaviour searchById(long id)
getAll
List<LearningExpectationsBehaviour> getAll()
create
LearningExpectationsBehaviour create(LearningExpectationsBehaviour entity)
update
LearningExpectationsBehaviour update(LearningExpectationsBehaviour entity)
remove
void remove(LearningExpectationsBehaviour entity)
refresh
LearningExpectationsBehaviour refresh(LearningExpectationsBehaviour entity)
getByCourseAndTerm
LearningExpectationsBehaviour getByCourseAndTerm(Course course,
Term term)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.