Class SelfPocketsConfiguration
java.lang.Object
org.apache.fineract.portfolio.self.pockets.starter.SelfPocketsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountEntityServiceFactory(Set<AccountEntityService> accountEntityServices) accountEntityServiceForLoanImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AppuserLoansMapperReadService appuserLoansMapperReadService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService) accountEntityServiceForSavingsImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AppuserSavingsMapperReadService appuserSavingsMapperReadService, org.apache.fineract.portfolio.savings.service.SavingsAccountReadPlatformService savingsAccountReadPlatformService) accountEntityServiceForShareAccountsImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AppUserShareAccountsMapperReadPlatformService appUserShareAccountsMapperReadPlatformService, ShareAccountReadPlatformService shareAccountReadPlatformService) pocketAccountMappingReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, PocketRepositoryWrapper pocketRepositoryWrapper, PocketAccountMappingRepositoryWrapper pocketAccountMappingRepositoryWrapper) pocketWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, PocketDataValidator pocketDataValidator, AccountEntityServiceFactory accountEntityServiceFactory, PocketRepositoryWrapper pocketRepositoryWrapper, PocketAccountMappingRepositoryWrapper pocketAccountMappingRepositoryWrapper, PocketAccountMappingReadPlatformService pocketAccountMappingReadPlatformService)
-
Constructor Details
-
SelfPocketsConfiguration
public SelfPocketsConfiguration()
-
-
Method Details
-
accountEntityServiceFactory
@Bean @Scope("singleton") @ConditionalOnMissingBean(AccountEntityServiceFactory.class) public AccountEntityServiceFactory accountEntityServiceFactory(Set<AccountEntityService> accountEntityServices) -
accountEntityServiceForLoanImpl
@Bean @ConditionalOnMissingBean(AccountEntityServiceForLoanImpl.class) public AccountEntityService accountEntityServiceForLoanImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AppuserLoansMapperReadService appuserLoansMapperReadService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService) -
accountEntityServiceForSavingsImpl
@Bean @ConditionalOnMissingBean(AccountEntityServiceForSavingsImpl.class) public AccountEntityService accountEntityServiceForSavingsImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AppuserSavingsMapperReadService appuserSavingsMapperReadService, org.apache.fineract.portfolio.savings.service.SavingsAccountReadPlatformService savingsAccountReadPlatformService) -
pocketAccountMappingReadPlatformService
@Bean @ConditionalOnMissingBean(PocketAccountMappingReadPlatformService.class) public PocketAccountMappingReadPlatformService pocketAccountMappingReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, PocketRepositoryWrapper pocketRepositoryWrapper, PocketAccountMappingRepositoryWrapper pocketAccountMappingRepositoryWrapper) -
pocketWritePlatformService
@Bean @ConditionalOnMissingBean(PocketWritePlatformService.class) public PocketWritePlatformService pocketWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, PocketDataValidator pocketDataValidator, AccountEntityServiceFactory accountEntityServiceFactory, PocketRepositoryWrapper pocketRepositoryWrapper, PocketAccountMappingRepositoryWrapper pocketAccountMappingRepositoryWrapper, PocketAccountMappingReadPlatformService pocketAccountMappingReadPlatformService)
-