Uses of Class
de.hybris.platform.adaptivesearch.data.AsExpressionData
-
-
Uses of AsExpressionData in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return types with arguments of type AsExpressionData Modifier and Type Method Description java.util.List<AsExpressionData>AsSearchProvider. getSupportedSortExpressions(java.lang.String indexType)Returns a list of expressions for a given index type that can be used for sorts. -
Uses of AsExpressionData in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsExpressionData Modifier and Type Method Description java.util.List<AsExpressionData>DefaultAsSearchProviderFactory.CombinedSearchProvider. getSupportedSortExpressions(java.lang.String indexType)java.util.List<AsExpressionData>MockAsSearchProvider. getSupportedSortExpressions(java.lang.String indexType) -
Uses of AsExpressionData in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return types with arguments of type AsExpressionData Modifier and Type Method Description java.util.List<AsExpressionData>AsSortExpressionDataProvider. getData(java.util.Map<java.lang.String,java.lang.Object> parameters)Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type AsExpressionData Modifier and Type Method Description java.lang.StringAsSortExpressionDataProvider. getLabel(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters)java.lang.StringAsSortExpressionDataProvider. getValue(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters) -
Uses of AsExpressionData in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return AsExpressionData Modifier and Type Method Description protected AsExpressionDataSolrAsSearchProvider. convertSortExpression(SolrIndexedPropertyModel source)protected AsExpressionDataSolrAsSearchProvider. createScoreSortExpression()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type AsExpressionData Modifier and Type Method Description java.util.List<AsExpressionData>SolrAsSearchProvider. getSupportedSortExpressions(java.lang.String indexType)Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type AsExpressionData Modifier and Type Method Description protected intSolrAsSearchProvider. compareSortExpressions(AsExpressionData expression1, AsExpressionData expression2)
-