Uses of Class
de.xima.fc.appointment.AppointmentQueryParams.Builder
Packages that use AppointmentQueryParams.Builder
-
Uses of AppointmentQueryParams.Builder in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return AppointmentQueryParams.BuilderModifier and TypeMethodDescriptionAppointmentQueryParams.Builder.atLeastSince
(Instant lower) AppointmentQueryParams.Builder.atMostUntil
(Instant upper) AppointmentQueryParams.builder()
AppointmentQueryParams.Builder.excludeAppointment
(Appointment appointment) AppointmentQueryParams.Builder.excludeAppointmentId
(Long appointmentId) AppointmentQueryParams.Builder.excludeAppointmentIds
(Iterable<Long> appointmentIds) AppointmentQueryParams.Builder.excludeAppointments
(Iterable<Appointment> appointments) AppointmentQueryParams.Builder.excludeStatus
(EAppointmentStatus status, EAppointmentStatus... moreStatus) AppointmentQueryParams.Builder.includePartiallyInRange()
AppointmentQueryParams.Builder.includePartiallyInRange
(boolean includePartiallyInRange) AppointmentQueryParams.Builder.initFormRecord
(boolean initFormRecord) AppointmentQueryParams.Builder.limitToClient
(Mandant client) AppointmentQueryParams.Builder.limitToClosedRange
(Instant lower, Instant upper) AppointmentQueryParams.Builder.limitToFormRecord
(Vorgang formRecord) AppointmentQueryParams.Builder.limitToFormRecords
(Iterable<Vorgang> formRecords) AppointmentQueryParams.Builder.limitToOpenRange
(Instant lower, Instant upper) AppointmentQueryParams.Builder.limitToRange
(com.google.common.collect.Range<Instant> range) AppointmentQueryParams.Builder.limitToStatus
(EAppointmentStatus status) AppointmentQueryParams.Builder.limitToStatus
(Iterable<EAppointmentStatus> status) AppointmentQueryParams.Builder.limitToTemplate
(AppointmentTemplate template) AppointmentQueryParams.Builder.limitToTemplates
(Iterable<AppointmentTemplate> templates)