Class TestBackofficeSolrTestingService
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.selenium.remote.TestBackofficeSolrTestingService
-
- All Implemented Interfaces:
BackofficeSolrTestingService
public class TestBackofficeSolrTestingService extends java.lang.Object implements BackofficeSolrTestingService
-
-
Field Summary
Fields Modifier and Type Field Description protected BackofficeFacetSearchConfigServicefacetSearchConfigServiceprotected IndexerServiceindexerService
-
Constructor Summary
Constructors Constructor Description TestBackofficeSolrTestingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackofficeFacetSearchConfigServicegetFacetSearchConfigService()IndexerServicegetIndexerService()voidreindexSolr()Triggers reindex on solr.voidsetFacetSearchConfigService(BackofficeFacetSearchConfigService facetSearchConfigService)voidsetIndexerService(IndexerService indexerService)
-
-
-
Field Detail
-
facetSearchConfigService
protected BackofficeFacetSearchConfigService facetSearchConfigService
-
indexerService
protected IndexerService indexerService
-
-
Method Detail
-
reindexSolr
public void reindexSolr()
Description copied from interface:BackofficeSolrTestingServiceTriggers reindex on solr.- Specified by:
reindexSolrin interfaceBackofficeSolrTestingService
-
getIndexerService
public IndexerService getIndexerService()
-
setIndexerService
public void setIndexerService(IndexerService indexerService)
-
getFacetSearchConfigService
public BackofficeFacetSearchConfigService getFacetSearchConfigService()
-
setFacetSearchConfigService
public void setFacetSearchConfigService(BackofficeFacetSearchConfigService facetSearchConfigService)
-
-