| Modifier and Type | Method and Description |
|---|---|
List<DayOffRequest> |
EmployeeRoster.getDayOffRequestList() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeRoster.setDayOffRequestList(List<DayOffRequest> dayOffRequestList) |
| Constructor and Description |
|---|
EmployeeRoster(List<Employee> employeeList,
List<Shift> shiftList,
List<Skill> skillList,
List<Timeslot> timeslotList,
List<DayOffRequest> dayOffRequestList,
List<ShiftAssignment> shiftAssignmentList,
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.