Uses of Class
de.hybris.platform.commercefacades.product.data.ClassificationData
Packages that use ClassificationData
Package
Description
-
Uses of ClassificationData in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type ClassificationDataModifier and TypeMethodDescriptionprotected List<ClassificationData>ProductFeatureListPopulator.buildClassificationDataList(FeatureList source) protected Converter<ClassificationClassModel,ClassificationData> ProductFeatureListPopulator.getClassificationConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type ClassificationDataModifier and TypeMethodDescriptionvoidClassificationPopulator.populate(ClassificationClassModel source, ClassificationData target) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type ClassificationDataModifier and TypeMethodDescriptionvoidProductFeatureListPopulator.setClassificationConverter(Converter<ClassificationClassModel, ClassificationData> classificationConverter) -
Uses of ClassificationData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type ClassificationDataMethod parameters in de.hybris.platform.commercefacades.product.data with type arguments of type ClassificationDataModifier and TypeMethodDescriptionvoidProductData.setClassifications(Collection<ClassificationData> classifications) -
Uses of ClassificationData in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator that return types with arguments of type ClassificationDataModifier and TypeMethodDescriptionstatic List<ClassificationData>VariantOverviewPopulatorTest.mockClassifications()