Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedItemModel
-
Packages that use AsPromotedItemModel 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.promoteditems -
-
Uses of AsPromotedItemModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedItemModel 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 AsPromotedItemModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsPromotedItemConverter(ContextAwareConverter<AsPromotedItemModel,AsPromotedItem,AsItemConfigurationConverterContext> asPromotedItemConverter) -
Uses of AsPromotedItemModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsPromotedItemModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsPromotedItem(AsPromotedItemModel promotedItem1, AsPromotedItemModel promotedItem2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsPromotedItemModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsPromotedItems(java.util.List<AsPromotedItemModel> promotedItems1, java.util.List<AsPromotedItemModel> promotedItems2) -
Uses of AsPromotedItemModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsPromotedItemModel Modifier and Type Method Description java.util.List<AsPromotedItemModel>AbstractAsConfigurableSearchConfigurationModel. getPromotedItems()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedItemsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedItemModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setPromotedItems(java.util.List<AsPromotedItemModel> value)Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.promotedItemsattribute defined at extensionadaptivesearch. -
Uses of AsPromotedItemModel in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems with parameters of type AsPromotedItemModel Modifier and Type Method Description protected voidAsPromotedItemsDataHandler. convertFromModel(AsPromotedItemModel source, PromotedItemEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems with type arguments of type AsPromotedItemModel Modifier and Type Method Description protected voidAsPromotedItemsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,PromotedItemEditorData> mapping, java.util.Collection<AsPromotedItemModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)
-