cz.muni.fi.pclis.service
Interface CourseService
- All Known Implementing Classes:
- CourseServiceImpl
public interface CourseService
User: Ľuboš Pecho
Date: 12.8.2009
Time: 21:49:59
getById
Course getById(long id)
searchById
Course searchById(long id)
getAll
List<Course> getAll()
create
Course create(Course entity)
update
Course update(Course entity)
remove
void remove(Course entity)
refresh
Course refresh(Course entity)
update
Course update(long id,
Course newCourse)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.