Uses of Class
org.optaweb.employeerostering.domain.violation.UnavailableEmployeeViolation
-
Packages that use UnavailableEmployeeViolation Package Description org.optaweb.employeerostering.domain.shift.view org.optaweb.employeerostering.service.common -
-
Uses of UnavailableEmployeeViolation in org.optaweb.employeerostering.domain.shift.view
Methods in org.optaweb.employeerostering.domain.shift.view that return types with arguments of type UnavailableEmployeeViolation Modifier and Type Method Description List<UnavailableEmployeeViolation>ShiftView. getUnavailableEmployeeViolationList()Method parameters in org.optaweb.employeerostering.domain.shift.view with type arguments of type UnavailableEmployeeViolation Modifier and Type Method Description voidShiftView. setUnavailableEmployeeViolationList(List<UnavailableEmployeeViolation> unavailableEmployeeViolationList) -
Uses of UnavailableEmployeeViolation in org.optaweb.employeerostering.service.common
Methods in org.optaweb.employeerostering.service.common that return types with arguments of type UnavailableEmployeeViolation Modifier and Type Method Description List<UnavailableEmployeeViolation>IndictmentUtils. getUnavailableEmployeeViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment)
-