Class TmaSppRecurringChargePopulator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaSppRecurringChargePopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class TmaSppRecurringChargePopulator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Populates
SubscriptionPricePlanData.recurringChargeEntries based on {@link SubscriptionPricePlanModel=#recurringChargeEntries}}- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSppRecurringChargePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel,RecurringChargeEntryData> void
-
Constructor Details
-
TmaSppRecurringChargePopulator
public TmaSppRecurringChargePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>
-
getRecurringChargeEntryConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel,RecurringChargeEntryData> getRecurringChargeEntryConverter()
-