Uses of Interface
de.hybris.platform.adaptivesearch.strategies.AsSearchProfileMapping
-
Packages that use AsSearchProfileMapping Package Description de.hybris.platform.adaptivesearch.strategies de.hybris.platform.adaptivesearch.strategies.impl -
-
Uses of AsSearchProfileMapping in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return AsSearchProfileMapping Modifier and Type Method Description AsSearchProfileMappingAsSearchProfileRegistry. getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile)Returns the search profile mapping for a specific search profile.Methods in de.hybris.platform.adaptivesearch.strategies that return types with arguments of type AsSearchProfileMapping Modifier and Type Method Description java.util.Map<java.lang.String,AsSearchProfileMapping>AsSearchProfileRegistry. getSearchProfileMappings()Returns all the search profile mappings. -
Uses of AsSearchProfileMapping in de.hybris.platform.adaptivesearch.strategies.impl
Classes in de.hybris.platform.adaptivesearch.strategies.impl that implement AsSearchProfileMapping Modifier and Type Class Description classDefaultAsSearchProfileMappingDefault implementation ofAsSearchProfileMapping.Methods in de.hybris.platform.adaptivesearch.strategies.impl that return AsSearchProfileMapping Modifier and Type Method Description AsSearchProfileMappingDefaultAsSearchProfileRegistry. getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile)Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsSearchProfileMapping Modifier and Type Method Description java.util.Map<java.lang.String,AsSearchProfileMapping>DefaultAsSearchProfileRegistry. getSearchProfileMappings()
-