public class AgencyRecruitmentServiceImpl extends Object implements RecruitmentService
| Constructor and Description |
|---|
AgencyRecruitmentServiceImpl() |
| 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 RecruitmentServicecompanyName - The name of the companydepartmentName - The targeted departmentnumberOfRecruitments - The number of successful job findsCopyright © 2017 gregswindle. All rights reserved.