Uses of Class
de.hybris.platform.adaptivesearch.model.AsFacetModel
-
Packages that use AsFacetModel 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.facets -
-
Uses of AsFacetModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsFacetModel Modifier and Type Method Description ContextAwareConverter<AsFacetModel,AsFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsFacetModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsFacetConverter(ContextAwareConverter<AsFacetModel,AsFacet,AsItemConfigurationConverterContext> asFacetConverter) -
Uses of AsFacetModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsFacet(AsFacetModel facet1, AsFacetModel facet2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsFacets(java.util.List<AsFacetModel> facets1, java.util.List<AsFacetModel> facets2) -
Uses of AsFacetModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsFacetModel Modifier and Type Method Description java.util.List<AsFacetModel>AbstractAsConfigurableSearchConfigurationModel. getFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.facetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsFacetModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setFacets(java.util.List<AsFacetModel> value)Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.facetsattribute defined at extensionadaptivesearch. -
Uses of AsFacetModel in de.hybris.platform.adaptivesearchbackoffice.editors.facets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.facets with parameters of type AsFacetModel Modifier and Type Method Description protected voidAsFacetsDataHandler. convertFromModel(AsFacetModel source, FacetEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.facets with type arguments of type AsFacetModel Modifier and Type Method Description protected voidAsFacetsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,FacetEditorData> mapping, java.util.Collection<AsFacetModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsFacetsDataHandler. postLoadData(java.util.Collection<AsFacetModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<FacetEditorData> data)
-