| Package | Description |
|---|---|
| org.optaweb.employeerostering.service.rotation |
| Modifier and Type | Method and Description |
|---|---|
TimeBucketView |
RotationService.createTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
TimeBucketView |
RotationService.getTimeBucket(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
TimeBucketView |
RotationService.updateTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TimeBucketView> |
RotationController.createTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
org.springframework.http.ResponseEntity<TimeBucketView> |
RotationController.getTimeBucket(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<TimeBucketView> |
RotationService.getTimeBucketList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<List<TimeBucketView>> |
RotationController.getTimeBucketList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<TimeBucketView> |
RotationController.updateTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
| Modifier and Type | Method and Description |
|---|---|
TimeBucketView |
RotationService.createTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
org.springframework.http.ResponseEntity<TimeBucketView> |
RotationController.createTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
TimeBucketView |
RotationService.updateTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
org.springframework.http.ResponseEntity<TimeBucketView> |
RotationController.updateTimeBucket(@Min(value=0L) Integer tenantId,
@Valid TimeBucketView timeBucketView) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.