Uses of Class
de.hybris.platform.adaptivesearch.model.AsExcludedFacetValueModel
Packages that use AsExcludedFacetValueModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
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 AsExcludedFacetValueModelModifier and TypeMethodDescriptionContextAwareConverter<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 AsExcludedFacetValueModelModifier and TypeMethodDescriptionvoidAsFacetConfigurationPopulator.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 AsExcludedFacetValueModelModifier and TypeMethodDescriptionAbstractAsFacetConfigurationModel.getExcludedValues()Generated method - Getter of theAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsExcludedFacetValueModelModifier and TypeMethodDescriptionvoidAbstractAsFacetConfigurationModel.setExcludedValues(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 AsExcludedFacetValueModelModifier and TypeMethodDescriptionprotected voidExcludeFacetValueAction.updateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, List<AsExcludedFacetValueModel> excludedValues)