Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrSearchQueryTemplateModel
-
Packages that use SolrSearchQueryTemplateModel 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 SolrSearchQueryTemplateModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrSearchQueryTemplateModel Modifier and Type Method Description voidDefaultSearchQueryTemplatePopulator. populate(SolrSearchQueryTemplateModel source, SearchQueryTemplate target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrSearchQueryTemplateModel Modifier and Type Method Description voidDefaultIndexedTypePopulator. setSolrSearchQueryTemplateConverter(Converter<SolrSearchQueryTemplateModel,SearchQueryTemplate> solrSearchQueryTemplateConverter) -
Uses of SolrSearchQueryTemplateModel in de.hybris.platform.solrfacetsearch.interceptors
Methods in de.hybris.platform.solrfacetsearch.interceptors with parameters of type SolrSearchQueryTemplateModel Modifier and Type Method Description voidSolrSearchQueryTemplateValidateInterceptor. onValidate(SolrSearchQueryTemplateModel solrSearchQueryTemplate, InterceptorContext interceptorContext) -
Uses of SolrSearchQueryTemplateModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrSearchQueryTemplateModel Modifier and Type Method Description SolrSearchQueryTemplateModelSolrSearchQueryPropertyModel. getSearchQueryTemplate()Generated method - Getter of theSolrSearchQueryProperty.searchQueryTemplateattribute defined at extensionsolrfacetsearch.SolrSearchQueryTemplateModelSolrSearchQuerySortModel. getSearchQueryTemplate()Generated method - Getter of theSolrSearchQuerySort.searchQueryTemplateattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSearchQueryTemplateModel Modifier and Type Method Description voidSolrSearchQueryPropertyModel. setSearchQueryTemplate(SolrSearchQueryTemplateModel value)Generated method - Initial setter ofSolrSearchQueryProperty.searchQueryTemplateattribute defined at extensionsolrfacetsearch.voidSolrSearchQuerySortModel. setSearchQueryTemplate(SolrSearchQueryTemplateModel value)Generated method - Initial setter ofSolrSearchQuerySort.searchQueryTemplateattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSearchQueryTemplateModel Constructor Description SolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty, SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQuerySortModel(ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQuerySortModel(SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrSearchQueryTemplateModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrSearchQueryTemplateModel Modifier and Type Method Description java.util.Collection<SolrSearchQueryTemplateModel>SolrIndexedTypeModel. getSearchQueryTemplates()Generated method - Getter of theSolrIndexedType.searchQueryTemplatesattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrSearchQueryTemplateModel Modifier and Type Method Description voidSolrIndexedTypeModel. setSearchQueryTemplates(java.util.Collection<SolrSearchQueryTemplateModel> value)Generated method - Setter ofSolrIndexedType.searchQueryTemplatesattribute defined at extensionsolrfacetsearch.
-