Uses of Class
be.gaudry.model.edu.SchoolClass
Packages that use SchoolClass
Package
Description
-
Uses of SchoolClass in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return SchoolClassModifier and TypeMethodDescriptionISchoolDao.loadSchoolClass(int id, boolean lazy)If lazy arg is false, loads also: students periods for the schoolYearMethods in be.gaudry.dao.edu with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidISchoolAdminDao.add(SchoolClass schoolClass, Student student)Adds a student into the school classvoidISchoolAdminDao.add(SchoolClass schoolClass, Teacher teacher)Adds a teacher into the school classICourse.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.voidISchoolAdminDao.remove(SchoolClass schoolClass, Student student)Removes a student from the school classvoidISchoolAdminDao.remove(SchoolClass schoolClass, Teacher teacher)Removes a teacher from the school classintISchoolAdminDao.saveOrUpdate(SchoolClass item) -
Uses of SchoolClass in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return SchoolClassMethods in be.gaudry.dao.edu.derby with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidDerbySchoolAdmin.add(SchoolClass schoolClass, Student student)voidDerbySchoolAdmin.add(SchoolClass schoolClass, Teacher teacher)DerbyCourse.loadCourses(SchoolClass schoolClass, boolean lazy)voidDerbySchoolAdmin.remove(SchoolClass schoolClass, Student student)voidDerbySchoolAdmin.remove(SchoolClass schoolClass, Teacher teacher)intDerbySchoolAdmin.saveOrUpdate(SchoolClass item) -
Uses of SchoolClass in be.gaudry.model.edu
Methods in be.gaudry.model.edu that return SchoolClassMethods in be.gaudry.model.edu that return types with arguments of type SchoolClassMethods in be.gaudry.model.edu with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidStudent.setSchoolClass(SchoolClass schoolClass)Don't use this method to add a student into a class.Method parameters in be.gaudry.model.edu with type arguments of type SchoolClass -
Uses of SchoolClass in be.gaudry.model.thread.edu
Methods in be.gaudry.model.thread.edu that return SchoolClassModifier and TypeMethodDescriptionCoursesLoader.getSchoolClass()CoursesForSchoolClassLoader.load(AbstractBrolWorker<SchoolClass> worker)Methods in be.gaudry.model.thread.edu with parameters of type SchoolClassMethod parameters in be.gaudry.model.thread.edu with type arguments of type SchoolClassModifier and TypeMethodDescriptionCoursesForSchoolClassLoader.load(AbstractBrolWorker<SchoolClass> worker) -
Uses of SchoolClass in be.gaudry.swing.edu.action
Fields in be.gaudry.swing.edu.action declared as SchoolClassMethods in be.gaudry.swing.edu.action with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidTeacherActionsFactory.setItem(SchoolClass item)Sets the school class, and do the same for each created action wich * needs it.static voidTeacherActionsFactory.setSchoolClass(SchoolClass item) -
Uses of SchoolClass in be.gaudry.swing.edu.control
Fields in be.gaudry.swing.edu.control declared as SchoolClassFields in be.gaudry.swing.edu.control with type parameters of type SchoolClassModifier and TypeFieldDescriptionprotected List<SchoolClass>AbstractListQuotationPanel.schoolClassesMethods in be.gaudry.swing.edu.control with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidAbstractListQuotationPanel.setItem(SchoolClass schoolClass)Sets class intoAbstractListQuotationPanel.classesTaskPane, and set courses as newTaskPanes -
Uses of SchoolClass in be.gaudry.swing.edu.planning.scheduler.adapter
Constructors in be.gaudry.swing.edu.planning.scheduler.adapter with parameters of type SchoolClass -
Uses of SchoolClass in be.gaudry.swing.edu.school.schoolClass
Methods in be.gaudry.swing.edu.school.schoolClass that return SchoolClassModifier and TypeMethodDescriptionprotected SchoolClassSchoolClassesPanel.loadItemAsync(int id, boolean lazy)SchoolClassEditPanel.saveOrUpdateItem()Methods in be.gaudry.swing.edu.school.schoolClass that return types with arguments of type SchoolClassModifier and TypeMethodDescriptionprotected IItemEditor<SchoolClass>SchoolClassesPanel.getEditPanel()protected IItemPanel<SchoolClass>SchoolClassesPanel.getInfoPanel()Methods in be.gaudry.swing.edu.school.schoolClass with parameters of type SchoolClassModifier and TypeMethodDescriptionvoidSchoolClassEditPanel.setItem(SchoolClass _item)voidSchoolClassInfoPanel.setItem(SchoolClass item)