Interface PortfolioAccountReadPlatformService

All Known Implementing Classes:
PortfolioAccountReadPlatformServiceImpl

public interface PortfolioAccountReadPlatformService
  • Method Details

    • retrieveOne

      org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOne(Long accountId, Integer accountTypeId)
    • retrieveOne

      org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOne(Long accountId, Integer accountTypeId, String currencyCode)
    • retrieveAllForLookup

      Collection<org.apache.fineract.portfolio.account.data.PortfolioAccountData> retrieveAllForLookup(PortfolioAccountDTO portfolioAccountDTO)
    • retrieveOneByPaidInAdvance

      org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOneByPaidInAdvance(Long accountId, Integer accountTypeId)