Class DefaultB2BRegistrationDao

java.lang.Object
de.hybris.platform.b2b.dao.impl.DefaultB2BRegistrationDao
All Implemented Interfaces:
B2BRegistrationDao

public class DefaultB2BRegistrationDao extends Object implements B2BRegistrationDao
Default implementation of B2BRegistrationDao that deals with registration specific elements
  • Constructor Details

    • DefaultB2BRegistrationDao

      public DefaultB2BRegistrationDao()
  • Method Details

    • setFlexibleSearchService

      public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
      Parameters:
      flexibleSearchService - the flexibleSearchService to set
    • getEmployeesInUserGroup

      public List<EmployeeModel> getEmployeesInUserGroup(String userGroup)
      Specified by:
      getEmployeesInUserGroup in interface B2BRegistrationDao
      Parameters:
      userGroup - The user group to look for
      Returns:
      All employees that are part of the specified user group