Uses of Class
de.hybris.platform.commerceservices.search.facetdata.SpellingSuggestionData
-
-
Uses of SpellingSuggestionData in de.hybris.platform.commercefacades.search.converters.populator
Methods in de.hybris.platform.commercefacades.search.converters.populator that return types with arguments of type SpellingSuggestionData Modifier and Type Method Description protected Converter<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>>ProductCategorySearchPagePopulator. getSpellingSuggestionConverter()protected Converter<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>>ProductCategorySearchPagePopulator. getSpellingSuggestionConverter()Methods in de.hybris.platform.commercefacades.search.converters.populator with parameters of type SpellingSuggestionData Modifier and Type Method Description voidSpellingSuggestionPopulator. populate(SpellingSuggestionData<QUERY> source, SpellingSuggestionData<STATE> target)Method parameters in de.hybris.platform.commercefacades.search.converters.populator with type arguments of type SpellingSuggestionData Modifier and Type Method Description voidProductCategorySearchPagePopulator. setSpellingSuggestionConverter(Converter<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>> spellingSuggestionConverter)voidProductCategorySearchPagePopulator. setSpellingSuggestionConverter(Converter<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>> spellingSuggestionConverter) -
Uses of SpellingSuggestionData in de.hybris.platform.commerceservices.search.facetdata
Methods in de.hybris.platform.commerceservices.search.facetdata that return SpellingSuggestionData Modifier and Type Method Description SpellingSuggestionData<STATE>ProductSearchPageData. getSpellingSuggestion()Methods in de.hybris.platform.commerceservices.search.facetdata with parameters of type SpellingSuggestionData Modifier and Type Method Description voidProductSearchPageData. setSpellingSuggestion(SpellingSuggestionData<STATE> spellingSuggestion) -
Uses of SpellingSuggestionData in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that return SpellingSuggestionData Modifier and Type Method Description protected SpellingSuggestionData<SolrSearchQueryData>SearchResponseSpellingSuggestionPopulator. buildSpellingSuggestionData(SearchResult solrSearchResult, SolrSearchQueryData queryData)protected SpellingSuggestionData<SolrSearchQueryData>SearchResponseSpellingSuggestionPopulator. createSpellingSuggestionData() -
Uses of SpellingSuggestionData in de.hybris.platform.commercewebservices.core.mapping.mappers
Methods in de.hybris.platform.commercewebservices.core.mapping.mappers with parameters of type SpellingSuggestionData Modifier and Type Method Description voidSpellingSuggestionMapper. mapAtoB(SpellingSuggestionData a, SpellingSuggestionWsDTO b, ma.glasnost.orika.MappingContext context)voidSpellingSuggestionMapper. mapBtoA(SpellingSuggestionWsDTO b, SpellingSuggestionData a, ma.glasnost.orika.MappingContext context) -
Uses of SpellingSuggestionData in de.hybris.platform.ycommercewebservices.mapping.mappers
Methods in de.hybris.platform.ycommercewebservices.mapping.mappers with parameters of type SpellingSuggestionData Modifier and Type Method Description voidSpellingSuggestionMapper. mapAtoB(SpellingSuggestionData a, SpellingSuggestionWsDTO b, ma.glasnost.orika.MappingContext context)voidSpellingSuggestionMapper. mapBtoA(SpellingSuggestionWsDTO b, SpellingSuggestionData a, ma.glasnost.orika.MappingContext context)
-