Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentRangeView
-
Packages that use IAppointmentRangeView Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of IAppointmentRangeView in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentRangeView Modifier and Type Class Description class
AppointmentRangeView
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 IAppointmentRangeView Modifier and Type Method Description List<? 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 IAppointmentRangeView Modifier and Type Method Description List<? 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.
-