Uses of Class
de.hybris.platform.adaptivesearch.model.AsExcludedFacetValueModel
-
Packages that use AsExcludedFacetValueModel Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearchbackoffice.actions.facets -
-
Uses of AsExcludedFacetValueModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedFacetValueModel 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 AsExcludedFacetValueModel Modifier and Type Method Description voidAsFacetConfigurationPopulator. setAsExcludedFacetValueConverter(ContextAwareConverter<AsExcludedFacetValueModel,AsExcludedFacetValue,AsItemConfigurationConverterContext> asExcludedFacetValueConverter)voidAsFacetConfigurationReversePopulator. setAsExcludedFacetValueReverseConverter(ContextAwareConverter<AsExcludedFacetValue,AsExcludedFacetValueModel,AsItemConfigurationReverseConverterContext> asExcludedFacetValueReverseConverter) -
Uses of AsExcludedFacetValueModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsExcludedFacetValueModel Modifier and Type Method Description java.util.List<AsExcludedFacetValueModel>AbstractAsFacetConfigurationModel. getExcludedValues()Generated method - Getter of theAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsExcludedFacetValueModel Modifier and Type Method Description voidAbstractAsFacetConfigurationModel. setExcludedValues(java.util.List<AsExcludedFacetValueModel> value)Generated method - Setter ofAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch. -
Uses of AsExcludedFacetValueModel in de.hybris.platform.adaptivesearchbackoffice.actions.facets
Method parameters in de.hybris.platform.adaptivesearchbackoffice.actions.facets with type arguments of type AsExcludedFacetValueModel Modifier and Type Method Description protected voidExcludeFacetValueAction. updateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, java.util.List<AsExcludedFacetValueModel> excludedValues)
-