Class DefaultB2BRegistrationDao
- java.lang.Object
-
- de.hybris.platform.secureportaladdon.dao.impl.DefaultB2BRegistrationDao
-
- All Implemented Interfaces:
B2BRegistrationDao
public class DefaultB2BRegistrationDao extends java.lang.Object implements B2BRegistrationDao
Default implementation ofB2BRegistrationDaothat deals with registration specific elements
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BRegistrationDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EmployeeModel>getEmployeesInUserGroup(java.lang.String userGroup)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
- Parameters:
flexibleSearchService- the flexibleSearchService to set
-
getEmployeesInUserGroup
public java.util.List<EmployeeModel> getEmployeesInUserGroup(java.lang.String userGroup)
- Specified by:
getEmployeesInUserGroupin interfaceB2BRegistrationDao- Parameters:
userGroup- The user group to look for- Returns:
- All employees that are part of the specified user group
-
-