Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentIcalQueryParams
Packages that use IAppointmentIcalQueryParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentIcalQueryParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentIcalQueryParamsModifier and TypeMethodDescriptionAppointmentTemplateAPI.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) Finds all available appointments for the given appointment template, and returns and iCal file. -
Uses of IAppointmentIcalQueryParams in de.xima.fc.appointment
Methods in de.xima.fc.appointment with parameters of type IAppointmentIcalQueryParamsModifier and TypeMethodDescriptionIcalQueryExecutor.executeQuery
(Context ctx, IAppointmentIcalQueryParams params, Instant now) Performs an iCal query and returns an iCal file. -
Uses of IAppointmentIcalQueryParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentIcalQueryParamsModifier and TypeMethodDescriptionAppointmentTemplateHandler.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) -
Uses of IAppointmentIcalQueryParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentIcalQueryParamsModifier and TypeMethodDescriptionIAppointmentTemplateHandler.executeIcalQuery
(UserContext uc, IAppointmentIcalQueryParams params) Finds all available appointments for the given appointment template, and returns and iCal file. -
Uses of IAppointmentIcalQueryParams in de.xima.fc.servlet.parameter
Methods in de.xima.fc.servlet.parameter that return IAppointmentIcalQueryParams