Uses of Class
de.hybris.platform.adaptivesearch.model.AsExcludedFacetModel
Packages that use AsExcludedFacetModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
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 AsExcludedFacetModelModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsExcludedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsExcludedFacetModelModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.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 AsExcludedFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsExcludedFacet(AsExcludedFacetModel excludedFacet1, AsExcludedFacetModel excludedFacet2) Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsExcludedFacetModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsExcludedFacets(List<AsExcludedFacetModel> excludedFacets1, 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 AsExcludedFacetModelModifier and TypeMethodDescriptionAbstractAsConfigurableSearchConfigurationModel.getExcludedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsExcludedFacetModelModifier and TypeMethodDescriptionvoidAbstractAsConfigurableSearchConfigurationModel.setExcludedFacets(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 AsExcludedFacetModelModifier and TypeMethodDescriptionprotected voidAsExcludedFacetsDataHandler.convertFromModel(AsExcludedFacetModel source, ExcludedFacetEditorData target) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with type arguments of type AsExcludedFacetModelModifier and TypeMethodDescriptionprotected voidAsExcludedFacetsDataHandler.loadDataFromInitialValue(Map<Object, ExcludedFacetEditorData> mapping, Collection<AsExcludedFacetModel> initialValue, Map<String, Object> parameters) protected voidAsExcludedFacetsDataHandler.postLoadData(Collection<AsExcludedFacetModel> initialValue, SearchResultData searchResult, Map<String, Object> parameters, org.zkoss.zul.ListModelList<ExcludedFacetEditorData> data)