Interface CounterReportsService

All Known Implementing Classes:
CounterReportsServiceImpl

public interface CounterReportsService
The Counter Reports SOAP web service interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.lockss.ws.entities.CounterReportResult
    getCounterReport(org.lockss.ws.entities.CounterReportParams reportParams)
    Provides a COUNTER report.
  • Method Details

    • getCounterReport

      org.lockss.ws.entities.CounterReportResult getCounterReport(org.lockss.ws.entities.CounterReportParams reportParams) throws org.lockss.ws.entities.LockssWebServicesFault
      Provides a COUNTER report.
      Parameters:
      reportParams - A CounterReportParams with the parameters of the requested COUNTER report.
      Returns:
      a CounterReportResult with the requested COUNTER report.
      Throws:
      org.lockss.ws.entities.LockssWebServicesFault - if there are problems.