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 Details

    • QuoteConfigurationPopulator

      public QuoteConfigurationPopulator()
  • Method Details

    • populate

      public void populate(QuoteModel source, QuoteData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<QuoteModel,QuoteData>
      Parameters:
      source - the source object
      target - 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