Class TierUsageChargeEntryPopulator<SOURCE extends TierUsageChargeEntryModel,TARGET extends TierUsageChargeEntryData>
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.subscriptionfacades.product.converters.populator.TierUsageChargeEntryPopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class TierUsageChargeEntryPopulator<SOURCE extends TierUsageChargeEntryModel,TARGET extends TierUsageChargeEntryData>
extends AbstractUsageChargeEntryPopulator<SOURCE,TARGET>
Populate DTO
TierUsageChargeEntryData with data from TierUsageChargeEntryModel.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator
getCommonI18NService, getPriceDataFactory, setCommonI18NService, setPriceDataFactory
-
Constructor Details
-
TierUsageChargeEntryPopulator
public TierUsageChargeEntryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends TierUsageChargeEntryModel,TARGET extends TierUsageChargeEntryData> - Overrides:
populatein classAbstractUsageChargeEntryPopulator<SOURCE extends TierUsageChargeEntryModel,TARGET extends TierUsageChargeEntryData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-