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 Constructor Description QuoteConfigurationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CPQConfigurableCheckergetCpqConfigurableChecker()voidpopulate(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 configurable-
Methods inherited from class de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderConfigurationPopulator
createConfigurationInfos, findTargetEntry, validateAndSetPK, writeSummaryMap, writeToTargetEntry, 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
-
populateQuoteEntry
protected void populateQuoteEntry(AbstractOrderEntryModel entry, QuoteData target)
-
getCpqConfigurableChecker
protected CPQConfigurableChecker getCpqConfigurableChecker()
-
setCpqConfigurableChecker
public void setCpqConfigurableChecker(CPQConfigurableChecker cpqConfigurableChecker)
Set helper, to check if the related product is CPQ configurable- Parameters:
cpqConfigurableChecker- configurator checker
-
-