Interface PayrollReport

All Known Implementing Classes:
ReportGenerator

public interface PayrollReport
Defines the interface for generating payroll reports.

Available methods:

  • Method Summary

    Modifier and Type
    Method
    Description
    Generates the payroll report.
  • Method Details

    • generatePayrollReport

      List<String[]> generatePayrollReport(String reportPeriod) throws PayrollException
      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