Class ShareProductsConfiguration
java.lang.Object
org.apache.fineract.portfolio.shareproducts.starter.ShareProductsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshareProductCommandsService(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper) shareProductDividendAssembler(ShareProductReadPlatformService shareProductReadPlatformService, ShareAccountReadPlatformService shareAccountReadPlatformService) shareProductDividendReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) shareProductReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, ShareProductDropdownReadPlatformService shareProductDropdownReadPlatformService, org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService accountingDropdownReadPlatformService, org.apache.fineract.accounting.producttoaccountmapping.service.ProductToGLAccountMappingReadPlatformService accountMappingReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper shareProductDataPaginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) shareProductWritePlatformService(ShareProductRepositoryWrapper repository, ShareProductDataSerializer serializer, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, ShareProductDividentPayOutDetailsRepositoryWrapper shareProductDividentPayOutDetailsRepository, ShareProductDividendAssembler shareProductDividendAssembler, org.apache.fineract.accounting.producttoaccountmapping.service.ProductToGLAccountMappingWritePlatformService accountMappingWritePlatformService, org.apache.fineract.infrastructure.event.business.service.BusinessEventNotifierService businessEventNotifierService)
-
Constructor Details
-
ShareProductsConfiguration
public ShareProductsConfiguration()
-
-
Method Details