Uses of Class
be.gaudry.model.edu.School
Packages that use School
Package
Description
-
Uses of School in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return SchoolMethods in be.gaudry.dao.edu with parameters of type SchoolModifier and TypeMethodDescriptionvoid
Adds a teacher into the schoolint
void
ISchoolDao.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker, School school)
void
Removes a teacher from the schoolint
ISchoolAdminDao.saveOrUpdate(School school)
-
Uses of School in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return SchoolMethods in be.gaudry.dao.edu.derby with parameters of type SchoolModifier and TypeMethodDescriptionvoid
int
void
DerbySchool.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker, School school)
void
int
DerbySchoolAdmin.saveOrUpdate(School school)
-
Uses of School in be.gaudry.model.edu
Methods in be.gaudry.model.edu that return SchoolMethods in be.gaudry.model.edu with parameters of type School -
Uses of School in be.gaudry.swing.edu.school
Methods in be.gaudry.swing.edu.school that return SchoolModifier and TypeMethodDescriptionprotected School
SchoolsPanel.loadItemAsync(int schoolId, boolean lazy)
SchoolEditPanel.saveOrUpdateItem()
Methods in be.gaudry.swing.edu.school that return types with arguments of type SchoolModifier and TypeMethodDescriptionprotected IItemEditor<School>
SchoolsPanel.getEditPanel()
protected IItemPanel<School>
SchoolsPanel.getInfoPanel()
Methods in be.gaudry.swing.edu.school with parameters of type School