Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedFacetValueModel
Packages that use AsPromotedFacetValueModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AsPromotedFacetValueModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedFacetValueModelModifier and TypeMethodDescriptionContextAwareConverter<AsPromotedFacetValueModel,AsPromotedFacetValue, AsItemConfigurationConverterContext> AsFacetConfigurationPopulator.getAsPromotedFacetValueConverter()ContextAwareConverter<AsPromotedFacetValue,AsPromotedFacetValueModel, AsItemConfigurationReverseConverterContext> AsFacetConfigurationReversePopulator.getAsPromotedFacetValueReverseConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedFacetValueModelModifier and TypeMethodDescriptionvoidAsFacetConfigurationPopulator.setAsPromotedFacetValueConverter(ContextAwareConverter<AsPromotedFacetValueModel, AsPromotedFacetValue, AsItemConfigurationConverterContext> asPromotedFacetValueConverter) voidAsFacetConfigurationReversePopulator.setAsPromotedFacetValueReverseConverter(ContextAwareConverter<AsPromotedFacetValue, AsPromotedFacetValueModel, AsItemConfigurationReverseConverterContext> asPromotedFacetValueReverseConverter) -
Uses of AsPromotedFacetValueModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsPromotedFacetValueModelModifier and TypeMethodDescriptionAbstractAsFacetConfigurationModel.getPromotedValues()Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedFacetValueModelModifier and TypeMethodDescriptionvoidAbstractAsFacetConfigurationModel.setPromotedValues(List<AsPromotedFacetValueModel> value) Generated method - Setter ofAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch. -
Uses of AsPromotedFacetValueModel in de.hybris.platform.adaptivesearchbackoffice.actions.facets
Method parameters in de.hybris.platform.adaptivesearchbackoffice.actions.facets with type arguments of type AsPromotedFacetValueModelModifier and TypeMethodDescriptionprotected voidPromoteFacetValueAction.updateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, List<AsPromotedFacetValueModel> promotedValues)