Modifier and Type | Method and Description |
---|---|
Employee |
ShiftAssignment.getEmployee() |
Employee |
SkillProficiency.getEmployee() |
Modifier and Type | Method and Description |
---|---|
List<Employee> |
NurseRoster.getEmployeeList() |
Modifier and Type | Method and Description |
---|---|
void |
ShiftAssignment.setEmployee(Employee employee) |
void |
SkillProficiency.setEmployee(Employee employee) |
Modifier and Type | Method and Description |
---|---|
void |
NurseRoster.setEmployeeList(List<Employee> employeeList) |
Modifier and Type | Method and Description |
---|---|
Employee |
ShiftOffRequest.getEmployee() |
Employee |
ShiftOnRequest.getEmployee() |
Employee |
DayOffRequest.getEmployee() |
Employee |
DayOnRequest.getEmployee() |
Modifier and Type | Method and Description |
---|---|
void |
ShiftOffRequest.setEmployee(Employee employee) |
void |
ShiftOnRequest.setEmployee(Employee employee) |
void |
DayOffRequest.setEmployee(Employee employee) |
void |
DayOnRequest.setEmployee(Employee employee) |
Modifier and Type | Method and Description |
---|---|
int |
EmployeeStrengthComparator.compare(Employee a,
Employee b) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Employee> |
NurseRosteringImporter.NurseRosteringInputBuilder.employeeMap |
Modifier and Type | Method and Description |
---|---|
Employee |
EmployeeWeekendSequence.getEmployee() |
Employee |
EmployeeConsecutiveWeekendAssignmentEnd.getEmployee() |
Employee |
EmployeeConsecutiveAssignmentStart.getEmployee() |
Employee |
EmployeeConsecutiveWeekendAssignmentStart.getEmployee() |
Employee |
EmployeeWorkSequence.getEmployee() |
Employee |
EmployeeFreeSequence.getEmployee() |
Employee |
EmployeeConsecutiveAssignmentEnd.getEmployee() |
Modifier and Type | Method and Description |
---|---|
void |
EmployeeWeekendSequence.setEmployee(Employee employee) |
void |
EmployeeConsecutiveWeekendAssignmentEnd.setEmployee(Employee employee) |
void |
EmployeeConsecutiveAssignmentStart.setEmployee(Employee employee) |
void |
EmployeeConsecutiveWeekendAssignmentStart.setEmployee(Employee employee) |
void |
EmployeeWorkSequence.setEmployee(Employee employee) |
void |
EmployeeFreeSequence.setEmployee(Employee employee) |
void |
EmployeeConsecutiveAssignmentEnd.setEmployee(Employee employee) |
Constructor and Description |
---|
EmployeeConsecutiveAssignmentEnd(Employee employee,
ShiftDate shiftDate) |
EmployeeConsecutiveAssignmentStart(Employee employee,
ShiftDate shiftDate) |
EmployeeConsecutiveWeekendAssignmentEnd(Employee employee,
int sundayIndex) |
EmployeeConsecutiveWeekendAssignmentStart(Employee employee,
int sundayIndex) |
EmployeeFreeSequence(Employee employee,
int firstDayIndex,
int lastDayIndex) |
EmployeeWeekendSequence(Employee employee,
int firstSundayIndex,
int lastSundayIndex) |
EmployeeWorkSequence(Employee employee,
int firstDayIndex,
int lastDayIndex) |
Modifier and Type | Method and Description |
---|---|
static void |
NurseRosteringMoveHelper.moveEmployee(org.optaplanner.core.impl.score.director.ScoreDirector<NurseRoster> scoreDirector,
ShiftAssignment shiftAssignment,
Employee toEmployee) |
Constructor and Description |
---|
EmployeeChangeMove(ShiftAssignment shiftAssignment,
Employee toEmployee) |
EmployeeMultipleChangeMove(Employee fromEmployee,
List<ShiftAssignment> shiftAssignmentList,
Employee toEmployee) |
Modifier and Type | Method and Description |
---|---|
Employee |
EmployeePanel.getEmployee() |
Modifier and Type | Method and Description |
---|---|
void |
NurseRosteringPanel.deleteEmployee(Employee employee) |
void |
NurseRosteringPanel.moveShiftAssignmentToEmployee(ShiftAssignment shiftAssignment,
Employee toEmployee) |
Constructor and Description |
---|
EmployeePanel(NurseRosteringPanel nurseRosteringPanel,
List<ShiftDate> shiftDateList,
List<Shift> shiftList,
Employee employee) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.