Package | Description |
---|---|
de.xima.fc.appointment | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.interfaces.appointment | |
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
Modifier and Type | Method and Description |
---|---|
Iterable<EAppointmentStatus> |
AppointmentQueryParams.getStatus() |
Modifier and Type | Method and Description |
---|---|
AppointmentQueryParams.Builder |
AppointmentQueryParams.Builder.excludeStatus(EAppointmentStatus status,
EAppointmentStatus... moreStatus) |
AppointmentQueryParams.Builder |
AppointmentQueryParams.Builder.excludeStatus(EAppointmentStatus status,
EAppointmentStatus... moreStatus) |
AppointmentQueryParams.Builder |
AppointmentQueryParams.Builder.limitToStatus(EAppointmentStatus status) |
Modifier and Type | Method and Description |
---|---|
AppointmentQueryParams.Builder |
AppointmentQueryParams.Builder.limitToStatus(Iterable<EAppointmentStatus> status) |
Modifier and Type | Method and Description |
---|---|
default EAppointmentStatus |
IEffectiveAppointmentStatusProviding.getEffectiveStatus() |
EAppointmentStatus |
Appointment.getStatus() |
EAppointmentStatus |
IEffectiveAppointmentStatusProviding.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setStatus(EAppointmentStatus status) |
Modifier and Type | Method and Description |
---|---|
Iterable<EAppointmentStatus> |
IAppointmentQueryParams.getStatus() |
Modifier and Type | Method and Description |
---|---|
static EAppointmentStatus |
EAppointmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAppointmentStatus[] |
EAppointmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.