Uses of Interface
de.hybris.platform.ordercancel.OrderCancelNotificationServiceAdapter
Packages that use OrderCancelNotificationServiceAdapter
Package
Description
-
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel with parameters of type OrderCancelNotificationServiceAdapterModifier and TypeMethodDescriptionprotected 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 OrderCancelNotificationServiceAdapterModifier and TypeClassDescriptionclassSends events (CancelFinishedEventandCancelPendingEvent) while notifications. -
Uses of OrderCancelNotificationServiceAdapter in de.hybris.platform.ordercancel.impl.executors
Methods in de.hybris.platform.ordercancel.impl.executors that return OrderCancelNotificationServiceAdapterModifier and TypeMethodDescriptionImmediateCancelRequestExecutor.getNotificationServiceAdapter()WarehouseProcessingCancelRequestExecutor.getNotificationServiceAdapter()WarehouseResponseExecutor.getNotificationServiceAdapter()Methods in de.hybris.platform.ordercancel.impl.executors with parameters of type OrderCancelNotificationServiceAdapterModifier and TypeMethodDescriptionvoidImmediateCancelRequestExecutor.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 OrderCancelNotificationServiceAdapterModifier and TypeClassDescriptionclassImplementation of theOmsOrderCancelNotificationServiceAdapterto send notifications after an order has been cancelled (finished and pending)