Interface B2CCustomerHelper

  • All Known Implementing Classes:
    DefaultB2CCustomerHelper

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

      • determineB2CCustomer

        java.lang.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​(java.lang.String customerID)