|
Role
|
com.cyclopsgroup.courselist.CourseListService
|
|
Implementation
|
com.cyclopsgroup.courselist.impl.DefaultCourseListService
|
|
Description
|
Core course list management service
|
|
Method
|
Inputs
|
Returns
|
Description
|
|
|
registerCourse
|
String studentId, String courseId, boolean forced
|
Nothing
|
Register a course for student
|
findByCode
|
String prefix, String code
|
Course object
|
Find a course object with given prefix and code
|
|
findByTeacher
|
A teacher's ID
|
List of courses
|
Find courses related to a teacher
|
|
getAllCourses
|
Nothing
|
A list of all active courses
|
Get all active courses
|
|
getAllTeachers
|
Nothing
|
List of teacher objects
|
Get all teachers
|