public class DefaultB2BRegistrationService extends java.lang.Object implements B2BRegistrationService
B2BRegistrationService| Constructor and Description |
|---|
DefaultB2BRegistrationService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EmailAddressModel> |
getEmailAddressesOfEmployees(java.util.List<EmployeeModel> employees)
Gets the contact email address of the specified list of employees
|
java.util.List<EmployeeModel> |
getEmployeesInUserGroup(java.lang.String userGroup)
Gets the list of employees that are part of a given user group
|
void |
setEmailService(EmailService emailService) |
void |
setRegistrationDao(B2BRegistrationDao registrationDao) |
public void setRegistrationDao(B2BRegistrationDao registrationDao)
registrationDao - the registrationDao to setpublic void setEmailService(EmailService emailService)
emailService - the emailService to setpublic java.util.List<EmployeeModel> getEmployeesInUserGroup(java.lang.String userGroup)
B2BRegistrationServicegetEmployeesInUserGroup in interface B2BRegistrationServiceuserGroup - The name of the user grouppublic java.util.List<EmailAddressModel> getEmailAddressesOfEmployees(java.util.List<EmployeeModel> employees)
B2BRegistrationServicegetEmailAddressesOfEmployees in interface B2BRegistrationServiceemployees - List of employees to get email address fromCopyright © 2018 SAP SE. All Rights Reserved.