Uses of Interface
appointmentplanner.api.LocalDayPlan
-
Uses of LocalDayPlan in appointmentplanner.api
Modifier and TypeMethodDescriptionAbstractAPFactory.createLocalDayPlan
(LocalDay day, Instant start, Instant end) Factory method to create a day plan instance.default LocalDayPlan
AbstractAPFactory.createLocalDayPlan
(LocalDay day, LocalTime startTime, LocalTime endTime) Factory method to create a day plan instance.Modifier and TypeMethodDescriptionLocalDayPlan.findMatchingFreeSlotsOfDuration
(Duration duration, List<LocalDayPlan> plans)