Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentValidateParams
- 
Packages that use IAppointmentValidateParams Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.appointment de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity  - 
- 
Uses of IAppointmentValidateParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentValidateParams Modifier and Type Method Description List<EAppointmentBookingError>AppointmentAPI. 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 IAppointmentValidateParams Modifier and Type Class Description classAppointmentValidateParamsPOJO implementation ofIAppointmentValidateParamswith a builder.Methods in de.xima.fc.appointment that return IAppointmentValidateParams Modifier and Type Method Description IAppointmentValidateParamsAppointmentValidateParams.Builder. build()Methods in de.xima.fc.appointment with parameters of type IAppointmentValidateParams Modifier and Type Method Description List<EAppointmentBookingError>AppointmentBookingExecutor. 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 IAppointmentValidateParams Modifier and Type Method Description List<EAppointmentBookingError>AppointmentHandler. 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 IAppointmentValidateParams Modifier and Type Method Description List<EAppointmentBookingError>IAppointmentHandler. validateAppointments(UserContext uc, IAppointmentValidateParams params)Validates whether the given appointments can be created or updated. 
 -