Uses of Class
org.optaweb.employeerostering.domain.rotation.view.TimeBucketView
-
Packages that use TimeBucketView Package Description org.optaweb.employeerostering.service.rotation -
-
Uses of TimeBucketView in org.optaweb.employeerostering.service.rotation
Methods in org.optaweb.employeerostering.service.rotation that return TimeBucketView Modifier and Type Method Description TimeBucketViewRotationService. createTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)TimeBucketViewRotationService. getTimeBucket(@Min(0L) Integer tenantId, @Min(0L) Long id)TimeBucketViewRotationService. updateTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)Methods in org.optaweb.employeerostering.service.rotation that return types with arguments of type TimeBucketView Modifier and Type Method Description org.springframework.http.ResponseEntity<TimeBucketView>RotationController. createTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)org.springframework.http.ResponseEntity<TimeBucketView>RotationController. getTimeBucket(@Min(0L) Integer tenantId, @Min(0L) Long id)org.springframework.http.ResponseEntity<List<TimeBucketView>>RotationController. getTimeBucketList(@Min(0L) Integer tenantId)List<TimeBucketView>RotationService. getTimeBucketList(@Min(0L) Integer tenantId)org.springframework.http.ResponseEntity<TimeBucketView>RotationController. updateTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)Methods in org.optaweb.employeerostering.service.rotation with parameters of type TimeBucketView Modifier and Type Method Description org.springframework.http.ResponseEntity<TimeBucketView>RotationController. createTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)TimeBucketViewRotationService. createTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)org.springframework.http.ResponseEntity<TimeBucketView>RotationController. updateTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)TimeBucketViewRotationService. updateTimeBucket(@Min(0L) Integer tenantId, @Valid TimeBucketView timeBucketView)
-