Uses of Class
be.gaudry.model.edu.SchoolClass
Package
Description
-
Uses of SchoolClass in be.gaudry.dao.edu
Modifier and TypeMethodDescriptionISchoolDao.loadSchoolClass(int id, boolean lazy)
If lazy arg is false, loads also: students periods for the schoolYearModifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
Student.setSchoolClass(SchoolClass schoolClass)
Don't use this method to add a student into a class. -
Uses of SchoolClass in be.gaudry.model.thread.edu
Modifier and TypeMethodDescriptionCoursesLoader.getSchoolClass()
CoursesForSchoolClassLoader.load(AbstractBrolWorker<SchoolClass> worker)
Modifier and TypeMethodDescriptionCoursesForSchoolClassLoader.load(AbstractBrolWorker<SchoolClass> worker)
-
Uses of SchoolClass in be.gaudry.swing.edu.action
Modifier 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
Modifier and TypeFieldDescriptionprotected List<SchoolClass>
AbstractListQuotationPanel.schoolClasses
Modifier 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
-
Uses of SchoolClass in be.gaudry.swing.edu.school.schoolClass
Modifier and TypeMethodDescriptionprotected SchoolClass
SchoolClassesPanel.loadItemAsync(int id, boolean lazy)
SchoolClassEditPanel.saveOrUpdateItem()
Modifier and TypeMethodDescriptionprotected IItemEditor<SchoolClass>
SchoolClassesPanel.getEditPanel()
protected IItemPanel<SchoolClass>
SchoolClassesPanel.getInfoPanel()
Modifier and TypeMethodDescriptionvoid
SchoolClassEditPanel.setItem(SchoolClass _item)
void
SchoolClassInfoPanel.setItem(SchoolClass item)