Class EmployeeManager

java.lang.Object
employee.manager.EmployeeManager
All Implemented Interfaces:
EmployeeManagement

public class EmployeeManager extends Object implements EmployeeManagement
Manages employee-related operations. This class provides methods for adding, updating, and terminating employee records, retrieving employee records, and retrieving employee IDs and lists. Utilizes interfaces EmployeeDataService and EmployeeManagement for data access and management.

Available methods: