Class QuoteProductVariantPopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderProductVariantPopulator
-
- de.hybris.platform.sap.productconfig.facades.populator.QuoteProductVariantPopulator
-
- All Implemented Interfaces:
Populator<QuoteModel,QuoteData>
public class QuoteProductVariantPopulator extends AbstractOrderProductVariantPopulator implements Populator<QuoteModel,QuoteData>
Takes care of populating product variant relevant attributes for quotes
-
-
Constructor Summary
Constructors Constructor Description QuoteProductVariantPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(QuoteModel source, QuoteData target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderProductVariantPopulator
adjustTargetEntryForVariant, getCpqConfigurableChecker, getVariantConfigurationInfoProvider, populateAbstractOrderData, setCpqConfigurableChecker, setVariantConfigurationInfoProvider, writeToTargetEntry
-
-
-
-
Method Detail
-
populate
public void populate(QuoteModel source, QuoteData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<QuoteModel,QuoteData>- Parameters:
source- the source objecttarget- the target to fill
-
-