Interface ReportMailingJobRunHistoryReadPlatformService

All Known Implementing Classes:
ReportMailingJobRunHistoryReadPlatformServiceImpl

public interface ReportMailingJobRunHistoryReadPlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.service.Page<ReportMailingJobRunHistoryData>
    retrieveRunHistoryByJobId(Long reportMailingJobId, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
    Retrieve all report mailing run history with similar job id to the one passed
  • Method Details

    • retrieveRunHistoryByJobId

      org.apache.fineract.infrastructure.core.service.Page<ReportMailingJobRunHistoryData> retrieveRunHistoryByJobId(Long reportMailingJobId, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
      Retrieve all report mailing run history with similar job id to the one passed
      Parameters:
      reportMailingJobId - ReportMailingJob identifier
      searchParameters - SearchParameters object
      Returns:
      collection of ReportMailingJobRunHistoryData objects