Class SubscriptionPricePlanRecurringChargePopulator<SOURCE extends SubscriptionPricePlanModel,TARGET extends SubscriptionPricePlanData>
java.lang.Object
de.hybris.platform.subscriptionfacades.product.converters.populator.SubscriptionPricePlanRecurringChargePopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class SubscriptionPricePlanRecurringChargePopulator<SOURCE extends SubscriptionPricePlanModel,TARGET extends SubscriptionPricePlanData>
extends Object
implements Populator<SOURCE,TARGET>
Populate DTO
SubscriptionPricePlanData.recurringChargeEntries with data from
SubscriptionPricePlanModel#_recurringChargeEntries.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPopulate the target instance with values from the source instance.voidsetRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter)
-
Constructor Details
-
SubscriptionPricePlanRecurringChargePopulator
public SubscriptionPricePlanRecurringChargePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends SubscriptionPricePlanModel,TARGET extends SubscriptionPricePlanData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getRecurringChargeEntryConverter
protected Converter<RecurringChargeEntryModel,RecurringChargeEntryData> getRecurringChargeEntryConverter() -
setRecurringChargeEntryConverter
public void setRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter)
-