Uses of Class
de.hybris.platform.solrfacetsearch.config.SearchQueryProperty
-
Packages that use SearchQueryProperty Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator -
-
Uses of SearchQueryProperty in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type SearchQueryProperty Modifier and Type Method Description java.util.Map<java.lang.String,SearchQueryProperty>SearchQueryTemplate. getSearchQueryProperties()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type SearchQueryProperty Modifier and Type Method Description voidSearchQueryTemplate. setSearchQueryProperties(java.util.Map<java.lang.String,SearchQueryProperty> searchQueryProperties) -
Uses of SearchQueryProperty in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SearchQueryProperty Modifier and Type Method Description voidDefaultSearchQueryPropertyPopulator. populate(SolrSearchQueryPropertyModel source, SearchQueryProperty target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SearchQueryProperty Modifier and Type Method Description voidDefaultSearchQueryTemplatePopulator. setSolrSearchQueryPropertyConverter(Converter<SolrSearchQueryPropertyModel,SearchQueryProperty> solrSearchQueryPropertyConverter)
-