Uses of Class
de.hybris.platform.adaptivesearch.context.AsKeyword
-
Packages that use AsKeyword Package Description de.hybris.platform.adaptivesearch.context de.hybris.platform.adaptivesearch.context.impl de.hybris.platform.adaptivesearchsolr.listeners -
-
Uses of AsKeyword in de.hybris.platform.adaptivesearch.context
Methods in de.hybris.platform.adaptivesearch.context that return types with arguments of type AsKeyword Modifier and Type Method Description java.util.List<AsKeyword>AsSearchProfileContext. getKeywords()Returns the keywords.Method parameters in de.hybris.platform.adaptivesearch.context with type arguments of type AsKeyword Modifier and Type Method Description voidAsSearchProfileContext. setKeywords(java.util.List<AsKeyword> keywords)Sets the keywords. -
Uses of AsKeyword in de.hybris.platform.adaptivesearch.context.impl
Methods in de.hybris.platform.adaptivesearch.context.impl that return types with arguments of type AsKeyword Modifier and Type Method Description java.util.List<AsKeyword>DefaultAsSearchProfileContext. getKeywords()Method parameters in de.hybris.platform.adaptivesearch.context.impl with type arguments of type AsKeyword Modifier and Type Method Description voidDefaultAsSearchProfileContext. setKeywords(java.util.List<AsKeyword> keywords) -
Uses of AsKeyword in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return AsKeyword Modifier and Type Method Description protected AsKeywordSolrAsSearchProfileCalculationListener. convertKeyword(Keyword source)Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type AsKeyword Modifier and Type Method Description protected java.util.List<AsKeyword>SolrAsSearchProfileCalculationListener. convertKeywords(java.util.List<Keyword> keywords)
-