Uses of Class
de.hybris.platform.adaptivesearch.model.AsPromotedFacetValueModel
-
Packages that use AsPromotedFacetValueModel 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 AsPromotedFacetValueModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedFacetValueModel Modifier and Type Method Description ContextAwareConverter<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 AsPromotedFacetValueModel Modifier and Type Method Description voidAsFacetConfigurationPopulator. 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 AsPromotedFacetValueModel Modifier and Type Method Description java.util.List<AsPromotedFacetValueModel>AbstractAsFacetConfigurationModel. getPromotedValues()Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsPromotedFacetValueModel Modifier and Type Method Description voidAbstractAsFacetConfigurationModel. setPromotedValues(java.util.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 AsPromotedFacetValueModel Modifier and Type Method Description protected voidPromoteFacetValueAction. updateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, java.util.List<AsPromotedFacetValueModel> promotedValues)
-