public interface IAppointmentFreeSlotQueryParams extends Serializable
AppointmentTemplate. Used by the
appointment widget in the form: it sends a query to the appointment servlet.| Modifier and Type | Method and Description |
|---|---|
UUID |
getAppointmentTemplateUUID() |
long |
getClientId() |
com.google.common.collect.Range<LocalDateTime> |
getRange() |
ZoneId |
getZoneId() |
boolean |
isIncludePastAppointments() |
UUID getAppointmentTemplateUUID()
long getClientId()
com.google.common.collect.Range<LocalDateTime> getRange()
@Nullable ZoneId getZoneId()
getRange(), and also the zime zone in which the free slots are
returned. May be null, in which case the default time zone of the AppointmentTemplate is used.boolean isIncludePastAppointments()
true, includes all appointments in the given month, even if they lie in the past.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.