Interface ReportWritePlatformService
- All Known Implementing Classes:
ReportWritePlatformServiceImpl
public interface ReportWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateReport(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteReport(Long reportId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateReport(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
-