public class ReferralRecruitmentServiceImpl extends Object implements RecruitmentService
Constructor and Description |
---|
ReferralRecruitmentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
String |
recruitEmployees(String companyName,
String departmentName,
int numberOfRecruitments) |
public String recruitEmployees(String companyName, String departmentName, int numberOfRecruitments)
recruitEmployees
in interface RecruitmentService
companyName
- The name of the companydepartmentName
- The targeted departmentnumberOfRecruitments
- The number of successful job findsCopyright © 2017 gregswindle. All rights reserved.