Interface B2CCustomerHelper
-
- All Known Implementing Classes:
DefaultB2CCustomerHelper
public interface B2CCustomerHelperHelper for synchronizing the B2C customer replication with the order replication process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdetermineB2CCustomer(OrderModel order)Determine the SAP customer ID of the customer who created the ordervoidprocessWaitingCustomerOrders(java.lang.String customerID)
-
-
-
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)
-
-