Class ReportMailingJobReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.service.ReportMailingJobReadPlatformServiceImpl
- All Implemented Interfaces:
ReportMailingJobReadPlatformService
@Service
public class ReportMailingJobReadPlatformServiceImpl
extends Object
implements ReportMailingJobReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionReportMailingJobReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper) -
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
-
Constructor Details
-
ReportMailingJobReadPlatformServiceImpl
@Autowired public ReportMailingJobReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper)
-
-
Method Details
-
retrieveAllReportMailingJobs
public org.apache.fineract.infrastructure.core.service.Page<ReportMailingJobData> retrieveAllReportMailingJobs(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) Description copied from interface:ReportMailingJobReadPlatformServiceRetrieve all report mailing jobs that have the isDeleted property set to 0- Specified by:
retrieveAllReportMailingJobsin interfaceReportMailingJobReadPlatformService
-
retrieveAllActiveReportMailingJobs
Description copied from interface:ReportMailingJobReadPlatformServiceRetrieve all active report mailing jobs that have their isDeleted property set to 0- Specified by:
retrieveAllActiveReportMailingJobsin interfaceReportMailingJobReadPlatformService
-
retrieveReportMailingJob
Description copied from interface:ReportMailingJobReadPlatformServiceRetrieve a report mailing job that has the isDeleted property set to 0- Specified by:
retrieveReportMailingJobin interfaceReportMailingJobReadPlatformService
-
retrieveReportMailingJobEnumOptions
Description copied from interface:ReportMailingJobReadPlatformServiceRetrieve the report mailing job enumeration/dropdown options- Specified by:
retrieveReportMailingJobEnumOptionsin interfaceReportMailingJobReadPlatformService
-