Class ReportWritePlatformServiceImpl

java.lang.Object
org.apache.fineract.infrastructure.dataqueries.service.ReportWritePlatformServiceImpl
All Implemented Interfaces:
ReportWritePlatformService

@Service public class ReportWritePlatformServiceImpl extends Object implements ReportWritePlatformService
  • Constructor Details

  • Method Details

    • createReport

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createReport(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createReport in interface ReportWritePlatformService
    • updateReport

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateReport(Long reportId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateReport in interface ReportWritePlatformService
    • deleteReport

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteReport(Long reportId)
      Specified by:
      deleteReport in interface ReportWritePlatformService