| Modifier and Type | Method and Description |
|---|---|
Employee |
EmployeeAvailability.getEmployee() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeAvailability.setEmployee(Employee employee) |
| Constructor and Description |
|---|
EmployeeAvailability(Integer tenantId,
Employee employee,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
EmployeeAvailability(ZoneId zoneId,
EmployeeAvailabilityView employeeAvailabilityView,
Employee employee) |
| Constructor and Description |
|---|
EmployeeAvailabilityView(Integer tenantId,
Employee employee,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
EmployeeAvailabilityState state) |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
Roster.getEmployeeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setEmployeeList(List<Employee> employeeList) |
| Constructor and Description |
|---|
Roster(Long id,
Integer tenantId,
RosterConstraintConfiguration rosterConstraintConfiguration,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterState rosterState,
List<Shift> shiftList) |
Roster(Long id,
Integer tenantId,
RosterConstraintConfiguration rosterConstraintConfiguration,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterState rosterState,
List<Shift> shiftList,
boolean isNondisruptivePlanning,
OffsetDateTime nondisruptiveReplanFrom) |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
AbstractRosterView.getEmployeeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRosterView.setEmployeeList(List<Employee> employeeList) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
ShiftTemplate.getRotationEmployee() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftTemplate.setRotationEmployee(Employee rotationEmployee) |
| Constructor and Description |
|---|
ShiftTemplate(Integer rotationLength,
ShiftTemplateView shiftTemplateView,
Spot spot,
Employee rotationEmployee,
Collection<Skill> requiredSkillSet) |
ShiftTemplate(Integer tenantId,
Spot spot,
int startDayOffset,
LocalTime startTime,
int endDayOffset,
LocalTime endTime,
Employee rotationEmployee) |
ShiftTemplate(Integer tenantId,
Spot spot,
int startDayOffset,
LocalTime startTime,
int endDayOffset,
LocalTime endTime,
Employee rotationEmployee,
Collection<Skill> requiredSkillSet) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
Shift.getEmployee() |
Employee |
Shift.getOriginalEmployee() |
Employee |
Shift.getRotationEmployee() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setEmployee(Employee employee) |
void |
Shift.setOriginalEmployee(Employee originalEmployee) |
void |
Shift.setRotationEmployee(Employee rotationEmployee) |
| Constructor and Description |
|---|
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime,
Employee rotationEmployee) |
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime,
Employee rotationEmployee,
Set<Skill> requiredSkillSet,
Employee originalEmployee) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot,
Employee rotationEmployee) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot,
Employee rotationEmployee,
Set<Skill> requiredSkillSet,
Employee originalEmployee) |
| Constructor and Description |
|---|
ShiftView(Integer tenantId,
Spot spot,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
Employee rotationEmployee) |
ShiftView(Integer tenantId,
Spot spot,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
Employee rotationEmployee,
List<Long> requiredSkillSetIdList,
Employee originalEmployee) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
ContractMinutesViolation.getEmployee() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractMinutesViolation.setEmployee(Employee employee) |
| Constructor and Description |
|---|
ContractMinutesViolation(Employee employee,
ContractMinutesViolation.Type type,
Long minutesWorked,
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
EmployeeService.convertFromEmployeeView(Integer tenantId,
EmployeeView employeeView) |
Employee |
EmployeeService.createEmployee(Integer tenantId,
EmployeeView employeeView) |
Employee |
EmployeeRepository.findEmployeeByName(Integer tenantId,
String name) |
Employee |
EmployeeService.getEmployee(Integer tenantId,
Long id) |
Employee |
EmployeeService.updateEmployee(Integer tenantId,
EmployeeView employeeView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<Employee>> |
EmployeeController.addEmployeesFromExcelFile(@Min(value=0L) Integer tenantId,
org.springframework.web.multipart.MultipartFile excelDataFile) |
org.springframework.http.ResponseEntity<Employee> |
EmployeeController.createEmployee(@Min(value=0L) Integer tenantId,
@Valid EmployeeView employeeView) |
List<Employee> |
EmployeeRepository.findAllByTenantId(Integer tenantId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.http.ResponseEntity<Employee> |
EmployeeController.getEmployee(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<Employee> |
EmployeeService.getEmployeeList(Integer tenantId) |
org.springframework.http.ResponseEntity<List<Employee>> |
EmployeeController.getEmployeeList(@Min(value=0L) Integer tenantId) |
List<Employee> |
EmployeeService.importEmployeesFromExcel(Integer tenantId,
InputStream excelInputStream) |
org.springframework.http.ResponseEntity<Employee> |
EmployeeController.updateEmployee(@Min(value=0L) Integer tenantId,
@Valid EmployeeView employeeView) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EmployeeService.validateEmployee(Integer tenantId,
Employee employee) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeAvailability> |
EmployeeAvailabilityRepository.filterWithEmployee(Integer tenantId,
Set<Employee> employeeSet,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
RosterGenerator.createEmployeeList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
int size,
List<Contract> contractList,
List<Skill> generalSkillList) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeAvailability> |
RosterGenerator.createEmployeeAvailabilityList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterConstraintConfiguration rosterConstraintConfiguration,
RosterState rosterState,
List<Employee> employeeList,
List<Shift> shiftList) |
List<ShiftTemplate> |
RosterGenerator.createShiftTemplateList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterState rosterState,
List<Spot> spotList,
List<Employee> employeeList,
List<Skill> skillList) |
AvailabilityRosterView |
RosterService.getAvailabilityRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Employee> employeeList) |
| Modifier and Type | Method and Description |
|---|---|
List<Shift> |
ShiftRepository.filterWithEmployees(Integer tenantId,
Set<Employee> employeeSet,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.