Class OneOrderStartAccountingProcessAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OneOrderDeliveryProviderProcessModel>
de.hybris.platform.oneorderfulfilmentprocess.actions.order.sdn.OneOrderStartAccountingProcessAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OneOrderDeliveryProviderProcessModel>
public class OneOrderStartAccountingProcessAction
extends de.hybris.platform.processengine.action.AbstractProceduralAction<OneOrderDeliveryProviderProcessModel>
The One Order Start Accounting Process Action
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
de.hybris.platform.processengine.action.AbstractProceduralAction.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 TypeMethodDescriptionvoidprotected de.hybris.platform.processengine.BusinessProcessServiceGets the businessProcessServiceprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets the configurationServicevoidsetBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) Sets the businessProcessServicevoidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets the configurationServiceprotected voidstartOrderSalesInformationNotificationProcess(OrderModel orderModel, String deliveryProviderCode, List<IATAServiceModel> iataServiceModels) Starts the Service Status Change Notification Process, only when there are some services that have been added or when the quantity of a service has been increased.Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
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
-
OneOrderStartAccountingProcessAction
public OneOrderStartAccountingProcessAction()
-
-
Method Details
-
executeAction
- Specified by:
executeActionin classde.hybris.platform.processengine.action.AbstractProceduralAction<OneOrderDeliveryProviderProcessModel>
-
startOrderSalesInformationNotificationProcess
protected void startOrderSalesInformationNotificationProcess(OrderModel orderModel, String deliveryProviderCode, List<IATAServiceModel> iataServiceModels) Starts the Service Status Change Notification Process, only when there are some services that have been added or when the quantity of a service has been increased.- Parameters:
orderModel- the orderModeldeliveryProviderCode- the deliveryProviderCodeiataServiceModels- the iataServiceModels
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()Gets the configurationService- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets the configurationService- Parameters:
configurationService- the configurationService
-
getBusinessProcessService
protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()Gets the businessProcessService- Returns:
- the businessProcessService
-
setBusinessProcessService
public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) Sets the businessProcessService- Parameters:
businessProcessService- the businessProcessService
-