Uses of Interface
de.xima.fc.entities.IEffectiveAppointmentStatusProviding
Packages that use IEffectiveAppointmentStatusProviding
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with type parameters of type IEffectiveAppointmentStatusProvidingModifier and TypeMethodDescription<View extends IEffectiveAppointmentStatusProviding>
List<View> AppointmentAPI.getAttributesBy(UserContext uc, IAppointmentQueryParams params, Class<View> viewClass) Returns all the attributes of the appointments specified by theIAppointmentQueryParams. -
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with type parameters of type IEffectiveAppointmentStatusProvidingModifier and TypeMethodDescription<View extends IEffectiveAppointmentStatusProviding>
List<View> AppointmentDao.getAttributesBy(IEntityContext ec, IAppointmentQueryParams params, Class<View> viewClass) -
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IEffectiveAppointmentStatusProvidingModifier and TypeMethodDescription<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 IEffectiveAppointmentStatusProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IEffectiveAppointmentStatusProviding -
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with type parameters of type IEffectiveAppointmentStatusProvidingModifier and TypeMethodDescription<View extends IEffectiveAppointmentStatusProviding>
List<View> AppointmentHandler.getAttributesBy(UserContext uc, IAppointmentQueryParams params, Class<View> viewClass) -
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with type parameters of type IEffectiveAppointmentStatusProvidingModifier and TypeMethodDescription<View extends IEffectiveAppointmentStatusProviding>
List<View> IAppointmentHandler.getAttributesBy(UserContext uc, IAppointmentQueryParams params, Class<View> viewClass) Returns all the attributes of the appointments specified by theIAppointmentQueryParams.