| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.roster | |
| org.optaweb.employeerostering.service.roster | |
| org.optaweb.employeerostering.service.tenant |
| Modifier and Type | Method and Description |
|---|---|
RosterConstraintConfiguration |
Roster.getRosterConstraintConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setRosterConstraintConfiguration(RosterConstraintConfiguration rosterConstraintConfiguration) |
| 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 |
|---|---|
RosterConstraintConfiguration |
RosterGenerator.createTenantConfiguration(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
ZoneId zoneId) |
| 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<Shift> |
RosterGenerator.createShiftList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterConstraintConfiguration rosterConstraintConfiguration,
RosterState rosterState,
List<Spot> spotList,
List<ShiftTemplate> shiftTemplateList) |
| Modifier and Type | Method and Description |
|---|---|
RosterConstraintConfiguration |
TenantService.getRosterConstraintConfiguration(Integer tenantId) |
RosterConstraintConfiguration |
TenantService.updateRosterConstraintConfiguration(RosterConstraintConfigurationView rosterConstraintConfigurationView) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RosterConstraintConfiguration> |
RosterConstraintConfigurationRepository.findByTenantId(Integer tenantId) |
org.springframework.http.ResponseEntity<RosterConstraintConfiguration> |
TenantController.getRosterConstraintConfiguration(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<RosterConstraintConfiguration> |
TenantController.updateRosterConstraintConfiguration(@Valid RosterConstraintConfigurationView rosterConstraintConfigurationView) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.