Class DefaultSearchQueryTemplatePopulator
java.lang.Object
de.hybris.platform.solrfacetsearch.converters.populator.DefaultSearchQueryTemplatePopulator
- All Implemented Interfaces:
Populator<SolrSearchQueryTemplateModel,SearchQueryTemplate>
public class DefaultSearchQueryTemplatePopulator
extends Object
implements Populator<SolrSearchQueryTemplateModel,SearchQueryTemplate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SolrSearchQueryTemplateModel source, SearchQueryTemplate target) Populate the target instance with values from the source instance.voidsetIndexedPropertyConverter(Converter<SolrIndexedPropertyModel, IndexedProperty> indexedPropertyConverter) voidsetSolrSearchQueryPropertyConverter(Converter<SolrSearchQueryPropertyModel, SearchQueryProperty> solrSearchQueryPropertyConverter) voidsetSolrSearchQuerySortConverter(Converter<SolrSearchQuerySortModel, SearchQuerySort> solrSearchQuerySortConverter)
-
Constructor Details
-
DefaultSearchQueryTemplatePopulator
public DefaultSearchQueryTemplatePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrSearchQueryTemplateModel,SearchQueryTemplate> - Parameters:
source- the source objecttarget- the target to fill
-
setIndexedPropertyConverter
public void setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel, IndexedProperty> indexedPropertyConverter) -
setSolrSearchQueryPropertyConverter
public void setSolrSearchQueryPropertyConverter(Converter<SolrSearchQueryPropertyModel, SearchQueryProperty> solrSearchQueryPropertyConverter) -
setSolrSearchQuerySortConverter
public void setSolrSearchQuerySortConverter(Converter<SolrSearchQuerySortModel, SearchQuerySort> solrSearchQuerySortConverter)
-