Class DefaultSearchQueryTemplatePopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultSearchQueryTemplatePopulator
-
- All Implemented Interfaces:
Populator<SolrSearchQueryTemplateModel,SearchQueryTemplate>
public class DefaultSearchQueryTemplatePopulator extends java.lang.Object implements Populator<SolrSearchQueryTemplateModel,SearchQueryTemplate>
-
-
Constructor Summary
Constructors Constructor Description DefaultSearchQueryTemplatePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(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)
-
-
-
Method Detail
-
populate
public void populate(SolrSearchQueryTemplateModel source, SearchQueryTemplate target)
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)
-
-