Uses of Class
be.gaudry.model.edu.course.Course
Package
Description
-
Uses of Course in be.gaudry.dao.edu
Modifier and TypeMethodDescriptionICourse.loadCourses(SchoolClass schoolClass, boolean lazy)
Loads courses for a given school class.
Be aware than even lazy parameter isfalse
, only examinations are loaded, but not quotations into each examination.Modifier and TypeMethodDescriptionboolean
ICourse.saveOrUpdateQuotations(Student student, Course course)
Saves or updates quotations for a given course of a given student.
The general contract ofsaveOrUpdateQuotations
is that each quotation for a given course is saved or updated into persistent layer.
If a quotation has an id equals to -1, it will be inserted after a check to know if an examination must be created for this quotation, and the id is set after the save operation. -
Uses of Course in be.gaudry.dao.edu.derby
Modifier and TypeMethodDescriptionDerbyCourse.loadCourses(SchoolClass schoolClass, boolean lazy)
Modifier and TypeMethodDescriptionboolean
DerbyCourse.saveOrUpdateQuotations(Student student, Course course)
-
Uses of Course in be.gaudry.model.edu
Modifier and TypeMethodDescriptionvoid
void
void
Removes allquotations
for this student where the quotationcourse
is the given course.void
Removes a givenquotation
from this student quotations. -
Uses of Course in be.gaudry.model.edu.course
-
Uses of Course in be.gaudry.model.edu.score
Modifier and TypeMethodDescriptionvoid
void
Don't use this method to add an examination for a course.ModifierConstructorDescriptionCourseScoreList(Course course)
Examination(int id, Course value)
Creates a new Examination with some default values : date : now maximum : 10Examination(int id, Course course, int maximum)
Creates a new Quotation with default Date (now)Examination(int id, Date date, Course course, int maximum)
Creates a new Examination with some default values : comment : empty stringExamination(int id, Date date, Course course, int maximum, String comment)
Examination(Course course)
Creates a new Examination with some default values : id : -1 date : now maximum : 10Examination(Course course, int maximum)
Creates a new Examination with default Date (now) and id (-1)Examination(Date date, Course course)
Creates a new Examination with some default values : id : -1 maximum : 10Examination(Date date, Course course, int maximum)
Creates a new Examination with default id (-1) -
Uses of Course in be.gaudry.swing.edu.planning.scheduler.adapter
-
Uses of Course in be.gaudry.swing.edu.student.course
Modifier and TypeMethodDescriptionStudentQuotationsPanel.getCourse()
protected Course
StudentCourseTabbedPane.getLastCourse()
Modifier and TypeMethodDescriptionvoid
StudentQuotationsPanel.customizeGUI(Student student, Course course)
void
ModifierConstructorDescriptionStudentCoursesTimeSerieChart(Student student, Course course)
StudentQuotationsPanel(Student student, Course course)
Scores management for a given student and a course.ModifierConstructorDescriptionStudentCourseTabbedPane(Student student, Collection<Course> availableCourses, boolean dynamicallyExpandable)
-
Uses of Course in be.gaudry.swing.edu.tablemodel