Uses of Class
de.hybris.platform.adaptivesearch.data.AsExcludedItem
-
Packages that use AsExcludedItem Package Description de.hybris.platform.adaptivesearch.data -
-
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<de.hybris.platform.core.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<de.hybris.platform.core.PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>> excludedItems)
-