Interface GuarantorReadPlatformService

All Known Implementing Classes:
GuarantorReadPlatformServiceImpl

public interface GuarantorReadPlatformService
  • Method Details

    • retrieveGuarantorsForValidLoan

      List<GuarantorData> retrieveGuarantorsForValidLoan(Long loanId)
      Validates the passed in loanId before retrieving Guarantors for the same
      Parameters:
      loanId -
      Returns:
    • retrieveGuarantorsForLoan

      List<GuarantorData> retrieveGuarantorsForLoan(Long loanId)
      Methods Returns all Guarantors for a Given loan Id (if the loan Id is valid and Exists)
      Parameters:
      loanId -
      Returns:
    • retrieveGuarantor

      GuarantorData retrieveGuarantor(Long loanId, Long guarantorId)
    • retrieveObligeeDetails

      List<org.apache.fineract.portfolio.loanaccount.guarantor.data.ObligeeData> retrieveObligeeDetails(Long clientId)