Class CommandsConfiguration
java.lang.Object
org.apache.fineract.commands.starter.CommandsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauditReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, AppUserReadPlatformService appUserReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, ClientReadPlatformService clientReadPlatformService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, StaffReadPlatformService staffReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.data.PaginationParametersDataValidator paginationParametersDataValidator, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, org.apache.fineract.portfolio.savings.service.DepositProductReadPlatformService depositProductReadPlatformService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.security.service.SqlValidator sqlValidator)
-
Constructor Details
-
CommandsConfiguration
public CommandsConfiguration()
-
-
Method Details
-
auditReadPlatformService
@Bean @ConditionalOnMissingBean(AuditReadPlatformService.class) public AuditReadPlatformService auditReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper, AppUserReadPlatformService appUserReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, ClientReadPlatformService clientReadPlatformService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, StaffReadPlatformService staffReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.data.PaginationParametersDataValidator paginationParametersDataValidator, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, org.apache.fineract.portfolio.savings.service.DepositProductReadPlatformService depositProductReadPlatformService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.security.service.SqlValidator sqlValidator)
-