Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrSearchQueryPropertyModel
-
Packages that use SolrSearchQueryPropertyModel Package Description de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.interceptors de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrSearchQueryPropertyModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrSearchQueryPropertyModel 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 SolrSearchQueryPropertyModel Modifier and Type Method Description voidDefaultSearchQueryTemplatePopulator. setSolrSearchQueryPropertyConverter(Converter<SolrSearchQueryPropertyModel,SearchQueryProperty> solrSearchQueryPropertyConverter) -
Uses of SolrSearchQueryPropertyModel in de.hybris.platform.solrfacetsearch.interceptors
Methods in de.hybris.platform.solrfacetsearch.interceptors with parameters of type SolrSearchQueryPropertyModel Modifier and Type Method Description voidSolrSearchQueryPropertyValidateInterceptor. onValidate(SolrSearchQueryPropertyModel solrSearchQueryProperty, InterceptorContext interceptorContext) -
Uses of SolrSearchQueryPropertyModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return types with arguments of type SolrSearchQueryPropertyModel Modifier and Type Method Description java.util.Collection<SolrSearchQueryPropertyModel>SolrSearchQueryTemplateModel. getSearchQueryProperties()Generated method - Getter of theSolrSearchQueryTemplate.searchQueryPropertiesattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model with type arguments of type SolrSearchQueryPropertyModel Modifier and Type Method Description voidSolrSearchQueryTemplateModel. setSearchQueryProperties(java.util.Collection<SolrSearchQueryPropertyModel> value)Generated method - Setter ofSolrSearchQueryTemplate.searchQueryPropertiesattribute defined at extensionsolrfacetsearch. -
Uses of SolrSearchQueryPropertyModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrSearchQueryPropertyModel Modifier and Type Method Description java.util.Collection<SolrSearchQueryPropertyModel>SolrIndexedPropertyModel. getSearchQueryProperties()Generated method - Getter of theSolrIndexedProperty.searchQueryPropertiesattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrSearchQueryPropertyModel Modifier and Type Method Description voidSolrIndexedPropertyModel. setSearchQueryProperties(java.util.Collection<SolrSearchQueryPropertyModel> value)Generated method - Setter ofSolrIndexedProperty.searchQueryPropertiesattribute defined at extensionsolrfacetsearch.
-