Uses of Class
org.optaplanner.examples.nurserostering.domain.request.ShiftOffRequest
Packages that use ShiftOffRequest
-
Uses of ShiftOffRequest in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftOffRequestModifier and TypeMethodDescriptionNurseRoster.getShiftOffRequestList()Employee.getShiftOffRequestMap()Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftOffRequestModifier and TypeMethodDescriptionvoidNurseRoster.setShiftOffRequestList(List<ShiftOffRequest> shiftOffRequestList) voidEmployee.setShiftOffRequestMap(Map<Shift, ShiftOffRequest> shiftOffRequestMap)