| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<ShiftView>> |
AvailabilityRosterView.getEmployeeIdToShiftViewListMap() |
Map<Long,List<ShiftView>> |
ShiftRosterView.getSpotIdToShiftViewListMap() |
List<ShiftView> |
AvailabilityRosterView.getUnassignedShiftViewList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AvailabilityRosterView.setEmployeeIdToShiftViewListMap(Map<Long,List<ShiftView>> employeeIdToShiftViewListMap) |
void |
ShiftRosterView.setSpotIdToShiftViewListMap(Map<Long,List<ShiftView>> spotIdToShiftViewListMap) |
void |
AvailabilityRosterView.setUnassignedShiftViewList(List<ShiftView> unassignedShiftViewList) |
| Constructor and Description |
|---|
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot,
Employee rotationEmployee) |
| Modifier and Type | Method and Description |
|---|---|
ShiftView |
IndictmentUtils.getShiftViewWithIndictment(ZoneId zoneId,
Shift shift,
org.optaplanner.core.api.score.constraint.Indictment indictment) |
| Modifier and Type | Method and Description |
|---|---|
ShiftView |
ShiftService.createShift(Integer tenantId,
ShiftView shiftView) |
ShiftView |
ShiftService.getShift(Integer tenantId,
Long id) |
ShiftView |
ShiftService.updateShift(Integer tenantId,
ShiftView shiftView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ShiftView> |
ShiftController.createShift(@Min(value=0L) Integer tenantId,
@Valid ShiftView shiftView) |
org.springframework.http.ResponseEntity<ShiftView> |
ShiftController.getShift(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<ShiftView> |
ShiftService.getShiftList(Integer tenantId) |
org.springframework.http.ResponseEntity<List<ShiftView>> |
ShiftController.getShiftList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<ShiftView> |
ShiftController.updateShift(@Min(value=0L) Integer tenantId,
@Valid ShiftView shiftView) |
| Modifier and Type | Method and Description |
|---|---|
ShiftView |
ShiftService.createShift(Integer tenantId,
ShiftView shiftView) |
org.springframework.http.ResponseEntity<ShiftView> |
ShiftController.createShift(@Min(value=0L) Integer tenantId,
@Valid ShiftView shiftView) |
ShiftView |
ShiftService.updateShift(Integer tenantId,
ShiftView shiftView) |
org.springframework.http.ResponseEntity<ShiftView> |
ShiftController.updateShift(@Min(value=0L) Integer tenantId,
@Valid ShiftView shiftView) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.