| 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 |
|---|---|
IAppointmentFreeSlotQueryResult |
AppointmentTemplateAPI.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppointmentFreeSlotQueryResult
POJO implementation of a
IAppointmentFreeSlotQueryParams. |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentFreeSlotQueryResult |
FreeSlotQueryResultBuilder.build()
Creates the free slots from the data of this builder.
|
static IAppointmentFreeSlotQueryResult |
FreeSlotQueryResultBuilder.empty() |
static IAppointmentFreeSlotQueryResult |
FreeSlotQueryResultBuilder.emptyWithZone(ZoneId zoneId) |
IAppointmentFreeSlotQueryResult |
FreeSlotQueryExecutor.executeQuery(IEntityContext ec,
IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
IAppointmentFreeSlotQueryResult |
AppointmentTemplateHandler.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params) |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentFreeSlotQueryResult |
IAppointmentTemplateHandler.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.