| 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 |
|---|---|
Appointment |
AppointmentAPI.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppointmentMoveBookingParams
POJO implementation of
IAppointmentMoveBookingParams with a builder. |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentMoveBookingParams |
AppointmentMoveBookingParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Appointment |
AppointmentBookingExecutor.moveBookedAppointment(IAppointmentMoveBookingParams params,
Instant now)
Updates (moves) an appointment to a different time slot.
|
| Modifier and Type | Method and Description |
|---|---|
Appointment |
AppointmentHandler.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params) |
| Modifier and Type | Method and Description |
|---|---|
Appointment |
IAppointmentHandler.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.