Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentQueryParams
Packages that use IAppointmentQueryParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentQueryParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentQueryParamsModifier and TypeMethodDescriptionAppointmentAPI.getAllBy(UserContext uc, IAppointmentQueryParams queryParams) Returns all appointments that match the given query parameters. -
Uses of IAppointmentQueryParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentQueryParamsModifier and TypeClassDescriptionclassPOJO implementation with builder forIAppointmentQueryParams.Methods in de.xima.fc.appointment that return IAppointmentQueryParams -
Uses of IAppointmentQueryParams in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type IAppointmentQueryParamsModifier and TypeMethodDescriptionintAppointmentDao.countBy(IEntityContext ec, IAppointmentQueryParams params) AppointmentDao.getAllBy(IEntityContext ec, IAppointmentQueryParams params) <View extends IEffectiveAppointmentStatusProviding>
List<View>AppointmentDao.getAttributesBy(IEntityContext ec, IAppointmentQueryParams params, Class<View> viewClass) -
Uses of IAppointmentQueryParams in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type IAppointmentQueryParamsModifier and TypeMethodDescriptionintIAppointmentDao.countBy(IEntityContext ec, IAppointmentQueryParams queryParams) Returns the number of all appointments that match the given query params.IAppointmentDao.getAllBy(IEntityContext ec, IAppointmentQueryParams queryParams) Returns all appointments that match the given query params.<View extends IEffectiveAppointmentStatusProviding>
List<View>IAppointmentDao.getAttributesBy(IEntityContext ec, IAppointmentQueryParams queryParams, Class<View> viewType) Returns all appointments that match the given query params. -
Uses of IAppointmentQueryParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentQueryParamsModifier and TypeMethodDescriptionAppointmentHandler.getAllBy(UserContext uc, IAppointmentQueryParams params) -
Uses of IAppointmentQueryParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentQueryParamsModifier and TypeMethodDescriptionIAppointmentHandler.getAllBy(UserContext uc, IAppointmentQueryParams queryParams) Returns all appointments that match the given query parameters.