Class BackofficeIndexedPropertyPopulator
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.populators.BackofficeIndexedPropertyPopulator
-
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class BackofficeIndexedPropertyPopulator extends java.lang.Object implements Populator<SolrIndexedPropertyModel,IndexedProperty>
Populates indexed properties added by backofficesolrsearch.
-
-
Constructor Summary
Constructors Constructor Description BackofficeIndexedPropertyPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrIndexedPropertyModel solrIndexedPropertyModel, IndexedProperty indexedProperty)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
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
-
-