Class RepaymentWithPostDatedChecksConfiguration
java.lang.Object
org.apache.fineract.portfolio.repaymentwithpostdatedchecks.starter.RepaymentWithPostDatedChecksConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrepaymentWithPostDatedChecksAssembler(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromJsonHelper) repaymentWithPostDatedChecksReadPlatformService(PostDatedChecksRepository postDatedChecksRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepository loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepaymentScheduleInstallmentRepository loanRepaymentScheduleInstallmentRepository) repaymentWithPostDatedChecksWritePlatformService(PostDatedChecksRepository postDatedChecksRepository, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, org.apache.fineract.portfolio.loanaccount.domain.LoanRepository loanRepository)
-
Constructor Details
-
RepaymentWithPostDatedChecksConfiguration
public RepaymentWithPostDatedChecksConfiguration()
-
-
Method Details
-
repaymentWithPostDatedChecksAssembler
@Bean @ConditionalOnMissingBean(RepaymentWithPostDatedChecksAssembler.class) public RepaymentWithPostDatedChecksAssembler repaymentWithPostDatedChecksAssembler(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromJsonHelper) -
repaymentWithPostDatedChecksReadPlatformService
@Bean @ConditionalOnMissingBean(RepaymentWithPostDatedChecksReadPlatformService.class) public RepaymentWithPostDatedChecksReadPlatformService repaymentWithPostDatedChecksReadPlatformService(PostDatedChecksRepository postDatedChecksRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepository loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepaymentScheduleInstallmentRepository loanRepaymentScheduleInstallmentRepository) -
repaymentWithPostDatedChecksWritePlatformService
@Bean @ConditionalOnMissingBean(RepaymentWithPostDatedChecksWritePlatformService.class) public RepaymentWithPostDatedChecksWritePlatformService repaymentWithPostDatedChecksWritePlatformService(PostDatedChecksRepository postDatedChecksRepository, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, org.apache.fineract.portfolio.loanaccount.domain.LoanRepository loanRepository)
-