Interface ReportService

  • All Known Implementing Classes:
    DefaultReportService

    public interface ReportService

    ReportService interface.

    Version:
    $Id: $
    Author:
    ranger
    • Method Detail

      • runReport

        java.lang.String runReport​(Report report,
                                   java.lang.String reportDirectory)
                            throws ReportRunException

        runReport

        Parameters:
        report - a Report object.
        reportDirectory - a String object.
        Returns:
        a String object.
        Throws:
        ReportRunException