Class AttendanceManager

java.lang.Object
attendance.manager.AttendanceManager
All Implemented Interfaces:
AttendanceManagement

public class AttendanceManager extends Object implements AttendanceManagement
Manages attendance-related operations. This class provides methods for logging time in and time out, adding and updating attendance records, retrieving attendance records, and retrieving attendance records for specific employees or periods. Utilizes interfaces AttendanceDataService, and AttendanceManagement for data access and management.

Available methods: