Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlot
-
Packages that use IAppointmentFreeSlot Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of IAppointmentFreeSlot in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentFreeSlot Modifier and Type Class Description class
AppointmentFreeSlot
POJO implementation of aIAppointmentFreeSlot
.Methods in de.xima.fc.appointment that return types with arguments of type IAppointmentFreeSlot Modifier and Type Method Description List<IAppointmentFreeSlot>
AppointmentAvailableDate. getTimes()
Constructors in de.xima.fc.appointment with parameters of type IAppointmentFreeSlot Constructor Description AppointmentAvailableDate(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 IAppointmentFreeSlot Constructor Description AppointmentAvailableDate(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 Modifier and Type Method Description List<IAppointmentFreeSlot>
IAppointmentAvailableDate. getTimes()
-