Uses of Class
de.hybris.platform.adaptivesearch.model.AsFacetModel
Packages that use AsFacetModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
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 AsFacetModelModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsFacetModelModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.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 AsFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsFacet(AsFacetModel facet1, AsFacetModel facet2) Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsFacets(List<AsFacetModel> facets1, 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 AsFacetModelModifier and TypeMethodDescriptionAbstractAsConfigurableSearchConfigurationModel.getFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.facetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsFacetModelModifier and TypeMethodDescriptionvoidAbstractAsConfigurableSearchConfigurationModel.setFacets(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 AsFacetModelModifier and TypeMethodDescriptionprotected voidAsFacetsDataHandler.convertFromModel(AsFacetModel source, FacetEditorData target) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.facets with type arguments of type AsFacetModelModifier and TypeMethodDescriptionprotected voidAsFacetsDataHandler.loadDataFromInitialValue(Map<Object, FacetEditorData> mapping, Collection<AsFacetModel> initialValue, Map<String, Object> parameters) protected voidAsFacetsDataHandler.postLoadData(Collection<AsFacetModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<FacetEditorData> data)