Class SendEventOrderCancelNotification
- java.lang.Object
-
- de.hybris.platform.ordercancel.impl.SendEventOrderCancelNotification
-
- All Implemented Interfaces:
OrderCancelNotificationServiceAdapter
public class SendEventOrderCancelNotification extends java.lang.Object implements OrderCancelNotificationServiceAdapter
Sends events (CancelFinishedEventandCancelPendingEvent) while notifications.
-
-
Constructor Summary
Constructors Constructor Description SendEventOrderCancelNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendCancelFinishedNotifications(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.voidsetEventService(EventService eventService)
-
-
-
Method Detail
-
sendCancelFinishedNotifications
public void sendCancelFinishedNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Description copied from interface:OrderCancelNotificationServiceAdapterMethod used for sending notifications when order cancel operation has finished.- Specified by:
sendCancelFinishedNotificationsin interfaceOrderCancelNotificationServiceAdapter
-
sendCancelPendingNotifications
public void sendCancelPendingNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Description copied from interface:OrderCancelNotificationServiceAdapterMethod used for sending notifications when order cancel operation has started.- Specified by:
sendCancelPendingNotificationsin interfaceOrderCancelNotificationServiceAdapter
-
setEventService
public void setEventService(EventService eventService)
-
-