| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.roster | |
| org.optaweb.employeerostering.service.roster | |
| org.optaweb.employeerostering.service.tenant |
| Modifier and Type | Method and Description |
|---|---|
RosterParametrization |
Roster.getRosterParametrization() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setRosterParametrization(RosterParametrization rosterParametrization) |
| Constructor and Description |
|---|
Roster(Long id,
Integer tenantId,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterParametrization rosterParametrization,
RosterState rosterState,
List<Shift> shiftList) |
| Modifier and Type | Method and Description |
|---|---|
RosterParametrization |
RosterGenerator.createTenantConfiguration(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
ZoneId zoneId) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeAvailability> |
RosterGenerator.createEmployeeAvailabilityList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterParametrization rosterParametrization,
RosterState rosterState,
List<Employee> employeeList,
List<Shift> shiftList) |
List<Shift> |
RosterGenerator.createShiftList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterParametrization rosterParametrization,
RosterState rosterState,
List<Spot> spotList,
List<ShiftTemplate> shiftTemplateList) |
| Modifier and Type | Method and Description |
|---|---|
RosterParametrization |
TenantService.getRosterParametrization(Integer tenantId) |
RosterParametrization |
TenantService.updateRosterParametrization(RosterParametrizationView rosterParametrizationView) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RosterParametrization> |
RosterParametrizationRepository.findByTenantId(Integer tenantId) |
org.springframework.http.ResponseEntity<RosterParametrization> |
TenantController.getRosterParametrization(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<RosterParametrization> |
TenantController.updateRosterParametrization(@Valid RosterParametrizationView rosterParametrizationView) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.