Uses of Class
be.gaudry.model.AbstractLightObject
Package
Description
Provides a set of classes used into the Broldev applications.
-
Uses of AbstractLightObject in be.gaudry.dao
Modifier and TypeMethodDescriptionILightObjectDAO.findById(long id)
ILightObjectDAO.update(AbstractLightObject lo)
Modifier and TypeMethodDescriptionvoid
ILightObjectDAO.delete(AbstractLightObject lo)
void
ILightObjectDAO.save(AbstractLightObject lo)
ILightObjectDAO.update(AbstractLightObject lo)
-
Uses of AbstractLightObject in be.gaudry.dao.edu
Modifier and TypeMethodDescriptionISchoolDao.loadSchoolClassesLos(int schoolYearId)
ISchoolDao.loadSchoolsLos()
IPlanningDao.loadSchoolYearsLos()
Modifier and TypeMethodDescriptionvoid
IPlanningDao.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)
void
ISchoolDao.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId)
-
Uses of AbstractLightObject in be.gaudry.dao.edu.derby
Modifier and TypeMethodDescriptionDerbySchool.loadSchoolClassesLos(int schoolYearId)
DerbySchool.loadSchoolsLos()
DerbyPlanning.loadSchoolYearsLos()
Modifier and TypeMethodDescriptionvoid
DerbyPlanning.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)
void
DerbySchool.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId)
-
Uses of AbstractLightObject in be.gaudry.dao.jpa
Modifier and TypeMethodDescriptionJpaLightObjectDao.findById(long id)
JpaLightObjectDao.update(AbstractLightObject lo)
Modifier and TypeMethodDescriptionvoid
JpaLightObjectDao.delete(AbstractLightObject lo)
void
JpaLightObjectDao.save(AbstractLightObject lo)
JpaLightObjectDao.update(AbstractLightObject lo)
-
Uses of AbstractLightObject in be.gaudry.model
-
Uses of AbstractLightObject in be.gaudry.model.bibliobrol
Modifier and TypeClassDescriptionclass
class
class
class
Type for a brol object.class
Deprecated.?class
class
-
Uses of AbstractLightObject in be.gaudry.model.brolmeter
Modifier and TypeClassDescriptionclass
Family house wich contains somemeters
.class
class
Adding or removing measures from the indexes may lead to dirty relative measures (i.e.class
class
-
Uses of AbstractLightObject in be.gaudry.model.edu
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeFieldDescriptionprotected Collection<AbstractLightObject>
AdminRepository.schoolClasses
Modifier and TypeMethodDescriptionstatic AbstractLightObject
AdminRepository.getDefaultSchool(Component parentComponent)
static AbstractLightObject
AdminRepository.getDefaultSchoolYear(Component parentComponent)
Modifier and TypeMethodDescriptionstatic Collection<AbstractLightObject>
AdminRepository.getSchoolClassesLOs(Component parentComponent)
static List<AbstractLightObject>
AdminRepository.getYears()
-
Uses of AbstractLightObject in be.gaudry.model.edu.course
Modifier and TypeClassDescriptionclass
General course subject (Mathematics, Geography, etc.) -
Uses of AbstractLightObject in be.gaudry.model.edu.score
-
Uses of AbstractLightObject in be.gaudry.model.eid
Modifier and TypeClassDescriptionclass
BeIDPerson represents all BeID card data as aPerson
object usable into the BrolDev applications. -
Uses of AbstractLightObject in be.gaudry.model.person
-
Uses of AbstractLightObject in be.gaudry.model.test
Modifier and TypeMethodDescriptionprotected AbstractLightObject
LightObjectTest.createObject()
protected AbstractLightObject
LightObjectTest.createObject(int id, String display)
protected AbstractLightObject
LightObjectTest.createObject(String display)
-
Uses of AbstractLightObject in be.gaudry.swing.bibliobrol.control
Modifier and TypeClassDescriptionclass
Loads the catalogs in a separated thread -
Uses of AbstractLightObject in be.gaudry.swing.bibliobrol.person
Modifier and TypeMethodDescriptionprotected void
PersonsPanel.deleteItem(AbstractLightObject lo)
-
Uses of AbstractLightObject in be.gaudry.swing.crud
Modifier and TypeMethodDescriptionprotected AbstractLightObject
AbstractCrudListPanel.getSelectedItem()
protected abstract AbstractLightObject
AbstractCrudPanel.getSelectedItem()
Modifier and TypeMethodDescriptionprotected abstract void
AbstractCrudPanel.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
Modifier and TypeFieldDescriptionprotected AbstractLightObject
TeacherActionsFactory.defaultSchoolYear
Modifier and TypeMethodDescriptionstatic AbstractLightObject
TeacherActionsFactory.getDefaultSchoolYear()