Class SapCpiOmsOrderOutboundAction
- java.lang.Object
-
- de.hybris.platform.processengine.action.AbstractAction<T>
-
- de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
-
- de.hybris.platform.sap.saporderexchangeoms.actions.SapOmsSendOrderToDataHubAction
-
- de.hybris.platform.sap.sapcpiorderexchangeoms.actions.SapCpiOmsOrderOutboundAction
-
- All Implemented Interfaces:
Action<OrderProcessModel>
- Direct Known Subclasses:
SapCpiSendRevenueCloudOrderOutboundAction
public class SapCpiOmsOrderOutboundAction extends SapOmsSendOrderToDataHubAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
AbstractProceduralAction.Transition
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelper
-
Fields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE
-
-
Constructor Summary
Constructors Constructor Description SapCpiOmsOrderOutboundAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeAction(OrderProcessModel process)
Executes thisAction
's business logic working on the givenBusinessProcessModel
.protected SapCpiOrderOutboundConversionService
getSapCpiOrderOutboundConversionService()
protected SapCpiOutboundService
getSapCpiOutboundService()
protected java.util.List<rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>>
sendOrdersToScpi(OrderModel order, java.util.Set<java.util.Set<ConsignmentModel>> orderConsignmentsSets, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders)
protected rx.Single<org.springframework.http.ResponseEntity<java.util.Map>>
sendOrderToScpi(OrderModel order, java.util.Set<ConsignmentModel> consignments, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders)
void
setSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService)
void
setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
-
Methods inherited from class de.hybris.platform.sap.saporderexchangeoms.actions.SapOmsSendOrderToDataHubAction
createOrderHistory, createSapOrders, getBusinessProcessService, getMaxRetries, getOrderHistoryService, getOrderService, getRetryDelay, getSapLogSysName, getSapPlantLogSysOrgService, getSapSalesOrgName, getSendOrderToDataHubHelper, getTimeService, groupOrderConsignments, handleRetry, resetEndMessage, saveOrderHistory, saveSapOrders, sendOrder, setBusinessProcessService, setMaxRetries, setOrderHistoryService, setOrderService, setOrderStatus, setRetryDelay, setSapPlantLogSysOrgService, setSendOrderToDataHubHelper, setTimeService, startSapConsignmentSubProcess
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, getTransitions
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelper
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
-
-
-
Method Detail
-
executeAction
public void executeAction(OrderProcessModel process) throws RetryLaterException
Description copied from class:AbstractProceduralAction
Executes thisAction
's business logic working on the givenBusinessProcessModel
.- Overrides:
executeAction
in classSapOmsSendOrderToDataHubAction
- Parameters:
process
- The process context to work on.- Throws:
RetryLaterException
-
sendOrdersToScpi
protected java.util.List<rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>> sendOrdersToScpi(OrderModel order, java.util.Set<java.util.Set<ConsignmentModel>> orderConsignmentsSets, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders)
-
sendOrderToScpi
protected rx.Single<org.springframework.http.ResponseEntity<java.util.Map>> sendOrderToScpi(OrderModel order, java.util.Set<ConsignmentModel> consignments, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders)
-
getSapCpiOutboundService
protected SapCpiOutboundService getSapCpiOutboundService()
-
setSapCpiOutboundService
public void setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
-
getSapCpiOrderOutboundConversionService
protected SapCpiOrderOutboundConversionService getSapCpiOrderOutboundConversionService()
-
setSapCpiOrderOutboundConversionService
public void setSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService)
-
-