Package de.hybris.platform.b2b.dao.impl
Class DefaultB2BRegistrationDao
java.lang.Object
de.hybris.platform.b2b.dao.impl.DefaultB2BRegistrationDao
- All Implemented Interfaces:
B2BRegistrationDao
Default implementation of
B2BRegistrationDao that deals with registration specific elements-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmployeesInUserGroup(String userGroup) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultB2BRegistrationDao
public DefaultB2BRegistrationDao()
-
-
Method Details
-
setFlexibleSearchService
- Parameters:
flexibleSearchService- the flexibleSearchService to set
-
getEmployeesInUserGroup
- Specified by:
getEmployeesInUserGroupin interfaceB2BRegistrationDao- Parameters:
userGroup- The user group to look for- Returns:
- All employees that are part of the specified user group
-