Class SapRevenueCloudCustomerPublishAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction<BusinessProcessModel>
com.sap.hybris.saprevenuecloudcustomer.action.SapRevenueCloudCustomerPublishAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<BusinessProcessModel>
public class SapRevenueCloudCustomerPublishAction
extends de.hybris.platform.processengine.action.AbstractSimpleDecisionAction<BusinessProcessModel>
Publish Customer to Revenue Cloud via CPI.
-
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(BusinessProcessModel process) de.hybris.platform.servicelayer.config.ConfigurationServicede.hybris.platform.converters.Populatorprotected StringgetPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property) de.hybris.platform.servicelayer.internal.dao.GenericDao<SAPMarketToCatalogMappingModel>protected booleanisSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) voidsetCustomerPopulator(de.hybris.platform.converters.Populator customerPopulator) voidsetSapMarketToCatalogMappingModelGenericDao(de.hybris.platform.servicelayer.internal.dao.GenericDao<SAPMarketToCatalogMappingModel> sapMarketToCatalogMappingModelGenericDao) voidsetSapRevenueCloudCustomerOutboundService(SapRevenueCloudCustomerOutboundService sapRevenueCloudCustomerOutboundService) 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
-
SapRevenueCloudCustomerPublishAction
public SapRevenueCloudCustomerPublishAction()
-
-
Method Details
-
executeAction
public de.hybris.platform.processengine.action.AbstractSimpleDecisionAction.Transition executeAction(BusinessProcessModel process) throws de.hybris.platform.task.RetryLaterException - Specified by:
executeActionin classde.hybris.platform.processengine.action.AbstractSimpleDecisionAction<BusinessProcessModel>- Throws:
de.hybris.platform.task.RetryLaterException
-
getPropertyValue
-
isSentSuccessfully
protected boolean isSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) -
getCustomerPopulator
public de.hybris.platform.converters.Populator getCustomerPopulator()- Returns:
- the customerPopulator
-
setCustomerPopulator
public void setCustomerPopulator(de.hybris.platform.converters.Populator customerPopulator) - Parameters:
customerPopulator- the customerPopulator to set
-
getConfigurationService
public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) - Parameters:
configurationService- the configurationService to set
-
getSapMarketToCatalogMappingModelGenericDao
public de.hybris.platform.servicelayer.internal.dao.GenericDao<SAPMarketToCatalogMappingModel> getSapMarketToCatalogMappingModelGenericDao()- Returns:
- the sapMarketToCatalogMappingModelGenericDao
-
setSapMarketToCatalogMappingModelGenericDao
public void setSapMarketToCatalogMappingModelGenericDao(de.hybris.platform.servicelayer.internal.dao.GenericDao<SAPMarketToCatalogMappingModel> sapMarketToCatalogMappingModelGenericDao) - Parameters:
sapMarketToCatalogMappingModelGenericDao- the sapMarketToCatalogMappingModelGenericDao to set
-
getSapRevenueCloudCustomerOutboundService
- Returns:
- the sapRevenueCloudCustomerOutboundService
-
setSapRevenueCloudCustomerOutboundService
public void setSapRevenueCloudCustomerOutboundService(SapRevenueCloudCustomerOutboundService sapRevenueCloudCustomerOutboundService) - Parameters:
sapRevenueCloudCustomerOutboundService- the sapRevenueCloudCustomerOutboundService to set
-