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 EAppointmentStatusIEffectiveAppointmentStatusProviding.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
Subclasses with type arguments of type EAppointmentStatus in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return EAppointmentStatusModifier and TypeMethodDescriptionstatic EAppointmentStatusReturns 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. -
Uses of EAppointmentStatus in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type EAppointmentStatusModifier and TypeMethodDescriptionstatic AppointmentEntityDummyFactory.dummyAppointment(Vorgang formRecord, Instant from, Instant until, AppointmentType type, EAppointmentStatus status) -
Uses of EAppointmentStatus in de.xima.fc.testhelper.form.record
Methods in de.xima.fc.testhelper.form.record that return EAppointmentStatusMethods in de.xima.fc.testhelper.form.record with parameters of type EAppointmentStatusModifier and TypeMethodDescriptionFormRecordTestConfig.Builder.addAppointmentConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status) Constructors in de.xima.fc.testhelper.form.record with parameters of type EAppointmentStatusModifierConstructorDescriptionFormRecordAppointmentTestConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status) -
Uses of EAppointmentStatus in de.xima.fc.testhelper.form.record.interfaces
Methods in de.xima.fc.testhelper.form.record.interfaces that return EAppointmentStatusModifier and TypeMethodDescription@NotNull EAppointmentStatusIFormRecordAppointmentTestConfig.getStatus()