Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedFacetModel
Packages that use AsPromotedFacetModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AsPromotedFacetModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsPromotedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.setAsPromotedFacetConverter(ContextAwareConverter<AsPromotedFacetModel, AsPromotedFacet, AsItemConfigurationConverterContext> asPromotedFacetConverter) -
Uses of AsPromotedFacetModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsPromotedFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsPromotedFacet(AsPromotedFacetModel promotedFacet1, AsPromotedFacetModel promotedFacet2) Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsPromotedFacets(List<AsPromotedFacetModel> promotedFacets1, List<AsPromotedFacetModel> promotedFacets2) -
Uses of AsPromotedFacetModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionAbstractAsConfigurableSearchConfigurationModel.getPromotedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionvoidAbstractAsConfigurableSearchConfigurationModel.setPromotedFacets(List<AsPromotedFacetModel> value) Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute defined at extensionadaptivesearch. -
Uses of AsPromotedFacetModel in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets with parameters of type AsPromotedFacetModelModifier and TypeMethodDescriptionprotected voidAsPromotedFacetsDataHandler.convertFromModel(AsPromotedFacetModel source, PromotedFacetEditorData target) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets with type arguments of type AsPromotedFacetModelModifier and TypeMethodDescriptionprotected voidAsPromotedFacetsDataHandler.loadDataFromInitialValue(Map<Object, PromotedFacetEditorData> mapping, Collection<AsPromotedFacetModel> initialValue, Map<String, Object> parameters) protected voidAsPromotedFacetsDataHandler.postLoadData(Collection<AsPromotedFacetModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<PromotedFacetEditorData> data)