Class OrganisationMonetaryConfiguration
java.lang.Object
org.apache.fineract.organisation.monetary.starter.OrganisationMonetaryConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.organisation.monetary.service.CurrencyReadPlatformServicecurrencyReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) org.apache.fineract.organisation.monetary.service.CurrencyWritePlatformServicecurrencyWritePlatformService(org.apache.fineract.organisation.monetary.domain.ApplicationCurrencyRepositoryWrapper applicationCurrencyRepository, org.apache.fineract.organisation.monetary.domain.OrganisationCurrencyRepository organisationCurrencyRepository, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeService) org.apache.fineract.organisation.monetary.service.OrganisationCurrencyReadPlatformServiceorganisationCurrencyReadPlatformService(org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService)
-
Constructor Details
-
OrganisationMonetaryConfiguration
public OrganisationMonetaryConfiguration()
-
-
Method Details
-
currencyReadPlatformService
@Bean @ConditionalOnMissingBean(org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService.class) public org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
currencyWritePlatformService
@Bean @ConditionalOnMissingBean(org.apache.fineract.organisation.monetary.service.CurrencyWritePlatformService.class) public org.apache.fineract.organisation.monetary.service.CurrencyWritePlatformService currencyWritePlatformService(org.apache.fineract.organisation.monetary.domain.ApplicationCurrencyRepositoryWrapper applicationCurrencyRepository, org.apache.fineract.organisation.monetary.domain.OrganisationCurrencyRepository organisationCurrencyRepository, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeService) -
organisationCurrencyReadPlatformService
@Bean @ConditionalOnMissingBean(org.apache.fineract.organisation.monetary.service.OrganisationCurrencyReadPlatformService.class) public org.apache.fineract.organisation.monetary.service.OrganisationCurrencyReadPlatformService organisationCurrencyReadPlatformService(org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService)
-