Uses of Class
de.hybris.platform.adaptivesearch.data.AsPromotedItem
-
-
Uses of AsPromotedItem in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedItem Modifier and Type Method Description ContextAwareConverter<AsPromotedItemModel,AsPromotedItem,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsPromotedItemConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedItem Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsPromotedItemConverter(ContextAwareConverter<AsPromotedItemModel,AsPromotedItem,AsItemConfigurationConverterContext> asPromotedItemConverter) -
Uses of AsPromotedItem in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsPromotedItem Modifier and Type Method Description java.util.List<AsPromotedItem>AsConfigurableSearchConfiguration. getPromotedItems()java.util.Map<PK,AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration>>AsSearchProfileResult. getPromotedItems()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsPromotedItem Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setPromotedItems(java.util.List<AsPromotedItem> promotedItems)voidAsSearchProfileResult. setPromotedItems(java.util.Map<PK,AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration>> promotedItems) -
Uses of AsPromotedItem in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems with type arguments of type AsPromotedItem Modifier and Type Method Description protected voidAsPromotedItemsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration> source, PromotedItemEditorData target, AbstractAsSearchProfileModel searchProfile) -
Uses of AsPromotedItem in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser
Method parameters in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser with type arguments of type AsPromotedItem Modifier and Type Method Description protected booleanSearchResultBrowserViewModel. isPromoted(AsSearchResultData asSearchResult, AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration> promotedItemHolder)
-