Class SendReplenishmentOrderPlacedNotification
- java.lang.Object
-
- de.hybris.platform.b2bacceleratoraddon.actions.SendReplenishmentOrderPlacedNotification
-
public class SendReplenishmentOrderPlacedNotification extends java.lang.ObjectSends Replenishment Order Placed Notification event.
-
-
Constructor Summary
Constructors Constructor Description SendReplenishmentOrderPlacedNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteAction(CartToOrderCronJobModel cartToOrder)protected EventServicegetEventService()voidsetEventService(EventService eventService)
-
-
-
Method Detail
-
executeAction
public void executeAction(CartToOrderCronJobModel cartToOrder)
-
setEventService
public void setEventService(EventService eventService)
-
getEventService
protected EventService getEventService()
-
-