Uses of Class
de.hybris.platform.adaptivesearch.model.AsExcludedItemModel
-
Packages that use AsExcludedItemModel Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.integration.synchronization de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems -
-
Uses of AsExcludedItemModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedItemModel 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 AsExcludedItemModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsExcludedItemConverter(ContextAwareConverter<AsExcludedItemModel,AsExcludedItem,AsItemConfigurationConverterContext> asExcludedItemConverter) -
Uses of AsExcludedItemModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsExcludedItemModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsExcludedItem(AsExcludedItemModel excludedItem1, AsExcludedItemModel excludedItem2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsExcludedItemModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsExcludedItems(java.util.List<AsExcludedItemModel> excludedItems1, java.util.List<AsExcludedItemModel> excludedItems2) -
Uses of AsExcludedItemModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsExcludedItemModel Modifier and Type Method Description java.util.List<AsExcludedItemModel>AbstractAsConfigurableSearchConfigurationModel. getExcludedItems()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedItemsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsExcludedItemModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setExcludedItems(java.util.List<AsExcludedItemModel> value)Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.excludedItemsattribute defined at extensionadaptivesearch. -
Uses of AsExcludedItemModel in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems with parameters of type AsExcludedItemModel Modifier and Type Method Description protected voidAsExcludedItemsDataHandler. convertFromModel(AsExcludedItemModel source, ExcludedItemEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems with type arguments of type AsExcludedItemModel Modifier and Type Method Description protected voidAsExcludedItemsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,ExcludedItemEditorData> mapping, java.util.Collection<AsExcludedItemModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)
-