Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlot
Packages that use IAppointmentFreeSlot
-
Uses of IAppointmentFreeSlot in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentFreeSlotMethods in de.xima.fc.appointment that return types with arguments of type IAppointmentFreeSlotConstructors in de.xima.fc.appointment with parameters of type IAppointmentFreeSlotModifierConstructorDescriptionAppointmentAvailableDate
(LocalDate date, IAppointmentFreeSlot... times) Creates a new free slot for the given date and times.Constructor parameters in de.xima.fc.appointment with type arguments of type IAppointmentFreeSlotModifierConstructorDescriptionAppointmentAvailableDate
(LocalDate date, Iterable<IAppointmentFreeSlot> times) Creates a new free slot for the given date and times.AppointmentAvailableDate
(LocalDate date, Stream<IAppointmentFreeSlot> times) Creates a new free slot for the given date and times. -
Uses of IAppointmentFreeSlot in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type IAppointmentFreeSlot