Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedItemModel
Packages that use AsPromotedItemModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
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 AsPromotedItemModelModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsPromotedItemConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedItemModelModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.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 AsPromotedItemModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsPromotedItem(AsPromotedItemModel promotedItem1, AsPromotedItemModel promotedItem2) Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsPromotedItemModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsPromotedItems(List<AsPromotedItemModel> promotedItems1, 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 AsPromotedItemModelModifier and TypeMethodDescriptionAbstractAsConfigurableSearchConfigurationModel.getPromotedItems()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedItemsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedItemModelModifier and TypeMethodDescriptionvoidAbstractAsConfigurableSearchConfigurationModel.setPromotedItems(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 AsPromotedItemModelModifier and TypeMethodDescriptionprotected voidAsPromotedItemsDataHandler.convertFromModel(AsPromotedItemModel source, PromotedItemEditorData target) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems with type arguments of type AsPromotedItemModelModifier and TypeMethodDescriptionprotected voidAsPromotedItemsDataHandler.loadDataFromInitialValue(Map<Object, PromotedItemEditorData> mapping, Collection<AsPromotedItemModel> initialValue, Map<String, Object> parameters)