Uses of Class
be.gaudry.model.AbstractLightObject
Packages that use AbstractLightObject
Package
Description
Provides a set of classes used into the Broldev applications.
-
Uses of AbstractLightObject in be.gaudry.dao
Methods in be.gaudry.dao that return AbstractLightObjectModifier and TypeMethodDescriptionILightObjectDAO.findById(long id)ILightObjectDAO.update(AbstractLightObject lo)Methods in be.gaudry.dao that return types with arguments of type AbstractLightObjectMethods in be.gaudry.dao with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionvoidILightObjectDAO.delete(AbstractLightObject lo)voidILightObjectDAO.save(AbstractLightObject lo)ILightObjectDAO.update(AbstractLightObject lo) -
Uses of AbstractLightObject in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return types with arguments of type AbstractLightObjectModifier and TypeMethodDescriptionISchoolDao.loadSchoolClassesLos(int schoolYearId)ISchoolDao.loadSchoolsLos()IPlanningDao.loadSchoolYearsLos()Methods in be.gaudry.dao.edu with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionvoidIPlanningDao.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)voidISchoolDao.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId) -
Uses of AbstractLightObject in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return types with arguments of type AbstractLightObjectModifier and TypeMethodDescriptionDerbySchool.loadSchoolClassesLos(int schoolYearId)DerbySchool.loadSchoolsLos()DerbyPlanning.loadSchoolYearsLos()Methods in be.gaudry.dao.edu.derby with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionvoidDerbyPlanning.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)voidDerbySchool.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId) -
Uses of AbstractLightObject in be.gaudry.dao.jpa
Methods in be.gaudry.dao.jpa that return AbstractLightObjectModifier and TypeMethodDescriptionJpaLightObjectDao.findById(long id)JpaLightObjectDao.update(AbstractLightObject lo)Methods in be.gaudry.dao.jpa that return types with arguments of type AbstractLightObjectMethods in be.gaudry.dao.jpa with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionvoidJpaLightObjectDao.delete(AbstractLightObject lo)voidJpaLightObjectDao.save(AbstractLightObject lo)JpaLightObjectDao.update(AbstractLightObject lo) -
Uses of AbstractLightObject in be.gaudry.model
Subclasses of AbstractLightObject in be.gaudry.model -
Uses of AbstractLightObject in be.gaudry.model.bibliobrol
Subclasses of AbstractLightObject in be.gaudry.model.bibliobrolModifier and TypeClassDescriptionclassclassclassclassType for a brol object.classDeprecated.?classclass -
Uses of AbstractLightObject in be.gaudry.model.brolmeter
Subclasses of AbstractLightObject in be.gaudry.model.brolmeterModifier and TypeClassDescriptionclassFamily house wich contains somemeters.classclassAdding or removing measures from the indexes may lead to dirty relative measures (i.e.classclass -
Uses of AbstractLightObject in be.gaudry.model.edu
Subclasses of AbstractLightObject in be.gaudry.model.eduModifier and TypeClassDescriptionclassclassclassclassclassclassFields in be.gaudry.model.edu with type parameters of type AbstractLightObjectModifier and TypeFieldDescriptionprotected Collection<AbstractLightObject>AdminRepository.schoolClassesMethods in be.gaudry.model.edu that return AbstractLightObjectModifier and TypeMethodDescriptionstatic AbstractLightObjectAdminRepository.getDefaultSchool(Component parentComponent)static AbstractLightObjectAdminRepository.getDefaultSchoolYear(Component parentComponent)Methods in be.gaudry.model.edu that return types with arguments of type AbstractLightObjectModifier and TypeMethodDescriptionstatic Collection<AbstractLightObject>AdminRepository.getSchoolClassesLOs(Component parentComponent)static List<AbstractLightObject>AdminRepository.getYears()Constructors in be.gaudry.model.edu with parameters of type AbstractLightObject -
Uses of AbstractLightObject in be.gaudry.model.edu.course
Subclasses of AbstractLightObject in be.gaudry.model.edu.courseModifier and TypeClassDescriptionclassGeneral course subject (Mathematics, Geography, etc.) -
Uses of AbstractLightObject in be.gaudry.model.edu.score
Subclasses of AbstractLightObject in be.gaudry.model.edu.score -
Uses of AbstractLightObject in be.gaudry.model.eid
Subclasses of AbstractLightObject in be.gaudry.model.eidModifier and TypeClassDescriptionclassBeIDPerson represents all BeID card data as aPersonobject usable into the BrolDev applications. -
Uses of AbstractLightObject in be.gaudry.model.person
Subclasses of AbstractLightObject in be.gaudry.model.person -
Uses of AbstractLightObject in be.gaudry.model.test
Methods in be.gaudry.model.test that return AbstractLightObjectModifier and TypeMethodDescriptionprotected AbstractLightObjectLightObjectTest.createObject()protected AbstractLightObjectLightObjectTest.createObject(int id, String display)protected AbstractLightObjectLightObjectTest.createObject(String display) -
Uses of AbstractLightObject in be.gaudry.swing.bibliobrol.control
Classes in be.gaudry.swing.bibliobrol.control with type parameters of type AbstractLightObjectModifier and TypeClassDescriptionclassLoads the catalogs in a separated thread -
Uses of AbstractLightObject in be.gaudry.swing.bibliobrol.person
Methods in be.gaudry.swing.bibliobrol.person with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionprotected voidPersonsPanel.deleteItem(AbstractLightObject lo) -
Uses of AbstractLightObject in be.gaudry.swing.crud
Methods in be.gaudry.swing.crud that return AbstractLightObjectModifier and TypeMethodDescriptionprotected AbstractLightObjectAbstractCrudListPanel.getSelectedItem()protected abstract AbstractLightObjectAbstractCrudPanel.getSelectedItem()Methods in be.gaudry.swing.crud with parameters of type AbstractLightObjectModifier and TypeMethodDescriptionprotected abstract voidAbstractCrudPanel.deleteItem(AbstractLightObject lo)Prompt for deletion confirmation, and execute all needed operations to delete the item. -
Uses of AbstractLightObject in be.gaudry.swing.edu.action
Fields in be.gaudry.swing.edu.action declared as AbstractLightObjectModifier and TypeFieldDescriptionprotected AbstractLightObjectTeacherActionsFactory.defaultSchoolYearMethods in be.gaudry.swing.edu.action that return AbstractLightObjectModifier and TypeMethodDescriptionstatic AbstractLightObjectTeacherActionsFactory.getDefaultSchoolYear()