Interface MPMLinkReportService


public interface MPMLinkReportService
Service to export report to excel.

Supported API: true
  • Method Details

    • generateXLSReport

      MPMLReportResult generateXLSReport(ReportParams params) throws WTException
      This service will generate excel report for provided inputs. Typical inputs for the service are seed, upstreamNC, downstreamNC and type of report you want.

      Supported API: true
      Parameters:
      params -
      Returns:
      Throws:
      WTException