Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentRangeView
Packages that use IAppointmentRangeView
-
Uses of IAppointmentRangeView in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentRangeViewModifier and TypeClassDescriptionclass
An implementation of aIAppointmentRangeView
that takes an existing appointment and reflects changes in that appointment.Methods in de.xima.fc.appointment that return types with arguments of type IAppointmentRangeViewModifier and TypeMethodDescriptionList<? extends IAppointmentRangeView>
DaoProviderValidationAcessObject.count
(IEntityContext ec, com.google.common.collect.Range<Instant> range, Iterable<Long> excludedAppointmentIds, boolean includePartiallyInRange, boolean includeCanceled) -
Uses of IAppointmentRangeView in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type IAppointmentRangeViewModifier and TypeMethodDescriptionList<? extends IAppointmentRangeView>
IAppointmentValidationAccessObject.count
(Context context, com.google.common.collect.Range<Instant> range, Iterable<Long> excludedAppointmentIds, boolean includePartiallyInRange, boolean includeCanceled) Counts the number of appointments in the given range and with the given status.