Class DefaultB2CCustomerHelper

java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultB2CCustomerHelper
All Implemented Interfaces:
B2CCustomerHelper

public class DefaultB2CCustomerHelper extends Object implements B2CCustomerHelper
Helper class for b2c customer processes within order
  • 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

      public SAPGlobalConfigurationService getsAPGlobalConfigurationService()
    • setsAPGlobalConfigurationService

      public void setsAPGlobalConfigurationService(SAPGlobalConfigurationService sAPGlobalConfigurationService)
    • determineB2CCustomer

      public String determineB2CCustomer(OrderModel order)
      Description copied from interface: B2CCustomerHelper
      Determine the SAP customer ID of the customer who created the order
      Specified by:
      determineB2CCustomer in interface B2CCustomerHelper
      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

      public void processWaitingCustomerOrders(String customerID)
      Specified by:
      processWaitingCustomerOrders in interface B2CCustomerHelper