Uses of Class
de.hybris.platform.commercefacades.product.data.FeatureData
Packages that use FeatureData
Package
Description
-
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 FeatureDataModifier and TypeMethodDescriptionprotected Converter<Feature,FeatureData> ProductFeatureListPopulator.getFeatureConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type FeatureDataModifier and TypeMethodDescriptionvoidFeaturePopulator.populate(Feature source, FeatureData target) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type FeatureDataModifier and TypeMethodDescriptionvoidProductFeatureListPopulator.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 FeatureDataMethod parameters in de.hybris.platform.commercefacades.product.data with type arguments of type FeatureDataModifier and TypeMethodDescriptionvoidClassificationData.setFeatures(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 FeatureDataModifier and TypeMethodDescriptionprotected 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 FeatureDataMethods in de.hybris.platform.sap.productconfig.facades.populator that return FeatureDataModifier and TypeMethodDescriptionstatic FeatureDataVariantOverviewPopulatorTest.mockFeatureAccessories()static FeatureDataVariantOverviewPopulatorTest.mockFeatureColorRed()static FeatureDataVariantOverviewPopulatorTest.mockFeatureEngineHybrid()Methods in de.hybris.platform.sap.productconfig.facades.populator that return types with arguments of type FeatureDataModifier and TypeMethodDescriptionFeatureProvider.getListOfFeatures(ProductData productData) VariantOverviewPopulator.getVariantOverviewValuePopulator()static List<FeatureData>VariantOverviewPopulatorTest.mockFeatures()Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type FeatureDataModifier and TypeMethodDescriptionvoidVariantOverviewValuePopulator.populate(FeatureData source, List<CharacteristicValue> target) Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type FeatureDataModifier and TypeMethodDescriptionprotected voidVariantOverviewPopulator.processFeatureList(List<FeatureData> features, List<CharacteristicValue> values) Calls the VariantOverviewValuePopulator for each FeatureData object.voidVariantOverviewPopulator.setVariantOverviewValuePopulator(Populator<FeatureData, List<CharacteristicValue>> variantOverviewValuePopulator)