Class SendEventOrderCancelNotification
java.lang.Object
de.hybris.platform.ordercancel.impl.SendEventOrderCancelNotification
- All Implemented Interfaces:
OrderCancelNotificationServiceAdapter
public class SendEventOrderCancelNotification
extends Object
implements OrderCancelNotificationServiceAdapter
Sends events (
CancelFinishedEvent and CancelPendingEvent) while notifications.-
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.voidsetEventService(EventService eventService)
-
Constructor Details
-
SendEventOrderCancelNotification
public SendEventOrderCancelNotification()
-
-
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
-
setEventService
-