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