Uses of Interface
de.hybris.platform.ordercancel.OrderCancelNotificationServiceAdapter
-
-
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel with parameters of type OrderCancelNotificationServiceAdapter Modifier and Type Method Description protected static voidAbstractOrderCancelTest. injectAdaptersDependencies(OrderCancelNotificationServiceAdapter notificationServiceAdapter, OrderCancelPaymentServiceAdapter paymentServiceAdapter, OrderCancelWarehouseAdapter warehouseAdapter, DefaultOrderCancelService orderCancelService) -
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.ordercancel.impl
Classes in de.hybris.platform.ordercancel.impl that implement OrderCancelNotificationServiceAdapter Modifier and Type Class Description classSendEventOrderCancelNotificationSends events (CancelFinishedEventandCancelPendingEvent) while notifications. -
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.ordercancel.impl.executors
Methods in de.hybris.platform.ordercancel.impl.executors that return OrderCancelNotificationServiceAdapter Modifier and Type Method Description OrderCancelNotificationServiceAdapterImmediateCancelRequestExecutor. getNotificationServiceAdapter()OrderCancelNotificationServiceAdapterWarehouseProcessingCancelRequestExecutor. getNotificationServiceAdapter()OrderCancelNotificationServiceAdapterWarehouseResponseExecutor. getNotificationServiceAdapter()Methods in de.hybris.platform.ordercancel.impl.executors with parameters of type OrderCancelNotificationServiceAdapter Modifier and Type Method Description voidImmediateCancelRequestExecutor. setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter)voidNotificationServiceAdapterDependent. setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter)voidWarehouseProcessingCancelRequestExecutor. setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter)voidWarehouseResponseExecutor. setNotificationServiceAdapter(OrderCancelNotificationServiceAdapter notificationServiceAdapter) -
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.warehousing.cancellation.impl
Classes in de.hybris.platform.warehousing.cancellation.impl that implement OrderCancelNotificationServiceAdapter Modifier and Type Class Description classOmsOrderCancelNotificationServiceAdapterImplementation of theOmsOrderCancelNotificationServiceAdapterto send notifications after an order has been cancelled (finished and pending)
-