Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentIcalQueryResult
-
Packages that use IAppointmentIcalQueryResult 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 IAppointmentIcalQueryResult in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return IAppointmentIcalQueryResult Modifier and Type Method Description IAppointmentIcalQueryResult
AppointmentTemplateAPI. executeIcalQuery(UserContext uc, IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file. -
Uses of IAppointmentIcalQueryResult in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentIcalQueryResult Modifier and Type Class Description class
AppointmentIcalQueryResult
Simple POJO implementation of aIAppointmentIcalQueryResult
.Methods in de.xima.fc.appointment that return IAppointmentIcalQueryResult Modifier and Type Method Description IAppointmentIcalQueryResult
IcalQueryExecutor. executeQuery(Context ctx, IAppointmentIcalQueryParams params, Instant now)
Performs an iCal query and returns an iCal file.IAppointmentIcalQueryResult
IcalQueryExecutor. executeQuery(Locale locale, AppointmentTemplate template, List<Appointment> appointments, String sourceUrl)
Creates an iCal file from the given appointments. -
Uses of IAppointmentIcalQueryResult in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return IAppointmentIcalQueryResult Modifier and Type Method Description IAppointmentIcalQueryResult
AppointmentTemplateHandler. executeIcalQuery(UserContext uc, IAppointmentIcalQueryParams params)
-
Uses of IAppointmentIcalQueryResult in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return IAppointmentIcalQueryResult Modifier and Type Method Description IAppointmentIcalQueryResult
IAppointmentTemplateHandler. executeIcalQuery(UserContext uc, IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file.
-