Uses of Class
org.optaweb.employeerostering.domain.employee.EmployeeAvailabilityState
-
Packages that use EmployeeAvailabilityState Package Description org.optaweb.employeerostering.domain.employee org.optaweb.employeerostering.domain.employee.view -
-
Uses of EmployeeAvailabilityState in org.optaweb.employeerostering.domain.employee
Methods in org.optaweb.employeerostering.domain.employee that return EmployeeAvailabilityState Modifier and Type Method Description EmployeeAvailabilityStateEmployeeAvailability. getState()static EmployeeAvailabilityStateEmployeeAvailabilityState. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeAvailabilityState[]EmployeeAvailabilityState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaweb.employeerostering.domain.employee with parameters of type EmployeeAvailabilityState Modifier and Type Method Description voidEmployeeAvailability. setState(EmployeeAvailabilityState state) -
Uses of EmployeeAvailabilityState in org.optaweb.employeerostering.domain.employee.view
Methods in org.optaweb.employeerostering.domain.employee.view that return EmployeeAvailabilityState Modifier and Type Method Description EmployeeAvailabilityStateEmployeeAvailabilityView. getState()Methods in org.optaweb.employeerostering.domain.employee.view with parameters of type EmployeeAvailabilityState Modifier and Type Method Description voidEmployeeAvailabilityView. setState(EmployeeAvailabilityState state)Constructors in org.optaweb.employeerostering.domain.employee.view with parameters of type EmployeeAvailabilityState Constructor Description EmployeeAvailabilityView(Integer tenantId, Employee employee, LocalDateTime startDateTime, LocalDateTime endDateTime, EmployeeAvailabilityState state)
-