Class DefaultB2CCustomerHelper
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultB2CCustomerHelper
- All Implemented Interfaces:
B2CCustomerHelper
Helper class for b2c customer processes within order
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineB2CCustomer(OrderModel order) Determine the SAP customer ID of the customer who created the orderde.hybris.platform.processengine.BusinessProcessServicede.hybris.platform.servicelayer.search.FlexibleSearchServicevoidprocessWaitingCustomerOrders(String customerID) voidsetBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) voidsetFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) voidsetsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService)
-
Constructor Details
-
DefaultB2CCustomerHelper
public DefaultB2CCustomerHelper()
-
-
Method Details
-
getBusinessProcessService
public de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService() -
setBusinessProcessService
public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) -
getsAPGlobalConfigurationService
-
setsAPGlobalConfigurationService
public void setsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService) -
determineB2CCustomer
Description copied from interface:B2CCustomerHelperDetermine the SAP customer ID of the customer who created the order- Specified by:
determineB2CCustomerin interfaceB2CCustomerHelper- Returns:
- SAP Customer ID
-
getFlexibleSearchService
public de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService() -
setFlexibleSearchService
public void setFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) -
processWaitingCustomerOrders
- Specified by:
processWaitingCustomerOrdersin interfaceB2CCustomerHelper
-