Uses of Class
be.gaudry.model.edu.Teacher
Packages that use Teacher
Package
Description
-
Uses of Teacher in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return TeacherMethods in be.gaudry.dao.edu with parameters of type TeacherModifier and TypeMethodDescriptionvoidISchoolAdminDao.add(SchoolClass schoolClass, Teacher teacher)Adds a teacher into the school classvoidAdds a teacher into the schoolvoidISchoolAdminDao.remove(SchoolClass schoolClass, Teacher teacher)Removes a teacher from the school classvoidRemoves a teacher from the schoolintIPersonDao.saveOrUpdate(Teacher teacher) -
Uses of Teacher in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return TeacherMethods in be.gaudry.dao.edu.derby with parameters of type TeacherModifier and TypeMethodDescriptionvoidDerbySchoolAdmin.add(SchoolClass schoolClass, Teacher teacher)voidvoidDerbySchoolAdmin.remove(SchoolClass schoolClass, Teacher teacher)voidintDerbyPerson.saveOrUpdate(Teacher teacher) -
Uses of Teacher in be.gaudry.model.edu
Methods in be.gaudry.model.edu that return TeacherMethods in be.gaudry.model.edu with parameters of type Teacher -
Uses of Teacher in be.gaudry.swing.edu.school.teacher
Methods in be.gaudry.swing.edu.school.teacher that return TeacherModifier and TypeMethodDescriptionprotected TeacherTeachersPanel.loadItemAsync(int itemId, boolean lazy)TeacherEditPanel.saveOrUpdateItem()Methods in be.gaudry.swing.edu.school.teacher that return types with arguments of type TeacherModifier and TypeMethodDescriptionprotected IItemEditor<Teacher>TeachersPanel.getEditPanel()protected IItemPanel<Teacher>TeachersPanel.getInfoPanel()Methods in be.gaudry.swing.edu.school.teacher with parameters of type Teacher