Interface GuarantorReadPlatformService
- All Known Implementing Classes:
GuarantorReadPlatformServiceImpl
public interface GuarantorReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionretrieveGuarantor(Long loanId, Long guarantorId) retrieveGuarantorsForLoan(Long loanId) Methods Returns all Guarantors for a Given loan Id (if the loan Id is valid and Exists)retrieveGuarantorsForValidLoan(Long loanId) Validates the passed in loanId before retrieving Guarantors for the sameList<org.apache.fineract.portfolio.loanaccount.guarantor.data.ObligeeData> retrieveObligeeDetails(Long clientId)
-
Method Details
-
retrieveGuarantorsForValidLoan
Validates the passed in loanId before retrieving Guarantors for the same- Parameters:
loanId-- Returns:
-
retrieveGuarantorsForLoan
Methods Returns all Guarantors for a Given loan Id (if the loan Id is valid and Exists)- Parameters:
loanId-- Returns:
-
retrieveGuarantor
-
retrieveObligeeDetails
-