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 (CancelFinishedEvent
andCancelPendingEvent
) while notifications.
-
-
Constructor Summary
Constructors Constructor Description SendEventOrderCancelNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendCancelFinishedNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Method used for sending notifications when order cancel operation has finished.void
sendCancelPendingNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Method used for sending notifications when order cancel operation has started.void
setEventService(EventService eventService)
-
-
-
Method Detail
-
sendCancelFinishedNotifications
public void sendCancelFinishedNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Description copied from interface:OrderCancelNotificationServiceAdapter
Method used for sending notifications when order cancel operation has finished.- Specified by:
sendCancelFinishedNotifications
in interfaceOrderCancelNotificationServiceAdapter
-
sendCancelPendingNotifications
public void sendCancelPendingNotifications(OrderCancelRecordEntryModel cancelRequestRecordEntry)
Description copied from interface:OrderCancelNotificationServiceAdapter
Method used for sending notifications when order cancel operation has started.- Specified by:
sendCancelPendingNotifications
in interfaceOrderCancelNotificationServiceAdapter
-
setEventService
public void setEventService(EventService eventService)
-
-