cz.muni.fi.pclis.service.learningExpectations
Interface ExpectationPointService
- All Known Implementing Classes:
- ExpectationPointServiceImpl
public interface ExpectationPointService
User: Ľuboš Pecho
Date: 6.9.2009
Time: 11:28:37
getById
ExpectationPoint getById(long id)
searchById
ExpectationPoint searchById(long id)
getAll
List<ExpectationPoint> getAll()
getByTermAndCourse
List<ExpectationPoint> getByTermAndCourse(Term term,
Course course)
getByTermAndCourseAndUser
List<ExpectationPoint> getByTermAndCourseAndUser(Term term,
Course course,
User user)
create
ExpectationPoint create(ExpectationPoint entity)
update
ExpectationPoint update(ExpectationPoint entity)
remove
void remove(ExpectationPoint entity)
refresh
ExpectationPoint refresh(ExpectationPoint entity)
removeById
void removeById(long id)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.