Class AccountAssociationsReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.account.service.AccountAssociationsReadPlatformServiceImpl
- All Implemented Interfaces:
AccountAssociationsReadPlatformService
public class AccountAssociationsReadPlatformServiceImpl
extends Object
implements AccountAssociationsReadPlatformService
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
AccountAssociationsReadPlatformServiceImpl
public AccountAssociationsReadPlatformServiceImpl()
-
-
Method Details
-
retriveLoanLinkedAssociation
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveLoanLinkedAssociation(Long loanId) - Specified by:
retriveLoanLinkedAssociationin interfaceAccountAssociationsReadPlatformService
-
retriveLoanAssociations
public Collection<AccountAssociationsData> retriveLoanAssociations(Long loanId, Integer associationType) - Specified by:
retriveLoanAssociationsin interfaceAccountAssociationsReadPlatformService
-
retriveSavingsLinkedAssociation
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveSavingsLinkedAssociation(Long savingsId) - Specified by:
retriveSavingsLinkedAssociationin interfaceAccountAssociationsReadPlatformService
-
isLinkedWithAnyActiveAccount
- Specified by:
isLinkedWithAnyActiveAccountin interfaceAccountAssociationsReadPlatformService
-
retriveSavingsAccount
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retriveSavingsAccount(Long savingsId) - Specified by:
retriveSavingsAccountin interfaceAccountAssociationsReadPlatformService
-