Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexedPropertyModel
-
Packages that use SolrIndexedPropertyModel Package Description 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 SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelSolrSearchQueryTemplateModel. getGroupProperty()Generated method - Getter of theSolrSearchQueryTemplate.groupPropertyattribute defined at extensionsolrfacetsearch.SolrIndexedPropertyModelSolrSearchQueryPropertyModel. getIndexedProperty()Generated method - Getter of theSolrSearchQueryProperty.indexedPropertyattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrSearchQueryTemplateModel. setGroupProperty(SolrIndexedPropertyModel value)Generated method - Setter ofSolrSearchQueryTemplate.groupPropertyattribute defined at extensionsolrfacetsearch.voidSolrSearchQueryPropertyModel. setIndexedProperty(SolrIndexedPropertyModel value)Generated method - Initial setter ofSolrSearchQueryProperty.indexedPropertyattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedPropertyModel 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 parameters -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelSolrSearchConfigModel. getGroupingProperty()Generated method - Getter of theSolrSearchConfig.groupingPropertyattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexedPropertyModel Modifier and Type Method Description java.util.List<SolrIndexedPropertyModel>SolrValueRangeSetModel. getIndexedProperties()Generated method - Getter of theSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.java.util.List<SolrIndexedPropertyModel>SolrIndexedTypeModel. getSolrIndexedProperties()Generated method - Getter of theSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrSearchConfigModel. setGroupingProperty(SolrIndexedPropertyModel value)Generated method - Setter ofSolrSearchConfig.groupingPropertyattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrValueRangeSetModel. setIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)Generated method - Setter ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.voidSolrIndexedTypeModel. setSolrIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)Generated method - Setter ofSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch.
-