Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentAvailableDate
-
Packages that use IAppointmentAvailableDate Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of IAppointmentAvailableDate in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentAvailableDate Modifier and Type Class Description class
AppointmentAvailableDate
Implementation of aIAppointmentAvailableDate
.Methods in de.xima.fc.appointment that return types with arguments of type IAppointmentAvailableDate Modifier and Type Method Description com.google.common.collect.ImmutableList<IAppointmentAvailableDate>
AppointmentFreeSlotQueryResult. getAvailableDates()
Constructor parameters in de.xima.fc.appointment with type arguments of type IAppointmentAvailableDate Constructor Description AppointmentFreeSlotQueryResult(com.google.common.collect.ImmutableList<IAppointmentAvailableDate> availableDates, String appointmentTypeUuid, ZoneId zoneId)
Creates a new result with the given data. -
Uses of IAppointmentAvailableDate in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type IAppointmentAvailableDate Modifier and Type Method Description List<IAppointmentAvailableDate>
IAppointmentFreeSlotQueryResult. getAvailableDates()
-