Interface B2CCustomerHelper

All Known Implementing Classes:
DefaultB2CCustomerHelper

public interface B2CCustomerHelper
Helper for synchronizing the B2C customer replication with the order replication process
  • Method Details

    • determineB2CCustomer

      String determineB2CCustomer(OrderModel order)
      Determine the SAP customer ID of the customer who created the order
      Parameters:
      order -
      Returns:
      SAP Customer ID
    • processWaitingCustomerOrders

      void processWaitingCustomerOrders(String customerID)