Interface B2BRegistrationService
- All Known Implementing Classes:
DefaultB2BRegistrationService
public interface B2BRegistrationService
Service methods that are used by the B2B registration process
-
Method Summary
Modifier and TypeMethodDescriptiongetEmailAddressesOfEmployees(List<EmployeeModel> employees) Gets the contact email address of the specified list of employeesgetEmployeesInUserGroup(String userGroup) Gets the list of employees that are part of a given user group
-
Method Details
-
getEmployeesInUserGroup
Gets the list of employees that are part of a given user group- Parameters:
userGroup- The name of the user group- Returns:
- Employees within the user group
-
getEmailAddressesOfEmployees
Gets the contact email address of the specified list of employees- Parameters:
employees- List of employees to get email address from- Returns:
- List of email addresses. It is possible that the list is empty since employees are not required to have an email nor a contact address
-