Uses of Class
de.hybris.platform.adaptivesearch.model.AsExcludedFacetModel
-
Packages that use AsExcludedFacetModel 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.excludedfacets -
-
Uses of AsExcludedFacetModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedFacetModel Modifier and Type Method Description ContextAwareConverter<AsExcludedFacetModel,AsExcludedFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsExcludedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsExcludedFacetModel Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsExcludedFacetConverter(ContextAwareConverter<AsExcludedFacetModel,AsExcludedFacet,AsItemConfigurationConverterContext> asExcludedFacetConverter) -
Uses of AsExcludedFacetModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsExcludedFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsExcludedFacet(AsExcludedFacetModel excludedFacet1, AsExcludedFacetModel excludedFacet2)Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsExcludedFacetModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsExcludedFacets(java.util.List<AsExcludedFacetModel> excludedFacets1, java.util.List<AsExcludedFacetModel> excludedFacets2) -
Uses of AsExcludedFacetModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsExcludedFacetModel Modifier and Type Method Description java.util.List<AsExcludedFacetModel>AbstractAsConfigurableSearchConfigurationModel. getExcludedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsExcludedFacetModel Modifier and Type Method Description voidAbstractAsConfigurableSearchConfigurationModel. setExcludedFacets(java.util.List<AsExcludedFacetModel> value)Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute defined at extensionadaptivesearch. -
Uses of AsExcludedFacetModel in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with parameters of type AsExcludedFacetModel Modifier and Type Method Description protected voidAsExcludedFacetsDataHandler. convertFromModel(AsExcludedFacetModel source, ExcludedFacetEditorData target)Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with type arguments of type AsExcludedFacetModel Modifier and Type Method Description protected voidAsExcludedFacetsDataHandler. loadDataFromInitialValue(java.util.Map<java.lang.Object,ExcludedFacetEditorData> mapping, java.util.Collection<AsExcludedFacetModel> initialValue, java.util.Map<java.lang.String,java.lang.Object> parameters)protected voidAsExcludedFacetsDataHandler. postLoadData(java.util.Collection<AsExcludedFacetModel> initialValue, SearchResultData searchResult, java.util.Map<java.lang.String,java.lang.Object> parameters, org.zkoss.zul.ListModelList<ExcludedFacetEditorData> data)
-