Interface AccountAssociationsReadPlatformService
- All Known Implementing Classes:
AccountAssociationsReadPlatformServiceImpl
public interface AccountAssociationsReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisLinkedWithAnyActiveAccount(Long savingsId) retriveLoanAssociations(Long loanId, Integer associationType) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretriveLoanLinkedAssociation(Long loanId) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretriveSavingsAccount(Long savingsId) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretriveSavingsLinkedAssociation(Long savingsId)
-
Method Details
-
retriveLoanLinkedAssociation
org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveLoanLinkedAssociation(Long loanId) -
isLinkedWithAnyActiveAccount
-
retriveSavingsLinkedAssociation
org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveSavingsLinkedAssociation(Long savingsId) -
retriveLoanAssociations
-
retriveSavingsAccount
org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveSavingsAccount(Long savingsId)
-