Class NoteAutoConfiguration
java.lang.Object
org.apache.fineract.portfolio.note.starter.NoteAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.note.service.NoteReadPlatformServicenoteReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) org.apache.fineract.portfolio.note.service.NoteWritePlatformServicenoteWritePlatformService(NoteRepository noteRepository, ClientRepositoryWrapper clientRepository, GroupRepository groupRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepositoryWrapper loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanTransactionRepository loanTransactionRepository, NoteCommandFromApiJsonDeserializer fromApiJsonDeserializer, org.apache.fineract.portfolio.savings.domain.SavingsAccountRepository savingsAccountRepository)
-
Constructor Details
-
NoteAutoConfiguration
public NoteAutoConfiguration()
-
-
Method Details
-
noteReadPlatformService
@Bean @ConditionalOnMissingBean public org.apache.fineract.portfolio.note.service.NoteReadPlatformService noteReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
noteWritePlatformService
@Bean @ConditionalOnMissingBean public org.apache.fineract.portfolio.note.service.NoteWritePlatformService noteWritePlatformService(NoteRepository noteRepository, ClientRepositoryWrapper clientRepository, GroupRepository groupRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepositoryWrapper loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanTransactionRepository loanTransactionRepository, NoteCommandFromApiJsonDeserializer fromApiJsonDeserializer, org.apache.fineract.portfolio.savings.domain.SavingsAccountRepository savingsAccountRepository)
-