Class ShareAccountsConfiguration
java.lang.Object
org.apache.fineract.portfolio.shareaccounts.start.ShareAccountsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountsCommandsService(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, ShareAccountDataSerializer shareAccountDataSerializer) purchasedSharesReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) shareAccountChargeReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) shareAccountDividendReadPlatformService(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) shareAccountReadPlatformService(org.springframework.context.ApplicationContext applicationContext, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, ShareProductDropdownReadPlatformService shareProductDropdownReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsAccountReadPlatformService savingsAccountReadPlatformService, ClientReadPlatformService clientReadPlatformService, ShareAccountChargeReadPlatformService shareAccountChargeReadPlatformService, PurchasedSharesReadPlatformService purchasedSharesReadPlatformService, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) shareAccountSchedularService(ShareAccountDividendRepository shareAccountDividendRepository, org.apache.fineract.portfolio.savings.service.SavingsAccountDomainService savingsAccountDomainService, SavingsAccountAssembler savingsAccountAssembler) shareAccountWritePlatformService(ShareAccountDataSerializer accountDataSerializer, ShareAccountRepositoryWrapper shareAccountRepository, ShareProductRepositoryWrapper shareProductRepository, AccountNumberGenerator accountNumberGenerator, AccountNumberFormatRepositoryWrapper accountNumberFormatRepository, JournalEntryWritePlatformService journalEntryWritePlatformService, NoteRepository noteRepository, org.apache.fineract.infrastructure.event.business.service.BusinessEventNotifierService businessEventNotifierService)
-
Constructor Details
-
ShareAccountsConfiguration
public ShareAccountsConfiguration()
-
-
Method Details