Uses of Interface
de.hybris.platform.commerceservices.customer.CustomerListSearchService
-
Packages that use CustomerListSearchService Package Description de.hybris.platform.commercefacades.customer.impl de.hybris.platform.commerceservices.customer.impl -
-
Uses of CustomerListSearchService in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return CustomerListSearchService Modifier and Type Method Description protected CustomerListSearchServiceDefaultCustomerListFacade. getCustomerListSearchService()Methods in de.hybris.platform.commercefacades.customer.impl with parameters of type CustomerListSearchService Modifier and Type Method Description voidDefaultCustomerListFacade. setCustomerListSearchService(CustomerListSearchService customerListSearchService) -
Uses of CustomerListSearchService in de.hybris.platform.commerceservices.customer.impl
Classes in de.hybris.platform.commerceservices.customer.impl that implement CustomerListSearchService Modifier and Type Class Description classDefaultCustomerListSearchServiceConcrete implementation for the customer list search service which internally uses strategies and delegate the actual search to the strategy
-