| 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 |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentIcalQueryResult |
AppointmentTemplateAPI.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppointmentIcalQueryResult
Simple POJO implementation of a
IAppointmentIcalQueryResult. |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentIcalQueryResult |
IcalQueryExecutor.executeQuery(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.
|
| Modifier and Type | Method and Description |
|---|---|
IAppointmentIcalQueryResult |
AppointmentTemplateHandler.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params) |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentIcalQueryResult |
IAppointmentTemplateHandler.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.