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 Details

    • GLIMAccountInfoReadPlatformServiceImpl

      public GLIMAccountInfoReadPlatformServiceImpl()
  • Method Details

    • findGlimAccountsByGLIMId

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGLIMId(Long glimId)
      Specified by:
      findGlimAccountsByGLIMId in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccountsByGroupId

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountsByGroupId(String groupId)
      Specified by:
      findGlimAccountsByGroupId in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccountByGroupId

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupId(String groupId)
      Specified by:
      findGlimAccountByGroupId in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccountByParentAccountId

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByParentAccountId(String parentAccountIds)
      Specified by:
      findGlimAccountByParentAccountId in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccountByGroupIdandAccountNo

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GroupLoanIndividualMonitoringAccountData> findGlimAccountByGroupIdandAccountNo(String groupId, String accountNo)
      Specified by:
      findGlimAccountByGroupIdandAccountNo in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccount

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccount(Long groupId)
      Specified by:
      findGlimAccount in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findGlimAccountbyGroupAndAccount

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GLIMContainer> findGlimAccountbyGroupAndAccount(Long groupId, String accountNo)
      Specified by:
      findGlimAccountbyGroupAndAccount in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService
    • findglimRepaymentTemplate

      public Collection<org.apache.fineract.portfolio.loanaccount.data.GlimRepaymentTemplate> findglimRepaymentTemplate(Long glimId)
      Specified by:
      findglimRepaymentTemplate in interface org.apache.fineract.portfolio.loanaccount.service.GLIMAccountInfoReadPlatformService