| Package | Description |
|---|---|
| org.optaweb.employeerostering.shared.rotation | |
| org.optaweb.employeerostering.shared.rotation.view |
| Modifier and Type | Method and Description |
|---|---|
ShiftTemplateView |
RotationRestService.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
ShiftTemplateView |
RotationRestService.getShiftTemplate(Integer tenantId,
Long id) |
ShiftTemplateView |
RotationRestService.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,ShiftTemplateView> |
RotationRestServiceBuilder.getShiftTemplate(Integer tenantId,
Long id) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<ShiftTemplateView>> |
RotationRestServiceBuilder.getShiftTemplateList(Integer tenantId) |
List<ShiftTemplateView> |
RotationRestService.getShiftTemplateList(Integer tenantId) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
ShiftTemplateView |
RotationRestService.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftTemplateView> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftTemplateView,ShiftTemplateView> |
RotationRestServiceBuilder.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
ShiftTemplateView |
RotationRestService.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate) |
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftTemplateView> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.addShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftTemplateView> _callback_) |
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.getShiftTemplate(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftTemplateView> _callback_) |
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.getShiftTemplateList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<ShiftTemplateView>> _callback_) |
static com.google.gwt.http.client.Request |
RotationRestServiceBuilder.updateShiftTemplate(Integer tenantId,
ShiftTemplateView shiftTemplate,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftTemplateView> _callback_) |
| Constructor and Description |
|---|
ShiftTemplate(Integer rotationLength,
ShiftTemplateView shiftTemplateView,
Spot spot,
Employee rotationEmployee) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<ShiftTemplateView>> |
RotationView.getSpotIdToShiftTemplateViewListMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
RotationView.setSpotIdToShiftTemplateViewListMap(Map<Long,List<ShiftTemplateView>> spotIdToShiftTemplateViewListMap) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.