Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentValidateParams
Packages that use IAppointmentValidateParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentValidateParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentValidateParamsModifier and TypeMethodDescriptionAppointmentAPI.validateAppointments
(UserContext uc, IAppointmentValidateParams params) Validates whether the given appointments can be created or updated. -
Uses of IAppointmentValidateParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentValidateParamsModifier and TypeClassDescriptionclass
POJO implementation ofIAppointmentValidateParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentValidateParamsMethods in de.xima.fc.appointment with parameters of type IAppointmentValidateParamsModifier and TypeMethodDescriptionAppointmentBookingExecutor.validateAppointments
(IAppointmentValidateParams params, Instant now) Validates whether the given appointments can be created or updated. -
Uses of IAppointmentValidateParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentValidateParamsModifier and TypeMethodDescriptionAppointmentHandler.validateAppointments
(UserContext uc, IAppointmentValidateParams params) -
Uses of IAppointmentValidateParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentValidateParamsModifier and TypeMethodDescriptionIAppointmentHandler.validateAppointments
(UserContext uc, IAppointmentValidateParams params) Validates whether the given appointments can be created or updated.