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. -
-
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.
-