Class DefaultSAPRevenueCloudPerUnitUsageChargeEntryPopulator<SOURCE extends PerUnitUsageChargeEntryModel,TARGET extends PerUnitUsageChargeEntryData>
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator<SOURCE,TARGET>
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractUsageChargeEntryPopulator<SOURCE,TARGET>
-
- de.hybris.platform.sap.saprevenuecloudorder.populators.DefaultSAPRevenueCloudPerUnitUsageChargeEntryPopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class DefaultSAPRevenueCloudPerUnitUsageChargeEntryPopulator<SOURCE extends PerUnitUsageChargeEntryModel,TARGET extends PerUnitUsageChargeEntryData> extends AbstractUsageChargeEntryPopulator<SOURCE,TARGET>
Populate DTOPerUnitUsageChargeEntryDatawith data fromTierUsageChargeEntryModel.
-
-
Constructor Summary
Constructors Constructor Description DefaultSAPRevenueCloudPerUnitUsageChargeEntryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator
getCommonI18NService, getPriceDataFactory, setCommonI18NService, setPriceDataFactory
-
-
-
-
Method Detail
-
populate
public void populate(SOURCE source, TARGET target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends PerUnitUsageChargeEntryModel,TARGET extends PerUnitUsageChargeEntryData>- Overrides:
populatein classAbstractUsageChargeEntryPopulator<SOURCE extends PerUnitUsageChargeEntryModel,TARGET extends PerUnitUsageChargeEntryData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-