Interface ReportMailingJobReadPlatformService

All Known Implementing Classes:
ReportMailingJobReadPlatformServiceImpl

public interface ReportMailingJobReadPlatformService
  • Method Details

    • retrieveAllReportMailingJobs

      org.apache.fineract.infrastructure.core.service.Page<ReportMailingJobData> retrieveAllReportMailingJobs(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
      Retrieve all report mailing jobs that have the isDeleted property set to 0
    • retrieveReportMailingJob

      ReportMailingJobData retrieveReportMailingJob(Long reportMailingJobId)
      Retrieve a report mailing job that has the isDeleted property set to 0
    • retrieveReportMailingJobEnumOptions

      ReportMailingJobData retrieveReportMailingJobEnumOptions()
      Retrieve the report mailing job enumeration/dropdown options
    • retrieveAllActiveReportMailingJobs

      Collection<ReportMailingJobData> retrieveAllActiveReportMailingJobs()
      Retrieve all active report mailing jobs that have their isDeleted property set to 0