Interface CreditReportWritePlatformService
- All Known Implementing Classes:
CreditReportWritePlatformServiceImpl
public interface CreditReportWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionaddCreditReport(Long creditBureauId, File creditReport, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteCreditReport(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultgetCreditReport(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultsaveCreditReport(Long organisationCreditBureauId, String nationalId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
getCreditReport
org.apache.fineract.infrastructure.core.data.CommandProcessingResult getCreditReport(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
saveCreditReport
-
deleteCreditReport
org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCreditReport(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
addCreditReport
-