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 TypeMethodDescriptionvoid
ISchoolAdminDao.add(SchoolClass schoolClass, Student student)
Adds a student into the school classvoid
ISchoolAdminDao.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.void
ISchoolAdminDao.remove(SchoolClass schoolClass, Student student)
Removes a student from the school classvoid
ISchoolAdminDao.remove(SchoolClass schoolClass, Teacher teacher)
Removes a teacher from the school classint
ISchoolAdminDao.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 TypeMethodDescriptionvoid
DerbySchoolAdmin.add(SchoolClass schoolClass, Student student)
void
DerbySchoolAdmin.add(SchoolClass schoolClass, Teacher teacher)
DerbyCourse.loadCourses(SchoolClass schoolClass, boolean lazy)
void
DerbySchoolAdmin.remove(SchoolClass schoolClass, Student student)
void
DerbySchoolAdmin.remove(SchoolClass schoolClass, Teacher teacher)
int
DerbySchoolAdmin.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 TypeMethodDescriptionvoid
Student.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 TypeMethodDescriptionvoid
TeacherActionsFactory.setItem(SchoolClass item)
Sets the school class, and do the same for each created action wich * needs it.static void
TeacherActionsFactory.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.schoolClasses
Methods in be.gaudry.swing.edu.control with parameters of type SchoolClassModifier and TypeMethodDescriptionvoid
AbstractListQuotationPanel.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 SchoolClass
SchoolClassesPanel.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 TypeMethodDescriptionvoid
SchoolClassEditPanel.setItem(SchoolClass _item)
void
SchoolClassInfoPanel.setItem(SchoolClass item)