Interface ReportMailingJobReadPlatformService
- All Known Implementing Classes:
ReportMailingJobReadPlatformServiceImpl
public interface ReportMailingJobReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all active report mailing jobs that have their isDeleted property set to 0org.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 0retrieveReportMailingJob(Long reportMailingJobId) Retrieve a report mailing job that has the isDeleted property set to 0Retrieve the report mailing job enumeration/dropdown options
-
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
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
-