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


Method Summary
 Course create(Course entity)
           
 List<Course> getAll()
           
 Course getById(long id)
           
 Course refresh(Course entity)
           
 void remove(Course entity)
           
 Course searchById(long id)
           
 Course update(Course entity)
           
 Course update(long id, Course newCourse)
           
 

Method Detail

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.