Class DefaultBopisCustomerListSearchStrategy

java.lang.Object
de.hybris.platform.assistedserviceservices.strategy.DefaultBopisCustomerListSearchStrategy
All Implemented Interfaces:
CustomerListSearchStrategy

public class DefaultBopisCustomerListSearchStrategy extends Object implements CustomerListSearchStrategy
Concrete implementation of the customer list search strategy for getting a list of customers that have a consignment for a specific delivery PointOfService in a specific state. In other words it finds customers that are about to pickup an item from a specific store. The strategy will first query for groups for the supplied employee Uid. Second step will be making sure that these groups have stores associated to them, then collecting that stores and calling:
See Also:
  • Constructor Details

    • DefaultBopisCustomerListSearchStrategy

      public DefaultBopisCustomerListSearchStrategy()
  • Method Details