Class SapCustomerIdMatchingStrategy
java.lang.Object
com.sap.hybris.sapcustomerb2c.strategy.SapCustomerIdMatchingStrategy
- All Implemented Interfaces:
de.hybris.platform.commerceservices.strategies.UserPropertyMatchingStrategy
public class SapCustomerIdMatchingStrategy
extends Object
implements de.hybris.platform.commerceservices.strategies.UserPropertyMatchingStrategy
SAP customer ID matching strategy implementation for
UserPropertyMatchingStrategy.
The customerId pattern used in OCC should match the customerId pattern generated by the sapCustomerIdGenerator.-
Constructor Summary
ConstructorsConstructorDescriptionSapCustomerIdMatchingStrategy(de.hybris.platform.commerceservices.customer.CustomerService customerService) -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.commerceservices.customer.CustomerServicegetUserByProperty(String propertyValue, Class<T> clazz) protected booleanisSupported(String propertyValue, Class<?> clazz)
-
Constructor Details
-
SapCustomerIdMatchingStrategy
public SapCustomerIdMatchingStrategy(de.hybris.platform.commerceservices.customer.CustomerService customerService)
-
-
Method Details
-
getUserByProperty
- Specified by:
getUserByPropertyin interfacede.hybris.platform.commerceservices.strategies.UserPropertyMatchingStrategy
-
isSupported
-
getCustomerService
public de.hybris.platform.commerceservices.customer.CustomerService getCustomerService()
-