Class TravelSendOrderPlacedNotificationAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<OrderProcessModel>
de.hybris.platform.travelfulfilmentprocess.actions.order.TravelSendOrderPlacedNotificationAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>
@Deprecated
public class TravelSendOrderPlacedNotificationAction
extends de.hybris.platform.processengine.action.AbstractAction<OrderProcessModel>
Deprecated.
Sends a notification about placing order and returns the decision based on whether it is amendment journey or not
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated. -
Field Summary
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OrderProcessModel process) Deprecated.executeAction(OrderProcessModel process) Deprecated.protected de.hybris.platform.servicelayer.event.EventServiceDeprecated.Deprecated.protected booleanisPaymentRequired(OrderModel order) Deprecated.voidsetEventService(de.hybris.platform.servicelayer.event.EventService eventService) Deprecated.Methods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
Constructor Details
-
TravelSendOrderPlacedNotificationAction
public TravelSendOrderPlacedNotificationAction()Deprecated.
-
-
Method Details
-
execute
public String execute(OrderProcessModel process) throws de.hybris.platform.task.RetryLaterException, Exception Deprecated.- Throws:
de.hybris.platform.task.RetryLaterExceptionException
-
executeAction
protected TravelSendOrderPlacedNotificationAction.Transition executeAction(OrderProcessModel process) Deprecated. -
isPaymentRequired
Deprecated. -
getTransitions
Deprecated. -
getEventService
protected de.hybris.platform.servicelayer.event.EventService getEventService()Deprecated. -
setEventService
public void setEventService(de.hybris.platform.servicelayer.event.EventService eventService) Deprecated.
-
TravelSendOrderPlacedNotificationProceduralAction.