Uses of Interface
de.xima.fc.entities.IEffectiveAppointmentStatusProviding
-
Packages that use IEffectiveAppointmentStatusProviding Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of IEffectiveAppointmentStatusProviding in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with type parameters of type IEffectiveAppointmentStatusProviding Modifier and Type Method Description <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 IEffectiveAppointmentStatusProviding Modifier and Type Method Description <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 Modifier and Type Class Description class
Appointment
Describes a booked appointment.
-