Class DefaultB2CCustomerHelper
- java.lang.Object
-
- de.hybris.platform.sap.orderexchange.outbound.impl.DefaultB2CCustomerHelper
-
- All Implemented Interfaces:
B2CCustomerHelper
public class DefaultB2CCustomerHelper extends java.lang.Object implements B2CCustomerHelper
Helper class for b2c customer processes within order
-
-
Constructor Summary
Constructors Constructor Description DefaultB2CCustomerHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdetermineB2CCustomer(OrderModel order)Determine the SAP customer ID of the customer who created the orderBusinessProcessServicegetBusinessProcessService()FlexibleSearchServicegetFlexibleSearchService()SAPGlobalConfigurationServicegetsAPGlobalConfigurationService()voidprocessWaitingCustomerOrders(java.lang.String customerID)voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService)
-
-
-
Method Detail
-
getBusinessProcessService
public BusinessProcessService getBusinessProcessService()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
getsAPGlobalConfigurationService
public SAPGlobalConfigurationService getsAPGlobalConfigurationService()
-
setsAPGlobalConfigurationService
public void setsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService)
-
determineB2CCustomer
public java.lang.String determineB2CCustomer(OrderModel order)
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 FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
processWaitingCustomerOrders
public void processWaitingCustomerOrders(java.lang.String customerID)
- Specified by:
processWaitingCustomerOrdersin interfaceB2CCustomerHelper
-
-