Class OmsOrderCancelNotificationServiceAdapter
java.lang.Object
de.hybris.platform.warehousing.cancellation.impl.OmsOrderCancelNotificationServiceAdapter
- All Implemented Interfaces:
OrderCancelNotificationServiceAdapter
public class OmsOrderCancelNotificationServiceAdapter
extends Object
implements OrderCancelNotificationServiceAdapter
Implementation of the
OmsOrderCancelNotificationServiceAdapter to send notifications after an order has been
cancelled (finished and pending)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendCancelFinishedNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry) Method used for sending notifications when order cancel operation has finished.voidsendCancelPendingNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry) Method used for sending notifications when order cancel operation has started.
-
Constructor Details
-
OmsOrderCancelNotificationServiceAdapter
public OmsOrderCancelNotificationServiceAdapter()
-
-
Method Details
-
sendCancelFinishedNotifications
Description copied from interface:OrderCancelNotificationServiceAdapterMethod used for sending notifications when order cancel operation has finished.- Specified by:
sendCancelFinishedNotificationsin interfaceOrderCancelNotificationServiceAdapter
-
sendCancelPendingNotifications
Description copied from interface:OrderCancelNotificationServiceAdapterMethod used for sending notifications when order cancel operation has started.- Specified by:
sendCancelPendingNotificationsin interfaceOrderCancelNotificationServiceAdapter
-