Class FixedRatesPopulator<SOURCE extends FixedRate,TARGET extends RecurringChargeEntryData>

java.lang.Object
de.hybris.platform.sap.saprevenuecloudorder.populators.rateplan.v2.FixedRatesPopulator<SOURCE,TARGET>
All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>

public class FixedRatesPopulator<SOURCE extends FixedRate,TARGET extends RecurringChargeEntryData> extends Object implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
  • Constructor Details

    • FixedRatesPopulator

      public FixedRatesPopulator()
  • Method Details

    • populate

      public void populate(SOURCE source, TARGET target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<SOURCE extends FixedRate,TARGET extends RecurringChargeEntryData>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getPriceDataFactory

      protected de.hybris.platform.commercefacades.product.PriceDataFactory getPriceDataFactory()
    • setPriceDataFactory

      public void setPriceDataFactory(de.hybris.platform.commercefacades.product.PriceDataFactory priceDataFactory)