Interface ReportMailingJobRunHistoryReadPlatformService
- All Known Implementing Classes:
ReportMailingJobRunHistoryReadPlatformServiceImpl
public interface ReportMailingJobRunHistoryReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.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 identifiersearchParameters-SearchParametersobject- Returns:
- collection of
ReportMailingJobRunHistoryDataobjects
-