Class ReportMailingJobRunHistoryReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.service.ReportMailingJobRunHistoryReadPlatformServiceImpl
- All Implemented Interfaces:
ReportMailingJobRunHistoryReadPlatformService
@Service
public class ReportMailingJobRunHistoryReadPlatformServiceImpl
extends Object
implements ReportMailingJobRunHistoryReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionReportMailingJobRunHistoryReadPlatformServiceImpl(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 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
-
Constructor Details
-
ReportMailingJobRunHistoryReadPlatformServiceImpl
@Autowired public ReportMailingJobRunHistoryReadPlatformServiceImpl(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
-
retrieveRunHistoryByJobId
public org.apache.fineract.infrastructure.core.service.Page<ReportMailingJobRunHistoryData> retrieveRunHistoryByJobId(Long reportMailingJobId, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) Description copied from interface:ReportMailingJobRunHistoryReadPlatformServiceRetrieve all report mailing run history with similar job id to the one passed- Specified by:
retrieveRunHistoryByJobIdin interfaceReportMailingJobRunHistoryReadPlatformService- Parameters:
reportMailingJobId- ReportMailingJob identifiersearchParameters-SearchParametersobject- Returns:
- collection of
ReportMailingJobRunHistoryDataobjects
-