Class B2BCustomerListSearchStrategy

java.lang.Object
de.hybris.platform.b2b.strategies.impl.B2BCustomerListSearchStrategy
All Implemented Interfaces:
CustomerListSearchStrategy

public class B2BCustomerListSearchStrategy extends Object implements CustomerListSearchStrategy
Concrete implementation of the customer list search strategy for getting a list of b2b customers assigned to an employee through their common org unit association. The strategy will first query for the Sales Unit of which the employee is a member. Second step is to get the list of B2BUnits that are members of the same Sales Unit as the employee. In the end the strategy returns the list of all b2b customers that are members of the B2BUnits found in the previous step.
  • Field Details

  • Constructor Details

    • B2BCustomerListSearchStrategy

      public B2BCustomerListSearchStrategy()
  • Method Details