Uses of Class
de.hybris.platform.adaptivesearch.data.AsIndexPropertyData
-
-
Uses of AsIndexPropertyData in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl that return AsIndexPropertyData Modifier and Type Method Description protected AsIndexPropertyDataSnAsSearchProvider. convertIndexProperty(SnField source)Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl that return types with arguments of type AsIndexPropertyData Modifier and Type Method Description java.util.List<AsIndexPropertyData>SnAsSearchProvider. getIndexProperties(java.lang.String indexTypeId)java.util.Optional<AsIndexPropertyData>SnAsSearchProvider. getIndexPropertyForCode(java.lang.String indexTypeId, java.lang.String id)java.util.List<AsIndexPropertyData>SnAsSearchProvider. getSupportedFacetIndexProperties(java.lang.String indexTypeId) -
Uses of AsIndexPropertyData in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return types with arguments of type AsIndexPropertyData Modifier and Type Method Description java.util.List<AsIndexPropertyData>AsSearchProvider. getIndexProperties(java.lang.String indexType)Returns a list of index properties for a given index type.java.util.Optional<AsIndexPropertyData>AsSearchProvider. getIndexPropertyForCode(java.lang.String indexType, java.lang.String code)Returns the index property for the provided code.java.util.List<AsIndexPropertyData>AsSearchProvider. getSupportedFacetIndexProperties(java.lang.String indexType)Deprecated. -
Uses of AsIndexPropertyData in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsIndexPropertyData Modifier and Type Method Description java.util.List<AsIndexPropertyData>DefaultAsSearchProviderFactory.CombinedSearchProvider. getIndexProperties(java.lang.String indexType)java.util.List<AsIndexPropertyData>MockAsSearchProvider. getIndexProperties(java.lang.String indexType)java.util.Optional<AsIndexPropertyData>DefaultAsSearchProviderFactory.CombinedSearchProvider. getIndexPropertyForCode(java.lang.String indexType, java.lang.String code)java.util.Optional<AsIndexPropertyData>MockAsSearchProvider. getIndexPropertyForCode(java.lang.String indexType, java.lang.String code)java.util.List<AsIndexPropertyData>DefaultAsSearchProviderFactory.CombinedSearchProvider. getSupportedFacetIndexProperties(java.lang.String indexType)java.util.List<AsIndexPropertyData>MockAsSearchProvider. getSupportedFacetIndexProperties(java.lang.String indexType)Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsIndexPropertyData Modifier and Type Method Description protected AsExpressionDataMockAsSearchProvider. createExpression(AsIndexPropertyData indexProperty) -
Uses of AsIndexPropertyData in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return types with arguments of type AsIndexPropertyData Modifier and Type Method Description java.util.List<AsIndexPropertyData>AsFacetIndexPropertyDataProvider. getData(java.util.Map<java.lang.String,java.lang.Object> parameters)Deprecated.java.util.List<AsIndexPropertyData>AsIndexPropertyDataProvider. getData(java.util.Map<java.lang.String,java.lang.Object> parameters)Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type AsIndexPropertyData Modifier and Type Method Description java.lang.StringAsFacetIndexPropertyDataProvider. getLabel(AsIndexPropertyData data, java.util.Map<java.lang.String,java.lang.Object> parameters)Deprecated.java.lang.StringAsIndexPropertyDataProvider. getLabel(AsIndexPropertyData data, java.util.Map<java.lang.String,java.lang.Object> parameters)java.lang.StringAsFacetIndexPropertyDataProvider. getValue(AsIndexPropertyData data, java.util.Map<java.lang.String,java.lang.Object> parameters)Deprecated.java.lang.StringAsIndexPropertyDataProvider. getValue(AsIndexPropertyData data, java.util.Map<java.lang.String,java.lang.Object> parameters)Method parameters in de.hybris.platform.adaptivesearchbackoffice.common.impl with type arguments of type AsIndexPropertyData Modifier and Type Method Description protected voidDefaultAsFacetUtils. localizeFacet(AbstractFacetConfigurationEditorData facet, java.util.Optional<AsIndexPropertyData> indexProperty) -
Uses of AsIndexPropertyData in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return AsIndexPropertyData Modifier and Type Method Description protected AsIndexPropertyDataSolrAsSearchProvider. convertIndexProperty(SolrIndexedPropertyModel source)Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type AsIndexPropertyData Modifier and Type Method Description java.util.List<AsIndexPropertyData>SolrAsSearchProvider. getIndexProperties(java.lang.String indexType)java.util.Optional<AsIndexPropertyData>SolrAsSearchProvider. getIndexPropertyForCode(java.lang.String indexType, java.lang.String code)java.util.List<AsIndexPropertyData>SolrAsSearchProvider. getSupportedFacetIndexProperties(java.lang.String indexType)Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type AsIndexPropertyData Modifier and Type Method Description protected intSolrAsSearchProvider. compareIndexProperties(AsIndexPropertyData indexProperty1, AsIndexPropertyData indexProperty2)
-