Interface B2BRegistrationDao
-
- All Known Implementing Classes:
DefaultB2BRegistrationDao
public interface B2BRegistrationDaoDAO with B2B registration specific methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<EmployeeModel>getEmployeesInUserGroup(java.lang.String userGroup)
-
-
-
Method Detail
-
getEmployeesInUserGroup
java.util.List<EmployeeModel> getEmployeesInUserGroup(java.lang.String userGroup)
- Parameters:
userGroup- The user group to look for- Returns:
- All employees that are part of the specified user group
-
-