Interface ReportWritePlatformService

All Known Implementing Classes:
ReportWritePlatformServiceImpl

public interface ReportWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createReport(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteReport(Long reportId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateReport(Long reportId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createReport

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createReport(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateReport

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateReport(Long reportId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteReport

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteReport(Long reportId)