| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractOrderCancelTest.injectAdaptersDependencies(OrderCancelNotificationServiceAdapter notificationServiceAdapter,
OrderCancelPaymentServiceAdapter paymentServiceAdapter,
OrderCancelWarehouseAdapter warehouseAdapter,
DefaultOrderCancelService orderCancelService) |
| Modifier and Type | Class and Description |
|---|---|
class |
SendEventOrderCancelNotification
Sends events (
CancelFinishedEvent and CancelPendingEvent) while notifications. |
| Modifier and Type | Method and Description |
|---|---|
OrderCancelNotificationServiceAdapter |
ImmediateCancelRequestExecutor.getNotificationServiceAdapter() |
OrderCancelNotificationServiceAdapter |
WarehouseProcessingCancelRequestExecutor.getNotificationServiceAdapter() |
OrderCancelNotificationServiceAdapter |
WarehouseResponseExecutor.getNotificationServiceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmediateCancelRequestExecutor.setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter) |
void |
WarehouseProcessingCancelRequestExecutor.setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter) |
void |
NotificationServiceAdapterDependent.setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter) |
void |
WarehouseResponseExecutor.setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter) |
| Modifier and Type | Class and Description |
|---|---|
class |
OmsOrderCancelNotificationServiceAdapter
Implementation of the
OmsOrderCancelNotificationServiceAdapter to send notifications after an order has been
cancelled (finished and pending) |
Copyright © 2018 SAP SE. All Rights Reserved.