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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(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
-
Constructor Details
-
QuoteProductVariantPopulator
public QuoteProductVariantPopulator()
-
-
Method Details
-
populate
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
-