Interface PortfolioAccountReadPlatformService
- All Known Implementing Classes:
PortfolioAccountReadPlatformServiceImpl
public interface PortfolioAccountReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.fineract.portfolio.account.data.PortfolioAccountData> retrieveAllForLookup(PortfolioAccountDTO portfolioAccountDTO) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretrieveOne(Long accountId, Integer accountTypeId) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretrieveOne(Long accountId, Integer accountTypeId, String currencyCode) org.apache.fineract.portfolio.account.data.PortfolioAccountDataretrieveOneByPaidInAdvance(Long accountId, Integer accountTypeId)
-
Method Details
-
retrieveOne
-
retrieveOne
-
retrieveAllForLookup
Collection<org.apache.fineract.portfolio.account.data.PortfolioAccountData> retrieveAllForLookup(PortfolioAccountDTO portfolioAccountDTO) -
retrieveOneByPaidInAdvance
-