Uses of Class
de.xima.fc.entities.AppointmentClosingTime
- 
Packages that use AppointmentClosingTime Package Description de.xima.fc.appointment de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.appointment de.xima.fc.gui.common.appointment  - 
- 
Uses of AppointmentClosingTime in de.xima.fc.appointment
Method parameters in de.xima.fc.appointment with type arguments of type AppointmentClosingTime Modifier and Type Method Description static com.google.common.collect.ImmutableRangeSet<Instant>BaseAppointmentHelper. createClosedDateTimeRanges(List<AppointmentClosingTime> closingTimes, com.google.common.collect.BoundType boundType, ZoneId sourceZone)Creates the temporal disjoint intervals corresponding the given closing times. - 
Uses of AppointmentClosingTime in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type AppointmentClosingTime Modifier and Type Method Description List<AppointmentClosingTime>AppointmentTemplate. getClosingTimes()Methods in de.xima.fc.entities with parameters of type AppointmentClosingTime Modifier and Type Method Description voidAppointmentTemplate. addClosingTime(AppointmentClosingTime closingTime)Adds a closing time to this template.Method parameters in de.xima.fc.entities with type arguments of type AppointmentClosingTime Modifier and Type Method Description voidAppointmentTemplate. addClosingTimes(Iterable<AppointmentClosingTime> closingTimes)Adds one or more closing times to this template.voidAppointmentTemplate. setClosingTimes(List<AppointmentClosingTime> closingTimes) - 
Uses of AppointmentClosingTime in de.xima.fc.gui.bean.appointment
Methods in de.xima.fc.gui.bean.appointment with parameters of type AppointmentClosingTime Modifier and Type Method Description voidAppointmentTemplateBean. deleteClosingTime(AppointmentClosingTime closingTime)Deletes the given closing time from the currentAppointmentTemplate - 
Uses of AppointmentClosingTime in de.xima.fc.gui.common.appointment
Methods in de.xima.fc.gui.common.appointment that return AppointmentClosingTime Modifier and Type Method Description static AppointmentClosingTimeAppointmentHelper. createNewYearClosingTime()Creates the closing time for the new year holiday.Methods in de.xima.fc.gui.common.appointment that return types with arguments of type AppointmentClosingTime Modifier and Type Method Description static List<AppointmentClosingTime>AppointmentHelper. createDefaultClosingTimes()Creates the defaultAppointmentTemplate.getClosingTimes()when none are set yet. 
 -