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.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params)
Books the given appointment.
|
Modifier and Type | Class and Description |
---|---|
class |
AppointmentCreateBookingParams
POJO implementation of
IAppointmentCreateBookingParams with a builder. |
Modifier and Type | Method and Description |
---|---|
IAppointmentCreateBookingParams |
AppointmentCreateBookingParams.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Appointment |
AppointmentBookingExecutor.createBookedAppointment(IAppointmentCreateBookingParams params,
Instant now)
Creates (books) a new appointment at a given time slot.
|
Modifier and Type | Method and Description |
---|---|
Appointment |
AppointmentHandler.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params) |
Modifier and Type | Method and Description |
---|---|
Appointment |
IAppointmentHandler.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params)
Books the given appointment.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.