Uses of Class
de.hybris.platform.commercefacades.product.data.ClassificationData
-
-
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 ClassificationData Modifier and Type Method Description protected java.util.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 ClassificationData Modifier and Type Method Description voidClassificationPopulator. populate(ClassificationClassModel source, ClassificationData target)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type ClassificationData Modifier and Type Method Description voidProductFeatureListPopulator. 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 ClassificationData Modifier and Type Method Description java.util.Collection<ClassificationData>ProductData. getClassifications()Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type ClassificationData Modifier and Type Method Description voidProductData. setClassifications(java.util.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 ClassificationData Modifier and Type Method Description static java.util.List<ClassificationData>VariantOverviewPopulatorTest. mockClassifications()
-