Uses of Interface
appointmentplanner.api.TimeSlot
-
Uses of TimeSlot in appointmentplanner.api
Subinterfaces of TimeSlot in appointmentplanner.apiModifier and TypeInterfaceDescriptioninterface
Appointment that is scheduled using the appointment planner.Methods in appointmentplanner.api that return TimeSlotModifier and TypeMethodDescriptiondefault TimeSlot
Compute time slot on a date between given start- and endTime.Create a time slot between two times.Methods in appointmentplanner.api that return types with arguments of type TimeSlotModifier and TypeMethodDescriptionLocalDayPlan.getGapsFitting
(Duration duration) Timeline.getGapsFitting
(Duration duration) This method finds all time gaps that can accommodate an appointment of the given duration in natural order.LocalDayPlan.getGapsFittingLargestFirst
(Duration duration) Timeline.getGapsFittingLargestFirst
(Duration duration) Get the gaps matching the given duration, largest fitting first.LocalDayPlan.getGapsFittingReversed
(Duration duration) Timeline.getGapsFittingReversed
(Duration duration) This method finds all time gaps that can accommodate an appointment of the given duration in last to first order.LocalDayPlan.getGapsFittingSmallestFirst
(Duration duration) Timeline.getGapsFittingSmallestFirst
(Duration duration) Get the gaps matching the given duration, smallest fitting first.LocalDayPlan.getMatchingFreeSlotsOfDuration
(Duration duration, List<LocalDayPlan> plans) Timeline.getMatchingFreeSlotsOfDuration
(Duration minLength, List<Timeline> other) Find matching free time slots in this and other TimeLines.Methods in appointmentplanner.api with parameters of type TimeSlot