Uses of Class
be.gaudry.model.edu.School
Package
Description
-
Uses of School in be.gaudry.dao.edu
Modifier 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
Modifier 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
-
Uses of School in be.gaudry.swing.edu.school
Modifier and TypeMethodDescriptionprotected School
SchoolsPanel.loadItemAsync(int schoolId, boolean lazy)
SchoolEditPanel.saveOrUpdateItem()
Modifier and TypeMethodDescriptionprotected IItemEditor<School>
SchoolsPanel.getEditPanel()
protected IItemPanel<School>
SchoolsPanel.getInfoPanel()