Class CommandsConfiguration

java.lang.Object
org.apache.fineract.commands.starter.CommandsConfiguration

@Configuration public class CommandsConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)