Uses of Class
de.hybris.platform.commercefacades.product.data.VariantMatrixElementData
Packages that use VariantMatrixElementData
Package
Description
-
Uses of VariantMatrixElementData in de.hybris.platform.commercefacades.product.converters.populator
Classes in de.hybris.platform.commercefacades.product.converters.populator with type parameters of type VariantMatrixElementDataModifier and TypeClassDescriptionclassVariantMatrixElementPopulator<SOURCE extends VariantValueCategoryModel,TARGET extends VariantMatrixElementData> Methods in de.hybris.platform.commercefacades.product.converters.populator that return VariantMatrixElementDataModifier and TypeMethodDescriptionprotected VariantMatrixElementDataProductVariantMatrixPopulator.createNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) protected VariantMatrixElementDataProductVariantMatrixPopulator.getExistingNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) Finds inside the elements of the parent node if there is a node for this valueCategoryprotected VariantMatrixElementDataProductVariantOptionDataPopulator.getRightElementToCopy(VariantMatrixElementData parent) Gets the element with the same code from the children and if not found returns the first.Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type VariantMatrixElementDataModifier and TypeMethodDescriptionProductVariantMatrixPopulator.getVariantMatrixElementPopulator()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type VariantMatrixElementDataModifier and TypeMethodDescriptionprotected voidProductVariantOptionDataPopulator.copyData(VariantMatrixElementData parent) Copies the data from the element with the same code or from the first one on the list.protected VariantMatrixElementDataProductVariantMatrixPopulator.createNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) protected voidProductVariantMatrixPopulator.createNodesForVariant(VariantProductModel variant, VariantMatrixElementData currentParentNode) protected VariantMatrixElementDataProductVariantMatrixPopulator.getExistingNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) Finds inside the elements of the parent node if there is a node for this valueCategoryprotected VariantMatrixElementDataProductVariantOptionDataPopulator.getRightElementToCopy(VariantMatrixElementData parent) Gets the element with the same code from the children and if not found returns the first.voidVariantMatrixElementPopulator.populate(VariantValueCategoryModel variantValueCategory, VariantMatrixElementData variantMatrixElementData) protected voidProductVariantOptionDataPopulator.populateNodes(VariantMatrixElementData parentNode, VariantProductModel variant) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type VariantMatrixElementDataModifier and TypeMethodDescriptionprotected voidProductVariantMatrixPopulator.orderTree(List<VariantMatrixElementData> elementsList) Sort the tree on each level, by tree element sequence.protected voidProductVariantOptionDataPopulator.populateNodes(List<VariantMatrixElementData> parentNodeList, VariantProductModel variant, ProductModel originalVariant) voidProductVariantMatrixPopulator.setVariantMatrixElementPopulator(Populator<VariantValueCategoryModel, VariantMatrixElementData> variantMatrixElementPopulator) protected de.hybris.platform.commercefacades.product.converters.populator.ProductVariantMatrixPopulatorTest.ValidationStatusProductVariantMatrixPopulatorTest.validateVariants(List<VariantMatrixElementData> variantMatrix, int level, ProductModel selectedVariant) protected voidProductVariantOptionDataPopulatorTest.validateVariants(List<VariantMatrixElementData> variantMatrix, int level) -
Uses of VariantMatrixElementData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type VariantMatrixElementDataModifier and TypeMethodDescriptionVariantMatrixElementData.getElements()ProductData.getVariantMatrix()Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type VariantMatrixElementDataModifier and TypeMethodDescriptionvoidVariantMatrixElementData.setElements(List<VariantMatrixElementData> elements) voidProductData.setVariantMatrix(List<VariantMatrixElementData> variantMatrix)