Class SendSubscriptionOrderAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction<OrderProcessModel>
de.hybris.platform.sap.saprevenuecloudorder.actions.SendSubscriptionOrderAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>
public class SendSubscriptionOrderAction
extends de.hybris.platform.processengine.action.AbstractSimpleDecisionAction<OrderProcessModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction.Transition -
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 TypeMethodDescriptionde.hybris.platform.processengine.action.AbstractSimpleDecisionAction.TransitionexecuteAction(OrderProcessModel process) de.hybris.platform.processengine.BusinessProcessServiceprotected StringgetPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property) protected booleanisSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) voidsetBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) voidsetSapRevenueCloudOrderOutboundService(SapRevenueCloudOrderOutboundService sapRevenueCloudOrderOutboundService) Methods inherited from class de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
execute, getTransitionsMethods 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
-
SendSubscriptionOrderAction
public SendSubscriptionOrderAction()
-
-
Method Details
-
executeAction
public de.hybris.platform.processengine.action.AbstractSimpleDecisionAction.Transition executeAction(OrderProcessModel process) throws de.hybris.platform.task.RetryLaterException - Specified by:
executeActionin classde.hybris.platform.processengine.action.AbstractSimpleDecisionAction<OrderProcessModel>- Throws:
de.hybris.platform.task.RetryLaterException
-
isSentSuccessfully
protected boolean isSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) -
getPropertyValue
-
getSapRevenueCloudOrderOutboundService
- Returns:
- the sapRevenueCloudOrderOutboundService
-
setSapRevenueCloudOrderOutboundService
public void setSapRevenueCloudOrderOutboundService(SapRevenueCloudOrderOutboundService sapRevenueCloudOrderOutboundService) - Parameters:
sapRevenueCloudOrderOutboundService- the sapRevenueCloudOrderOutboundService to set
-
getBusinessProcessService
public de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()- Returns:
- the businessProcessService
-
setBusinessProcessService
public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) - Parameters:
businessProcessService- the businessProcessService to set
-