Uses of Class
de.hybris.platform.adaptivesearch.data.AsExcludedItem
-
-
Uses of AsExcludedItem in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedItem Modifier and Type Method Description ContextAwareConverter<AsExcludedItemModel,AsExcludedItem,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsExcludedItemConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsExcludedItem Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsExcludedItemConverter(ContextAwareConverter<AsExcludedItemModel,AsExcludedItem,AsItemConfigurationConverterContext> asExcludedItemConverter) -
Uses of AsExcludedItem in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsExcludedItem Modifier and Type Method Description java.util.List<AsExcludedItem>AsConfigurableSearchConfiguration. getExcludedItems()java.util.Map<PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>>AsSearchProfileResult. getExcludedItems()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsExcludedItem Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setExcludedItems(java.util.List<AsExcludedItem> excludedItems)voidAsSearchProfileResult. setExcludedItems(java.util.Map<PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>> excludedItems) -
Uses of AsExcludedItem in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems with type arguments of type AsExcludedItem Modifier and Type Method Description protected voidAsExcludedItemsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration> source, ExcludedItemEditorData target, AbstractAsSearchProfileModel searchProfile)
-