- All Known Implementing Classes:
ReportGenerator
public interface PayrollReport
Defines the interface for generating payroll reports.
Available methods:
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePayrollReport
(String reportPeriod) Generates the payroll report.
-
Method Details
-
generatePayrollReport
Generates the payroll report.- Parameters:
reportPeriod
- the report period to be generated- Returns:
- a list of string arrays representing the report
- Throws:
PayrollException
- if an error occurs
-