Uses of Interface
de.hybris.platform.commerceservices.strategies.UserPropertyMatchingStrategy
-
Packages that use UserPropertyMatchingStrategy Package Description de.hybris.platform.commerceservices.strategies.impl.user de.hybris.platform.commerceservices.user.impl -
-
Uses of UserPropertyMatchingStrategy in de.hybris.platform.commerceservices.strategies.impl.user
Classes in de.hybris.platform.commerceservices.strategies.impl.user that implement UserPropertyMatchingStrategy Modifier and Type Class Description classAlwaysNegativeUserPropertyMatchingStrategyExternal implementation strategy forUserPropertyMatchingStrategythat returns empty optional when searching for a user by a given property.classCustomerIdMatchingStrategyMatches the customer by the customerIdclassUserUIDMatchingStrategyMatches the user by the uid -
Uses of UserPropertyMatchingStrategy in de.hybris.platform.commerceservices.user.impl
Methods in de.hybris.platform.commerceservices.user.impl that return types with arguments of type UserPropertyMatchingStrategy Modifier and Type Method Description protected java.util.List<UserPropertyMatchingStrategy>DefaultUserMatchingService. getMatchingStrategies()Method parameters in de.hybris.platform.commerceservices.user.impl with type arguments of type UserPropertyMatchingStrategy Modifier and Type Method Description voidDefaultUserMatchingService. setMatchingStrategies(java.util.List<UserPropertyMatchingStrategy> matchingStrategies)
-