Class OneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator<SOURCE,TARGET>
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.OneTimeChargeEntryPopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class OneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData> extends AbstractChargeEntryPopulator<SOURCE,TARGET>
Populate DTOOneTimeChargeEntryDatawith data fromOneTimeChargeEntryModel.
-
-
Constructor Summary
Constructors Constructor Description OneTimeChargeEntryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<BillingTimeModel,BillingTimeData>getBillingTimeConverter()voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.voidsetBillingTimeConverter(Converter<BillingTimeModel,BillingTimeData> billingTimeConverter)-
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 OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>- Overrides:
populatein classAbstractChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getBillingTimeConverter
protected Converter<BillingTimeModel,BillingTimeData> getBillingTimeConverter()
-
setBillingTimeConverter
public void setBillingTimeConverter(Converter<BillingTimeModel,BillingTimeData> billingTimeConverter)
-
-