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