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 DTO
OneTimeChargeEntryData with data from OneTimeChargeEntryModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<BillingTimeModel,BillingTimeData> voidPopulate 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
-
Constructor Details
-
OneTimeChargeEntryPopulator
public OneTimeChargeEntryPopulator()
-
-
Method Details
-
populate
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
-
setBillingTimeConverter
public void setBillingTimeConverter(Converter<BillingTimeModel, BillingTimeData> billingTimeConverter)
-