Uses of Class
employeerostering.employeerostering.Employee
-
-
Uses of Employee in employeerostering.employeerostering
Methods in employeerostering.employeerostering that return Employee Modifier and Type Method Description EmployeeDayOffRequest. getEmployee()EmployeeShiftAssignment. getEmployee()Methods in employeerostering.employeerostering that return types with arguments of type Employee Modifier and Type Method Description List<Employee>EmployeeRoster. getEmployeeList()Methods in employeerostering.employeerostering with parameters of type Employee Modifier and Type Method Description voidDayOffRequest. setEmployee(Employee employee)voidShiftAssignment. setEmployee(Employee employee)Method parameters in employeerostering.employeerostering with type arguments of type Employee Modifier and Type Method Description voidEmployeeRoster. setEmployeeList(List<Employee> employeeList)Constructors in employeerostering.employeerostering with parameters of type Employee Constructor Description DayOffRequest(Employee employee, LocalDate date)ShiftAssignment(Shift shift, Employee employee)Constructor parameters in employeerostering.employeerostering with type arguments of type Employee Constructor 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)
-