Uses of Class
be.gaudry.model.edu.Student
Packages that use Student
Package
Description
-
Uses of Student in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return StudentMethods in be.gaudry.dao.edu that return types with arguments of type StudentModifier and TypeMethodDescriptionIPersonDao.loadStudents(List<Integer> studentsIds)Loads a list of students.
Be careful: for each student, the school will contains only school's id.IPersonDao.loadStudentsForSchool(int schoolId)Loads a list of students.Methods in be.gaudry.dao.edu with parameters of type StudentModifier and TypeMethodDescriptionvoidISchoolAdminDao.add(SchoolClass schoolClass, Student student)Adds a student into the school classvoidICourse.loadQuotations(Student student)Loads all courses and quotations into a student objectvoidISchoolAdminDao.remove(SchoolClass schoolClass, Student student)Removes a student from the school classintIPersonDao.saveOrUpdate(Student student)booleanICourse.saveOrUpdateQuotations(Student student, Course course)Saves or updates quotations for a given course of a given student.
The general contract ofsaveOrUpdateQuotationsis 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.Method parameters in be.gaudry.dao.edu with type arguments of type StudentModifier and TypeMethodDescriptionintICourse.deleteQuotations(Map<Student,Quotation> quotations) -
Uses of Student in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return StudentMethods in be.gaudry.dao.edu.derby that return types with arguments of type StudentModifier and TypeMethodDescriptionDerbyPerson.loadStudents(List<Integer> studentsIds)DerbyPerson.loadStudentsForSchool(int schoolId)Methods in be.gaudry.dao.edu.derby with parameters of type StudentModifier and TypeMethodDescriptionvoidDerbySchoolAdmin.add(SchoolClass schoolClass, Student student)voidDerbyCourse.loadQuotations(Student student)voidDerbySchoolAdmin.remove(SchoolClass schoolClass, Student student)intDerbyPerson.saveOrUpdate(Student student)booleanDerbyCourse.saveOrUpdateQuotations(Student student, Course course)Method parameters in be.gaudry.dao.edu.derby with type arguments of type StudentModifier and TypeMethodDescriptionintDerbyCourse.deleteQuotations(Map<Student,Quotation> quotations) -
Uses of Student in be.gaudry.model.edu
Methods in be.gaudry.model.edu that return types with arguments of type StudentMethods in be.gaudry.model.edu with parameters of type Student -
Uses of Student in be.gaudry.model.edu.score
Methods in be.gaudry.model.edu.score that return StudentMethods in be.gaudry.model.edu.score that return types with arguments of type StudentMethods in be.gaudry.model.edu.score with parameters of type StudentModifier and TypeMethodDescriptionvoidExamination.addQuotation(Student student, Quotation quotation)Examination.getQuotation(Student student)voidExamination.removeQuotation(Student student)Removes theQuotationfor a Student key from the quotations map if it is present (optional operation).voidStudentScoreList.setStudent(Student student)Constructors in be.gaudry.model.edu.score with parameters of type StudentModifierConstructorDescriptionStudentScoreList(Student student)StudentScoreList(Student student, List<Quotation> quotations) -
Uses of Student in be.gaudry.swing.edu.examination
Methods in be.gaudry.swing.edu.examination that return Student -
Uses of Student in be.gaudry.swing.edu.school.schoolClass
Methods in be.gaudry.swing.edu.school.schoolClass that return types with arguments of type StudentModifier and TypeMethodDescriptionManageStudentsPanel.getAvailableStudents()ManageStudentsPanel.getClassStudents()Method parameters in be.gaudry.swing.edu.school.schoolClass with type arguments of type StudentModifier and TypeMethodDescriptionvoidManageStudentsPanel.setAvailableStudents(List<Student> availableStudents)voidManageStudentsPanel.setClassStudents(List<Student> _classStudents) -
Uses of Student in be.gaudry.swing.edu.school.student
Methods in be.gaudry.swing.edu.school.student that return StudentModifier and TypeMethodDescriptionprotected StudentStudentsPanel.loadItemAsync(int itemId, boolean lazy)StudentEditPanel.saveOrUpdateItem()Methods in be.gaudry.swing.edu.school.student that return types with arguments of type StudentModifier and TypeMethodDescriptionprotected IItemEditor<Student>StudentsPanel.getEditPanel()protected IItemPanel<Student>StudentsPanel.getInfoPanel()Methods in be.gaudry.swing.edu.school.student with parameters of type Student -
Uses of Student in be.gaudry.swing.edu.student.avg
Methods in be.gaudry.swing.edu.student.avg that return StudentModifier and TypeMethodDescriptionIAVGTableModel.getStudent()PeriodAVGTableModel.getStudent()StudentAVGPanel.getStudent()StudentAVGTableModel.getStudent()Methods in be.gaudry.swing.edu.student.avg with parameters of type StudentModifier and TypeMethodDescriptionvoidIAVGTableModel.setStudent(Student student)The general contract ofsetStudentis storing thestudentinto the model and calling thedisplayStudent()method after.voidPeriodAVGTableModel.setStudent(Student _student)voidStudentAVGPanel.setStudent(Student _student)voidStudentAVGTableModel.setStudent(Student student)Constructors in be.gaudry.swing.edu.student.avg with parameters of type Student -
Uses of Student in be.gaudry.swing.edu.student.course
Fields in be.gaudry.swing.edu.student.course declared as StudentMethods in be.gaudry.swing.edu.student.course that return StudentModifier and TypeMethodDescriptionStudentQuotationsPanel.getStudent()StudentQuotationsTableModel.getStudent()Methods in be.gaudry.swing.edu.student.course with parameters of type StudentModifier and TypeMethodDescriptionvoidStudentQuotationsPanel.customizeGUI(Student student, Course course)voidStudentCourseTabbedPane.setStudent(Student student)voidStudentQuotationsPanel.setStudent(Student student)voidStudentQuotationsTableModel.setStudent(Student student)Constructors in be.gaudry.swing.edu.student.course with parameters of type StudentModifierConstructorDescriptionStudentCoursesTimeSerieChart(Student student, Course course)StudentCourseTabbedPane(Student student, Collection<Course> availableCourses, boolean dynamicallyExpandable)StudentQuotationsPanel(Student student, Course course)Scores management for a given student and a course. -
Uses of Student in be.gaudry.swing.edu.student.timechart
Methods in be.gaudry.swing.edu.student.timechart that return StudentMethods in be.gaudry.swing.edu.student.timechart with parameters of type StudentConstructors in be.gaudry.swing.edu.student.timechart with parameters of type Student