Uses of Class
de.hybris.platform.adaptivesearch.data.AsExcludedFacetValue
-
Packages that use AsExcludedFacetValue Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.data -
-
Uses of AsExcludedFacetValue in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedFacetValue Modifier and Type Method Description ContextAwareConverter<AsExcludedFacetValueModel,AsExcludedFacetValue,AsItemConfigurationConverterContext>AsFacetConfigurationPopulator. getAsExcludedFacetValueConverter()ContextAwareConverter<AsExcludedFacetValue,AsExcludedFacetValueModel,AsItemConfigurationReverseConverterContext>AsFacetConfigurationReversePopulator. getAsExcludedFacetValueReverseConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsExcludedFacetValue Modifier and Type Method Description voidAsFacetConfigurationPopulator. setAsExcludedFacetValueConverter(ContextAwareConverter<AsExcludedFacetValueModel,AsExcludedFacetValue,AsItemConfigurationConverterContext> asExcludedFacetValueConverter)voidAsFacetConfigurationReversePopulator. setAsExcludedFacetValueReverseConverter(ContextAwareConverter<AsExcludedFacetValue,AsExcludedFacetValueModel,AsItemConfigurationReverseConverterContext> asExcludedFacetValueReverseConverter) -
Uses of AsExcludedFacetValue in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsExcludedFacetValue Modifier and Type Method Description java.util.List<AsExcludedFacetValue>AbstractAsFacetConfiguration. getExcludedValues()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsExcludedFacetValue Modifier and Type Method Description voidAbstractAsFacetConfiguration. setExcludedValues(java.util.List<AsExcludedFacetValue> excludedValues)
-