| Modifier and Type | Method and Description |
|---|---|
Employee |
ShiftAssignment.getEmployee() |
Employee |
DayOffRequest.getEmployee() |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
EmployeeRoster.getEmployeeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftAssignment.setEmployee(Employee employee) |
void |
DayOffRequest.setEmployee(Employee employee) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeRoster.setEmployeeList(List<Employee> employeeList) |
| Constructor and Description |
|---|
DayOffRequest(Employee employee,
LocalDate date) |
ShiftAssignment(Shift shift,
Employee employee) |
| 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.