| Modifier and Type | Method and Description |
|---|---|
List<Spot> |
Roster.getSpotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setSpotList(List<Spot> spotList) |
| 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<Spot> |
AbstractRosterView.getSpotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRosterView.setSpotList(List<Spot> spotList) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
TimeBucket.getSpot() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeBucket.setSpot(Spot spot) |
| Constructor and Description |
|---|
TimeBucket(Integer tenantId,
Spot spot,
LocalTime startTime,
LocalTime endTime,
Set<Skill> additionalSkillSet,
Set<DayOfWeek> repeatOnDaySet,
DayOfWeek startOfWeek,
int rotationLength) |
TimeBucket(Integer tenantId,
Spot spot,
LocalTime startTime,
LocalTime endTime,
Set<Skill> additionalSkillSet,
Set<DayOfWeek> repeatOnDaySet,
List<Seat> seatList) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
Shift.getSpot() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setSpot(Spot spot) |
| Constructor and Description |
|---|
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
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) |
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) |
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 |
|---|---|
List<Spot> |
RosterGenerator.createSpotList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
int size,
List<Skill> skillList) |
| Modifier and Type | Method and Description |
|---|---|
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) |
ShiftRosterView |
RosterService.getShiftRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Spot> spotList) |
| Modifier and Type | Method and Description |
|---|---|
List<Shift> |
ShiftRepository.filterWithSpots(Integer tenantId,
Set<Spot> spotSet,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
SpotService.convertFromView(Integer tenantId,
SpotView spotView) |
Spot |
SpotService.createSpot(Integer tenantId,
SpotView spotView) |
Spot |
SpotService.getSpot(Integer tenantId,
Long id) |
Spot |
SpotService.updateSpot(Integer tenantId,
SpotView spotView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Spot> |
SpotController.createSpot(@Min(value=0L) Integer tenantId,
@Valid SpotView spotView) |
List<Spot> |
SpotRepository.findAllByTenantId(Integer tenantId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.http.ResponseEntity<Spot> |
SpotController.getSpot(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<Spot> |
SpotService.getSpotList(Integer tenantId) |
org.springframework.http.ResponseEntity<List<Spot>> |
SpotController.getSpotList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<Spot> |
SpotController.updateSpot(@Min(value=0L) Integer tenantId,
@Valid SpotView spotView) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.