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