Class CPQProductVariantMatrixPopulator<SOURCE extends ProductModel,TARGET extends ProductData>

java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator<SOURCE,TARGET>
de.hybris.platform.commercefacades.product.converters.populator.ProductVariantMatrixPopulator<SOURCE,TARGET>
de.hybris.platform.sap.productconfig.facades.populator.CPQProductVariantMatrixPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - product model
TARGET - product DTO
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class CPQProductVariantMatrixPopulator<SOURCE extends ProductModel,TARGET extends ProductData> extends ProductVariantMatrixPopulator<SOURCE,TARGET>
CPQ Variant base products must not be multidimensional in the accelerator sense (as we want to configure and order them)
  • Constructor Details

    • CPQProductVariantMatrixPopulator

      public CPQProductVariantMatrixPopulator()
  • Method Details