Class OrganisationMonetaryConfiguration

java.lang.Object
org.apache.fineract.organisation.monetary.starter.OrganisationMonetaryConfiguration

@Configuration public class OrganisationMonetaryConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService
    currencyReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
     
    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)
     
    org.apache.fineract.organisation.monetary.service.OrganisationCurrencyReadPlatformService
    organisationCurrencyReadPlatformService(org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)