Class AbstractUsageChargeEntryPopulator<SOURCE extends UsageChargeEntryModel,TARGET extends UsageChargeEntryData>
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator<SOURCE,TARGET>
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractUsageChargeEntryPopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
- Direct Known Subclasses:
DefaultSAPRevenueCloudPerUnitUsageChargeEntryPopulator,OverageUsageChargeEntryPopulator,TierUsageChargeEntryPopulator
public abstract class AbstractUsageChargeEntryPopulator<SOURCE extends UsageChargeEntryModel,TARGET extends UsageChargeEntryData> extends AbstractChargeEntryPopulator<SOURCE,TARGET>
Populate DTOUsageChargeEntryDatawith data fromUsageChargeEntryModel.
-
-
Constructor Summary
Constructors Constructor Description AbstractUsageChargeEntryPopulator()
-
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 UsageChargeEntryModel,TARGET extends UsageChargeEntryData>- Overrides:
populatein classAbstractChargeEntryPopulator<SOURCE extends UsageChargeEntryModel,TARGET extends UsageChargeEntryData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-