Interface CreditReportWritePlatformService

All Known Implementing Classes:
CreditReportWritePlatformServiceImpl

public interface CreditReportWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    addCreditReport(Long creditBureauId, File creditReport, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteCreditReport(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    getCreditReport(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    saveCreditReport(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

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveCreditReport(Long organisationCreditBureauId, String nationalId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteCreditReport

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCreditReport(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • addCreditReport

      String addCreditReport(Long creditBureauId, File creditReport, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail)