Class VolumeUsageChargePopulator<SOURCE extends VolumeUsageChargeModel,TARGET extends VolumeUsageChargeData>
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractUsageChargePopulator<SOURCE,TARGET>
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.VolumeUsageChargePopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class VolumeUsageChargePopulator<SOURCE extends VolumeUsageChargeModel,TARGET extends VolumeUsageChargeData> extends AbstractUsageChargePopulator<SOURCE,TARGET>
Populate DTOVolumeUsageChargeDatawith data fromVolumeUsageChargeModel.
-
-
Constructor Summary
Constructors Constructor Description VolumeUsageChargePopulator()
-
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.AbstractUsageChargePopulator
getOverageUsageChargeEntryConverter, getTierUsageChargeEntryConverter, getUsageUnitConverter, setOverageUsageChargeEntryConverter, setTierUsageChargeEntryConverter, setUsageUnitConverter
-
-
-
-
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 VolumeUsageChargeModel,TARGET extends VolumeUsageChargeData>- Overrides:
populatein classAbstractUsageChargePopulator<SOURCE extends VolumeUsageChargeModel,TARGET extends VolumeUsageChargeData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-