| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
InventoryEventService.createCancellationEvent(CancellationEventModel cancellationEventModel)
Deprecated.
since 6.5 Please use
InventoryEventService.createCancellationEvents(CancellationEventModel)} |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CancellationEventModel> |
InventoryEventService.createCancellationEvents(CancellationEventModel cancellationEventModel)
Create multiple
CancellationEventModel |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
InventoryEventService.createCancellationEvent(CancellationEventModel cancellationEventModel)
Deprecated.
since 6.5 Please use
InventoryEventService.createCancellationEvents(CancellationEventModel)} |
java.util.Collection<CancellationEventModel> |
InventoryEventService.createCancellationEvents(CancellationEventModel cancellationEventModel)
Create multiple
CancellationEventModel |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
DefaultInventoryEventService.createCancellationEvent(CancellationEventModel cancellationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancellationEventModel> |
DefaultInventoryEventService.createCancellationEvents(CancellationEventModel cancellationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
DefaultInventoryEventService.createCancellationEvent(CancellationEventModel cancellationEventModel) |
java.util.List<CancellationEventModel> |
DefaultInventoryEventService.createCancellationEvents(CancellationEventModel cancellationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
CancellationEventResource.getCancellationEventModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CancellationEventModel |
CancellationEventResource.readResource(java.lang.String resourceId)
Gets the
CancellationEventModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CancellationEventModel> |
CancellationEventsResource.getCancellationEventsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancellationEventResource.setCancellationEventModel(CancellationEventModel value)
Convenience method which just delegates to
#setResourceValue(CancellationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CancellationEventsResource.setCancellationEventsCollection(java.util.Collection<CancellationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.