Uses of Class
de.xima.fc.mdl.enums.EAppointmentStatus
-
Packages that use EAppointmentStatus Package Description de.xima.fc.appointment de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.appointment de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.testhelper de.xima.fc.testhelper.form.record de.xima.fc.testhelper.form.record.interfaces -
-
Uses of EAppointmentStatus in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type EAppointmentStatus Modifier and Type Method Description Iterable<EAppointmentStatus>
AppointmentQueryParams. getStatus()
Methods in de.xima.fc.appointment with parameters of type EAppointmentStatus Modifier and Type Method Description AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. excludeStatus(EAppointmentStatus status, EAppointmentStatus... moreStatus)
AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. limitToStatus(EAppointmentStatus status)
Method parameters in de.xima.fc.appointment with type arguments of type EAppointmentStatus Modifier and Type Method Description AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. limitToStatus(Iterable<EAppointmentStatus> status)
-
Uses of EAppointmentStatus in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAppointmentStatus Modifier and Type Method Description default EAppointmentStatus
IEffectiveAppointmentStatusProviding. getEffectiveStatus()
EAppointmentStatus
Appointment. getStatus()
EAppointmentStatus
IEffectiveAppointmentStatusProviding. getStatus()
Methods in de.xima.fc.entities with parameters of type EAppointmentStatus Modifier and Type Method Description void
Appointment. setStatus(EAppointmentStatus status)
-
Uses of EAppointmentStatus in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type EAppointmentStatus Modifier and Type Method Description Iterable<EAppointmentStatus>
IAppointmentQueryParams. getStatus()
-
Uses of EAppointmentStatus in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAppointmentStatus Modifier and Type Method 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. -
Uses of EAppointmentStatus in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type EAppointmentStatus Modifier and Type Method Description static Appointment
EntityDummyFactory. 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 EAppointmentStatus Modifier and Type Method Description EAppointmentStatus
FormRecordAppointmentTestConfig. getStatus()
Methods in de.xima.fc.testhelper.form.record with parameters of type EAppointmentStatus Modifier and Type Method Description FormRecordTestConfig.Builder<TState>
FormRecordTestConfig.Builder. addAppointmentConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status)
Constructors in de.xima.fc.testhelper.form.record with parameters of type EAppointmentStatus Constructor Description FormRecordAppointmentTestConfig(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 EAppointmentStatus Modifier and Type Method Description @NotNull EAppointmentStatus
IFormRecordAppointmentTestConfig. getStatus()
-