| 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 |
|---|---|
void |
AppointmentAPI.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params)
Cancels the given appointment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppointmentDeleteBookingParams
POJO implementation of
IAppointmentDeleteBookingParams with a builder. |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentDeleteBookingParams |
AppointmentDeleteBookingParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppointmentBookingExecutor.cancelBookedAppointment(IAppointmentDeleteBookingParams params,
Instant now)
Deletes (cancels) an existing appointment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppointmentHandler.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAppointmentHandler.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params)
Cancels the given appointment.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.