Class CollectionSheetConfiguration
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.starter.CollectionSheetConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectionSheetReadPlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, CollectionSheetGenerateCommandFromApiJsonDeserializer collectionSheetGenerateCommandFromApiJsonDeserializer, CalendarRepositoryWrapper calendarRepositoryWrapper, AttendanceDropdownReadPlatformService attendanceDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, CalendarReadPlatformService calendarReadPlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, CalendarInstanceRepository calendarInstanceRepository, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) collectionSheetWritePlatformService(org.apache.fineract.portfolio.loanaccount.service.LoanWritePlatformService loanWritePlatformService, CollectionSheetBulkRepaymentCommandFromApiJsonDeserializer bulkRepaymentCommandFromApiJsonDeserializer, CollectionSheetBulkDisbursalCommandFromApiJsonDeserializer bulkDisbursalCommandFromApiJsonDeserializer, CollectionSheetTransactionDataValidator transactionDataValidator, MeetingWritePlatformService meetingWritePlatformService, DepositAccountAssembler accountAssembler, org.apache.fineract.portfolio.savings.service.DepositAccountWritePlatformService accountWritePlatformService, org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetailAssembler paymentDetailAssembler, org.apache.fineract.portfolio.paymentdetail.service.PaymentDetailWritePlatformService paymentDetailWritePlatformService)
-
Constructor Details
-
CollectionSheetConfiguration
public CollectionSheetConfiguration()
-
-
Method Details
-
collectionSheetReadPlatformService
@Bean @ConditionalOnMissingBean(CollectionSheetReadPlatformService.class) public CollectionSheetReadPlatformService collectionSheetReadPlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, CollectionSheetGenerateCommandFromApiJsonDeserializer collectionSheetGenerateCommandFromApiJsonDeserializer, CalendarRepositoryWrapper calendarRepositoryWrapper, AttendanceDropdownReadPlatformService attendanceDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, CalendarReadPlatformService calendarReadPlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, CalendarInstanceRepository calendarInstanceRepository, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
collectionSheetWritePlatformService
@Bean @ConditionalOnMissingBean(CollectionSheetWritePlatformService.class) public CollectionSheetWritePlatformService collectionSheetWritePlatformService(org.apache.fineract.portfolio.loanaccount.service.LoanWritePlatformService loanWritePlatformService, CollectionSheetBulkRepaymentCommandFromApiJsonDeserializer bulkRepaymentCommandFromApiJsonDeserializer, CollectionSheetBulkDisbursalCommandFromApiJsonDeserializer bulkDisbursalCommandFromApiJsonDeserializer, CollectionSheetTransactionDataValidator transactionDataValidator, MeetingWritePlatformService meetingWritePlatformService, DepositAccountAssembler accountAssembler, org.apache.fineract.portfolio.savings.service.DepositAccountWritePlatformService accountWritePlatformService, org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetailAssembler paymentDetailAssembler, org.apache.fineract.portfolio.paymentdetail.service.PaymentDetailWritePlatformService paymentDetailWritePlatformService)
-