Class TaxConfiguration
java.lang.Object
org.apache.fineract.portfolio.tax.starter.TaxConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontaxAssembler(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)
-
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)
-