Uses of Enum
de.xima.fc.mdl.enums.EAppointmentStatus
Packages that use EAppointmentStatus
Package
Description
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAppointmentStatus in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type EAppointmentStatusMethods in de.xima.fc.appointment with parameters of type EAppointmentStatusModifier and TypeMethodDescriptionAppointmentQueryParams.Builder.excludeStatus
(EAppointmentStatus status, EAppointmentStatus... moreStatus) AppointmentQueryParams.Builder.limitToStatus
(EAppointmentStatus status) Method parameters in de.xima.fc.appointment with type arguments of type EAppointmentStatusModifier and TypeMethodDescriptionAppointmentQueryParams.Builder.limitToStatus
(Iterable<EAppointmentStatus> status) -
Uses of EAppointmentStatus in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAppointmentStatusModifier and TypeMethodDescriptiondefault EAppointmentStatus
IEffectiveAppointmentStatusProviding.getEffectiveStatus()
Appointment.getStatus()
IEffectiveAppointmentStatusProviding.getStatus()
Methods in de.xima.fc.entities with parameters of type EAppointmentStatus -
Uses of EAppointmentStatus in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type EAppointmentStatus -
Uses of EAppointmentStatus in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAppointmentStatusModifier and TypeMethodDescriptionstatic EAppointmentStatus
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.