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 TypeMethodDescriptionvoidIPlanningDao.add(SchoolYear schoolYear, Period period)voidIPlanningDao.remove(SchoolYear schoolYear, Period period)intIPlanningDao.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 TypeMethodDescriptionvoidDerbyPlanning.add(SchoolYear schoolYear, Period period)voidDerbyPlanning.remove(SchoolYear schoolYear, Period period)intDerbyPlanning.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 TypeMethodDescriptionvoidSchoolYear.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 booleanQuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)For a givenquotation, checks into a given collection ofperiodsif the date of theexaminationmatches 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 booleanQuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)For a givenquotation, checks into a given collection ofperiodsif the date of theexaminationmatches 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 PeriodPeriodsPanel.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)