Uses of Class
com.hybris.backoffice.searchservices.populators.SnSearchResultSourceData
-
Packages that use SnSearchResultSourceData Package Description com.hybris.backoffice.searchservices.dataaccess.facades com.hybris.backoffice.searchservices.populators -
-
Uses of SnSearchResultSourceData in com.hybris.backoffice.searchservices.dataaccess.facades
Methods in com.hybris.backoffice.searchservices.dataaccess.facades that return types with arguments of type SnSearchResultSourceData Modifier and Type Method Description org.springframework.core.convert.converter.Converter<SnSearchResultSourceData,SnSearchResultConverterData>DefaultSearchServicesFieldSearchFacadeStrategy. getSearchResultConverter()Method parameters in com.hybris.backoffice.searchservices.dataaccess.facades with type arguments of type SnSearchResultSourceData Modifier and Type Method Description voidDefaultSearchServicesFieldSearchFacadeStrategy. setSearchResultConverter(org.springframework.core.convert.converter.Converter<SnSearchResultSourceData,SnSearchResultConverterData> searchResultConverter) -
Uses of SnSearchResultSourceData in com.hybris.backoffice.searchservices.populators
Methods in com.hybris.backoffice.searchservices.populators with parameters of type SnSearchResultSourceData Modifier and Type Method Description voidSearchResultFacetsPopulator. populate(SnSearchResultSourceData snSearchResultSourceData, SnSearchResultConverterData snSearchResultConverterData)voidSearchResultItemModelsPopulator. populate(SnSearchResultSourceData snSearchResultSourceData, SnSearchResultConverterData snSearchResultConverterData)
-