| Modifier and Type | Method and Description |
|---|---|
RosterState |
Roster.getRosterState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setRosterState(RosterState rosterState) |
| 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 | Field and Description |
|---|---|
protected @NotNull RosterState |
AbstractRosterView.rosterState |
| Modifier and Type | Method and Description |
|---|---|
RosterState |
AbstractRosterView.getRosterState() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRosterView.setRosterState(RosterState rosterState) |
| Modifier and Type | Method and Description |
|---|---|
RosterState |
RosterGenerator.createRosterState(RosterGenerator.GeneratorType generatorType,
Tenant tenant,
ZoneId zoneId,
int lengthInDays) |
RosterState |
RosterService.getRosterState(Integer tenantId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RosterState> |
RosterStateRepository.findByTenantId(Integer tenantId) |
org.springframework.http.ResponseEntity<RosterState> |
RosterController.getRosterState(@Min(value=0L) Integer tenantId) |
| 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<TimeBucket> timeBucketList) |
List<TimeBucket> |
RosterGenerator.createTimeBucketList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
DayOfWeek startOfWeek,
RosterState rosterState,
List<Spot> spotList,
List<Employee> employeeList,
List<Skill> skillList) |
| Modifier and Type | Method and Description |
|---|---|
RosterState |
TenantService.convertFromRosterStateView(RosterStateView rosterStateView) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.