Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedFacetModel
-
Packages that use AsPromotedFacetModel 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.promotedfacets -
-
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 AsPromotedFacetModel Modifier and Type Method Description ContextAwareConverter<AsPromotedFacetModel,AsPromotedFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsPromotedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedFacetModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. 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 AsPromotedFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsPromotedFacet(AsPromotedFacetModel promotedFacet1, AsPromotedFacetModel promotedFacet2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsPromotedFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsPromotedFacets(java.util.List<AsPromotedFacetModel> promotedFacets1, java.util.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 AsPromotedFacetModel Modifier and Type Method Description java.util.List<AsPromotedFacetModel>AbstractAsConfigurableSearchConfigurationModel. getPromotedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedFacetModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setPromotedFacets(java.util.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 AsPromotedFacetModel Modifier and Type Method Description protected voidAsPromotedFacetsDataHandler. convertFromModel(AsPromotedFacetModel source, PromotedFacetEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets with type arguments of type AsPromotedFacetModel Modifier and Type Method Description protected voidAsPromotedFacetsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,PromotedFacetEditorData> mapping, java.util.Collection<AsPromotedFacetModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsPromotedFacetsDataHandler. postLoadData(java.util.Collection<AsPromotedFacetModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<PromotedFacetEditorData> data)
-