Class BackofficeIndexedPropertyPopulator
java.lang.Object
com.hybris.backoffice.solrsearch.populators.BackofficeIndexedPropertyPopulator
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class BackofficeIndexedPropertyPopulator
extends Object
implements Populator<SolrIndexedPropertyModel,IndexedProperty>
Populates indexed properties added by backofficesolrsearch.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SolrIndexedPropertyModel solrIndexedPropertyModel, IndexedProperty indexedProperty) Populate the target instance with values from the source instance.
-
Constructor Details
-
BackofficeIndexedPropertyPopulator
public BackofficeIndexedPropertyPopulator()
-
-
Method Details
-
populate
public void populate(SolrIndexedPropertyModel solrIndexedPropertyModel, IndexedProperty indexedProperty) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrIndexedPropertyModel,IndexedProperty> - Parameters:
solrIndexedPropertyModel- the source objectindexedProperty- the target to fill- Throws:
ConversionException- if an error occurs
-