Class PortfolioAccountReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.account.service.PortfolioAccountReadPlatformServiceImpl
- All Implemented Interfaces:
PortfolioAccountReadPlatformService
public class PortfolioAccountReadPlatformServiceImpl
extends Object
implements PortfolioAccountReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionPortfolioAccountReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
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)
-
Constructor Details
-
PortfolioAccountReadPlatformServiceImpl
public PortfolioAccountReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator)
-
-
Method Details
-
retrieveOne
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOne(Long accountId, Integer accountTypeId) - Specified by:
retrieveOnein interfacePortfolioAccountReadPlatformService
-
retrieveOne
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOne(Long accountId, Integer accountTypeId, String currencyCode) - Specified by:
retrieveOnein interfacePortfolioAccountReadPlatformService
-
retrieveAllForLookup
public Collection<org.apache.fineract.portfolio.account.data.PortfolioAccountData> retrieveAllForLookup(PortfolioAccountDTO portfolioAccountDTO) - Specified by:
retrieveAllForLookupin interfacePortfolioAccountReadPlatformService
-
retrieveOneByPaidInAdvance
public org.apache.fineract.portfolio.account.data.PortfolioAccountData retrieveOneByPaidInAdvance(Long accountId, Integer accountTypeId) - Specified by:
retrieveOneByPaidInAdvancein interfacePortfolioAccountReadPlatformService
-