| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.rotation | |
| org.optaweb.employeerostering.service.rotation |
| Constructor and Description |
|---|
ShiftTemplate(Integer rotationLength,
ShiftTemplateView shiftTemplateView,
Spot spot,
Employee rotationEmployee,
Collection<Skill> requiredSkillSet) |
| Modifier and Type | Method and Description |
|---|---|
ShiftTemplateView |
RotationService.createShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplateView) |
ShiftTemplateView |
RotationService.getShiftTemplate(Integer tenantId,
Long id) |
ShiftTemplateView |
RotationService.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplateView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ShiftTemplateView> |
RotationController.createShiftTemplate(@Min(value=0L) Integer tenantId,
@Valid ShiftTemplateView shiftTemplateView) |
org.springframework.http.ResponseEntity<ShiftTemplateView> |
RotationController.getShiftTemplate(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<ShiftTemplateView> |
RotationService.getShiftTemplateList(Integer tenantId) |
org.springframework.http.ResponseEntity<List<ShiftTemplateView>> |
RotationController.getShiftTemplateList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<ShiftTemplateView> |
RotationController.updateShiftTemplate(@Min(value=0L) Integer tenantId,
@Valid ShiftTemplateView shiftTemplateView) |
| Modifier and Type | Method and Description |
|---|---|
ShiftTemplateView |
RotationService.createShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplateView) |
org.springframework.http.ResponseEntity<ShiftTemplateView> |
RotationController.createShiftTemplate(@Min(value=0L) Integer tenantId,
@Valid ShiftTemplateView shiftTemplateView) |
ShiftTemplateView |
RotationService.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplateView) |
org.springframework.http.ResponseEntity<ShiftTemplateView> |
RotationController.updateShiftTemplate(@Min(value=0L) Integer tenantId,
@Valid ShiftTemplateView shiftTemplateView) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.