Uses of Class
be.gaudry.model.edu.Period
Packages that use Period
Package
Description
-
Uses of Period in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu that return PeriodMethods in be.gaudry.dao.edu with parameters of type PeriodModifier and TypeMethodDescriptionvoid
IPlanningDao.add(SchoolYear schoolYear, Period period)
void
IPlanningDao.remove(SchoolYear schoolYear, Period period)
int
IPlanningDao.saveOrUpdate(Period period)
-
Uses of Period in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby that return PeriodMethods in be.gaudry.dao.edu.derby with parameters of type PeriodModifier and TypeMethodDescriptionvoid
DerbyPlanning.add(SchoolYear schoolYear, Period period)
void
DerbyPlanning.remove(SchoolYear schoolYear, Period period)
int
DerbyPlanning.saveOrUpdate(Period period)
-
Uses of Period in be.gaudry.model.edu
Subclasses of Period in be.gaudry.model.eduMethods in be.gaudry.model.edu that return PeriodMethods in be.gaudry.model.edu that return types with arguments of type PeriodMethods in be.gaudry.model.edu with parameters of type PeriodMethod parameters in be.gaudry.model.edu with type arguments of type PeriodModifier and TypeMethodDescriptionvoid
SchoolYear.setPeriods(List<Period> periods)
Sets unsafe the periods for a year. -
Uses of Period in be.gaudry.model.edu.score
Method parameters in be.gaudry.model.edu.score with type arguments of type PeriodModifier and TypeMethodDescriptionstatic boolean
QuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)
For a givenquotation
, checks into a given collection ofperiods
if the date of theexamination
matches with a period.
Pay attention than if more than one period is valid for the quotation, the quotation will be inserted only for the first (depending on the iterator provided by the collection) matching period.static boolean
QuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)
For a givenquotation
, checks into a given collection ofperiods
if the date of theexamination
matches with a period.
Pay attention than if more than one period is valid for the quotation, the quotation will be inserted only for the first (depending on the iterator provided by the collection) matching period. -
Uses of Period in be.gaudry.swing.edu.planning.period
Methods in be.gaudry.swing.edu.planning.period that return PeriodModifier and TypeMethodDescriptionprotected Period
PeriodsPanel.loadItemAsync(int id, boolean lazy)
PeriodEditPanel.saveOrUpdateItem()
Methods in be.gaudry.swing.edu.planning.period that return types with arguments of type PeriodModifier and TypeMethodDescriptionprotected IItemEditor<Period>
PeriodsPanel.getEditPanel()
protected IItemPanel<Period>
PeriodsPanel.getInfoPanel()
Methods in be.gaudry.swing.edu.planning.period with parameters of type Period -
Uses of Period in be.gaudry.swing.edu.planning.scheduler.adapter
Methods in be.gaudry.swing.edu.planning.scheduler.adapter that return PeriodConstructors in be.gaudry.swing.edu.planning.scheduler.adapter with parameters of type PeriodModifierConstructorDescriptionPeriodAdapter(Period period, be.gaudry.swing.schedule.model.Resource resource)