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