Uses of Class
de.hybris.platform.subscriptionfacades.data.RecurringChargeEntryData
-
Packages that use RecurringChargeEntryData Package Description de.hybris.platform.subscriptionfacades.data de.hybris.platform.subscriptionfacades.product.converters.populator -
-
Uses of RecurringChargeEntryData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return types with arguments of type RecurringChargeEntryData Modifier and Type Method Description java.util.List<RecurringChargeEntryData>SubscriptionPricePlanData. getRecurringChargeEntries()Method parameters in de.hybris.platform.subscriptionfacades.data with type arguments of type RecurringChargeEntryData Modifier and Type Method Description voidSubscriptionPricePlanData. setRecurringChargeEntries(java.util.List<RecurringChargeEntryData> recurringChargeEntries) -
Uses of RecurringChargeEntryData in de.hybris.platform.subscriptionfacades.product.converters.populator
Classes in de.hybris.platform.subscriptionfacades.product.converters.populator with type parameters of type RecurringChargeEntryData Modifier and Type Class Description classRecurringChargeEntryPopulator<SOURCE extends RecurringChargeEntryModel,TARGET extends RecurringChargeEntryData>Populate DTORecurringChargeEntryDatawith data fromRecurringChargeEntryModel.Methods in de.hybris.platform.subscriptionfacades.product.converters.populator that return types with arguments of type RecurringChargeEntryData Modifier and Type Method Description protected Converter<RecurringChargeEntryModel,RecurringChargeEntryData>SubscriptionPricePlanRecurringChargePopulator. getRecurringChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type RecurringChargeEntryData Modifier and Type Method Description voidSubscriptionPricePlanRecurringChargePopulator. setRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel,RecurringChargeEntryData> recurringChargeEntryConverter)
-