Uses of Class
be.gaudry.model.edu.Period
Package
Description
-
Uses of Period in be.gaudry.dao.edu
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
SchoolYear.setPeriods(List<Period> periods)
Sets unsafe the periods for a year. -
Uses of Period in be.gaudry.model.edu.score
Modifier 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
Modifier and TypeMethodDescriptionprotected Period
PeriodsPanel.loadItemAsync(int id, boolean lazy)
PeriodEditPanel.saveOrUpdateItem()
Modifier and TypeMethodDescriptionprotected IItemEditor<Period>
PeriodsPanel.getEditPanel()
protected IItemPanel<Period>
PeriodsPanel.getInfoPanel()
-
Uses of Period in be.gaudry.swing.edu.planning.scheduler.adapter
ModifierConstructorDescriptionPeriodAdapter(Period period, be.gaudry.swing.schedule.model.Resource resource)