Class DefaultSAPRevenueCloudPerUnitUsageChargePopulator
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractUsageChargePopulator<SOURCE,TARGET>
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.PerUnitUsageChargePopulator<PerUnitUsageChargeModel,PerUnitUsageChargeData>
-
- de.hybris.platform.sap.saprevenuecloudorder.populators.DefaultSAPRevenueCloudPerUnitUsageChargePopulator
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<PerUnitUsageChargeModel,PerUnitUsageChargeData>
public class DefaultSAPRevenueCloudPerUnitUsageChargePopulator extends PerUnitUsageChargePopulator<PerUnitUsageChargeModel,PerUnitUsageChargeData>
Populate DTOPerUnitUsageChargeDatawith data fromPerUnitUsageChargeModel.
-
-
Constructor Summary
Constructors Constructor Description DefaultSAPRevenueCloudPerUnitUsageChargePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Converter<PerUnitUsageChargeEntryModel,PerUnitUsageChargeEntryData>getPerUnitUsageChargeEntryConverter()voidpopulate(PerUnitUsageChargeModel source, PerUnitUsageChargeData target)Populate the target instance with values from the source instance.voidsetPerUnitUsageChargeEntryConverter(Converter<PerUnitUsageChargeEntryModel,PerUnitUsageChargeEntryData> perUnitUsageChargeEntryConverter)-
Methods inherited from class de.hybris.platform.subscriptionfacades.product.converters.populator.PerUnitUsageChargePopulator
getUsageChargeTypeConverter, setUsageChargeTypeConverter
-
Methods inherited from class de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractUsageChargePopulator
getOverageUsageChargeEntryConverter, getTierUsageChargeEntryConverter, getUsageUnitConverter, setOverageUsageChargeEntryConverter, setTierUsageChargeEntryConverter, setUsageUnitConverter
-
-
-
-
Method Detail
-
populate
public void populate(PerUnitUsageChargeModel source, PerUnitUsageChargeData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PerUnitUsageChargeModel,PerUnitUsageChargeData>- Overrides:
populatein classPerUnitUsageChargePopulator<PerUnitUsageChargeModel,PerUnitUsageChargeData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getPerUnitUsageChargeEntryConverter
public Converter<PerUnitUsageChargeEntryModel,PerUnitUsageChargeEntryData> getPerUnitUsageChargeEntryConverter()
-
setPerUnitUsageChargeEntryConverter
public void setPerUnitUsageChargeEntryConverter(Converter<PerUnitUsageChargeEntryModel,PerUnitUsageChargeEntryData> perUnitUsageChargeEntryConverter)
-
-