Interface ReportMailingJobWritePlatformService

All Known Implementing Classes:
ReportMailingJobWritePlatformServiceImpl

public interface ReportMailingJobWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createReportMailingJob(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteReportMailingJob(Long reportMailingJobId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateReportMailingJob(Long reportMailingJobId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
  • Method Details

    • createReportMailingJob

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createReportMailingJob(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
    • updateReportMailingJob

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateReportMailingJob(Long reportMailingJobId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
    • deleteReportMailingJob

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteReportMailingJob(Long reportMailingJobId)