Uses of Class
org.optaplanner.examples.nurserostering.domain.request.DayOnRequest
Packages that use DayOnRequest
-
Uses of DayOnRequest in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type DayOnRequestModifier and TypeMethodDescriptionNurseRoster.getDayOnRequestList()Employee.getDayOnRequestMap()Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type DayOnRequestModifier and TypeMethodDescriptionvoidNurseRoster.setDayOnRequestList(List<DayOnRequest> dayOnRequestList) voidEmployee.setDayOnRequestMap(Map<ShiftDate, DayOnRequest> dayOnRequestMap)