Class AllUnitVolumeRatesPopulator<SOURCE extends AllUnitVolumeRate,TARGET extends VolumeUsageChargeData>

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

public class AllUnitVolumeRatesPopulator<SOURCE extends AllUnitVolumeRate,TARGET extends VolumeUsageChargeData> extends Object implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
  • Constructor Details

    • AllUnitVolumeRatesPopulator

      public AllUnitVolumeRatesPopulator()
  • 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 AllUnitVolumeRate,TARGET extends VolumeUsageChargeData>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getPriceDataFactory

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

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

      public SapRevenueCloudProductService getSapRevenueCloudProductService()
    • setSapRevenueCloudProductService

      public void setSapRevenueCloudProductService(SapRevenueCloudProductService sapRevenueCloudProductService)