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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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