Class QuoteConfigurationPopulator
java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderConfigurationPopulator
de.hybris.platform.sap.productconfig.facades.populator.QuoteConfigurationPopulator
- All Implemented Interfaces:
Populator<QuoteModel,QuoteData>
public class QuoteConfigurationPopulator
extends AbstractOrderConfigurationPopulator
implements Populator<QuoteModel,QuoteData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CPQConfigurableCheckervoidpopulate(QuoteModel source, QuoteData target) Populate the target instance with values from the source instance.protected voidpopulateQuoteEntry(AbstractOrderEntryModel entry, QuoteData target) voidsetCpqConfigurableChecker(CPQConfigurableChecker cpqConfigurableChecker) Set helper, to check if the related product is CPQ configurableMethods inherited from class de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderConfigurationPopulator
createConfigurationInfos, findTargetEntry, validateAndSetPK, writeSummaryMap, writeToTargetEntry, writeToTargetEntry
-
Constructor Details
-
QuoteConfigurationPopulator
public QuoteConfigurationPopulator()
-
-
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
-
populateQuoteEntry
-
getCpqConfigurableChecker
-
setCpqConfigurableChecker
Set helper, to check if the related product is CPQ configurable- Parameters:
cpqConfigurableChecker- configurator checker
-