cz.muni.fi.pclis.service.learningContracts
Interface LearningContractsBehaviourService
- All Known Implementing Classes:
- LearningContractsBehaviourServiceImpl
public interface LearningContractsBehaviourService
User: Ľuboš Pecho
Date: 11.2.2010
Time: 9:30:41
getById
LearningContractsBehaviour getById(long id)
searchById
LearningContractsBehaviour searchById(long id)
getAll
List<LearningContractsBehaviour> getAll()
create
LearningContractsBehaviour create(LearningContractsBehaviour entity)
update
LearningContractsBehaviour update(LearningContractsBehaviour entity)
remove
void remove(LearningContractsBehaviour entity)
removeById
void removeById(long id)
refresh
LearningContractsBehaviour refresh(LearningContractsBehaviour entity)
getByCourseAndTerm
LearningContractsBehaviour getByCourseAndTerm(Course course,
Term term)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.