Class TaxConfiguration

java.lang.Object
org.apache.fineract.portfolio.tax.starter.TaxConfiguration

@Configuration public class TaxConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    taxAssembler(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, org.apache.fineract.accounting.glaccount.domain.GLAccountRepositoryWrapper glAccountRepositoryWrapper, org.apache.fineract.portfolio.tax.domain.TaxComponentRepositoryWrapper taxComponentRepositoryWrapper)
     
    taxReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService accountingDropdownReadPlatformService)
     
    taxWritePlatformService(TaxValidator validator, TaxAssembler taxAssembler, org.apache.fineract.portfolio.tax.domain.TaxComponentRepository taxComponentRepository, org.apache.fineract.portfolio.tax.domain.TaxGroupRepository taxGroupRepository, org.apache.fineract.portfolio.tax.domain.TaxComponentRepositoryWrapper taxComponentRepositoryWrapper, org.apache.fineract.portfolio.tax.domain.TaxGroupRepositoryWrapper taxGroupRepositoryWrapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TaxConfiguration

      public TaxConfiguration()
  • Method Details

    • taxAssembler

      @Bean @ConditionalOnMissingBean(TaxAssembler.class) public TaxAssembler taxAssembler(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, org.apache.fineract.accounting.glaccount.domain.GLAccountRepositoryWrapper glAccountRepositoryWrapper, org.apache.fineract.portfolio.tax.domain.TaxComponentRepositoryWrapper taxComponentRepositoryWrapper)
    • taxReadPlatformService

      @Bean @ConditionalOnMissingBean(TaxReadPlatformService.class) public TaxReadPlatformService taxReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService accountingDropdownReadPlatformService)
    • taxWritePlatformService

      @Bean @ConditionalOnMissingBean(TaxWritePlatformService.class) public TaxWritePlatformService taxWritePlatformService(TaxValidator validator, TaxAssembler taxAssembler, org.apache.fineract.portfolio.tax.domain.TaxComponentRepository taxComponentRepository, org.apache.fineract.portfolio.tax.domain.TaxGroupRepository taxGroupRepository, org.apache.fineract.portfolio.tax.domain.TaxComponentRepositoryWrapper taxComponentRepositoryWrapper, org.apache.fineract.portfolio.tax.domain.TaxGroupRepositoryWrapper taxGroupRepositoryWrapper)