Class GLIMAccountInfoReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformServiceImpl
- All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
public class GLIMAccountInfoReadPlatformServiceImpl
extends Object
implements org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccount(Long groupId) Collection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccountbyGroupAndAccount(Long groupId, String accountNo) Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupId(String groupId) Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupIdandAccountNo(String groupId, String accountNo) Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByParentAccountId(String parentAccountIds) Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGLIMId(Long glimId) Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGroupId(String groupId) Collection<org.apache.fineract.portfolio.loanaccount.data.GlimRepaymentTemplate> findglimRepaymentTemplate(Long glimId)
-
Constructor Details
-
GLIMAccountInfoReadPlatformServiceImpl
public GLIMAccountInfoReadPlatformServiceImpl()
-
-
Method Details
-
findGlimAccountsByGLIMId
public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGLIMId(Long glimId) - Specified by:
findGlimAccountsByGLIMIdin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccountsByGroupId
public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGroupId(String groupId) - Specified by:
findGlimAccountsByGroupIdin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccountByGroupId
public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupId(String groupId) - Specified by:
findGlimAccountByGroupIdin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccountByParentAccountId
public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByParentAccountId(String parentAccountIds) - Specified by:
findGlimAccountByParentAccountIdin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccountByGroupIdandAccountNo
public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupIdandAccountNo(String groupId, String accountNo) - Specified by:
findGlimAccountByGroupIdandAccountNoin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccount
public Collection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccount(Long groupId) - Specified by:
findGlimAccountin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findGlimAccountbyGroupAndAccount
public Collection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccountbyGroupAndAccount(Long groupId, String accountNo) - Specified by:
findGlimAccountbyGroupAndAccountin interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-
findglimRepaymentTemplate
public Collection<org.apache.fineract.portfolio.loanaccount.data.GlimRepaymentTemplate> findglimRepaymentTemplate(Long glimId) - Specified by:
findglimRepaymentTemplatein interfaceorg.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
-