Class SearchConfiguration
java.lang.Object
org.apache.fineract.portfolio.search.starter.SearchConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearchReadPlatformService(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator)
-
Constructor Details
-
SearchConfiguration
public SearchConfiguration()
-
-
Method Details
-
searchReadPlatformService
@Bean @ConditionalOnMissingBean(SearchReadPlatformService.class) public SearchReadPlatformService searchReadPlatformService(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator)
-