Class DefaultSolrChangesService
java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultSolrChangesService
- All Implemented Interfaces:
E2EChangesPropertiesService
Read dynamic SOLR configuration changes into properties file
-
Field Summary
Fields inherited from interface de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.E2EChangesPropertiesService
FULLSTOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()booleanisSorted()voidsaveToProperties(SolrFacetSearchConfigModel model, Properties prop, String name) voidsetNameFile(String nameFile) voidsetSolrFacetSearchConfigDao(SolrFacetSearchConfigDao solrFacetSearchConfigDao) voidsetSorted(boolean sorted)
-
Constructor Details
-
DefaultSolrChangesService
public DefaultSolrChangesService()
-
-
Method Details
-
getInfo
- Specified by:
getInfoin interfaceE2EChangesPropertiesService- Returns:
- collected dynamic configuration
-
saveToProperties
- Parameters:
model-name-prop-
-
getNameFile
- Specified by:
getNameFilein interfaceE2EChangesPropertiesService- Returns:
- name of destination file to be read by diagnostic agent basing on CCDB template
-
isSorted
public boolean isSorted()- Specified by:
isSortedin interfaceE2EChangesPropertiesService- Returns:
- should the properties be sorted
-
setSorted
public void setSorted(boolean sorted) - Parameters:
sorted- the sorted to set
-
setSolrFacetSearchConfigDao
- Parameters:
solrFacetSearchConfigDao- the solrFacetSearchConfigDao to set
-
setNameFile
- Parameters:
nameFile- the nameFile to set
-