Uses of Class
de.hybris.platform.commercefacades.product.data.FeatureData
-
-
Uses of FeatureData in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type FeatureData Modifier and Type Method Description protected Converter<Feature,FeatureData>ProductFeatureListPopulator. getFeatureConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type FeatureData Modifier and Type Method Description voidFeaturePopulator. populate(Feature source, FeatureData target)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type FeatureData Modifier and Type Method Description voidProductFeatureListPopulator. setFeatureConverter(Converter<Feature,FeatureData> featureConverter) -
Uses of FeatureData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type FeatureData Modifier and Type Method Description java.util.Collection<FeatureData>ClassificationData. getFeatures()Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type FeatureData Modifier and Type Method Description voidClassificationData. setFeatures(java.util.Collection<FeatureData> features) -
Uses of FeatureData in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type FeatureData Modifier and Type Method Description protected java.lang.StringVariantConfigurationInfoProviderImpl. generateConfigurationValueLine(FeatureData source)Generates a string of feature values separated with the value separator for configuration display in orderprotected voidVariantConfigurationInfoProviderImpl. populateConfigInfoData(FeatureData source, ConfigurationInfoData target) -
Uses of FeatureData in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type FeatureData Modifier and Type Field Description java.util.List<FeatureData>VariantOverviewPopulatorTest. featuresMethods in de.hybris.platform.sap.productconfig.facades.populator that return FeatureData Modifier and Type Method Description static FeatureDataVariantOverviewPopulatorTest. mockFeatureAccessories()static FeatureDataVariantOverviewPopulatorTest. mockFeatureColorRed()static FeatureDataVariantOverviewPopulatorTest. mockFeatureEngineHybrid()Methods in de.hybris.platform.sap.productconfig.facades.populator that return types with arguments of type FeatureData Modifier and Type Method Description java.util.List<FeatureData>FeatureProvider. getListOfFeatures(ProductData productData)Populator<FeatureData,java.util.List<CharacteristicValue>>VariantOverviewPopulator. getVariantOverviewValuePopulator()static java.util.List<FeatureData>VariantOverviewPopulatorTest. mockFeatures()Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type FeatureData Modifier and Type Method Description voidVariantOverviewValuePopulator. populate(FeatureData source, java.util.List<CharacteristicValue> target)Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type FeatureData Modifier and Type Method Description protected voidVariantOverviewPopulator. processFeatureList(java.util.List<FeatureData> features, java.util.List<CharacteristicValue> values)Calls the VariantOverviewValuePopulator for each FeatureData object.voidVariantOverviewPopulator. setVariantOverviewValuePopulator(Populator<FeatureData,java.util.List<CharacteristicValue>> variantOverviewValuePopulator)
-