Uses of Class
de.hybris.platform.subscriptionfacades.data.RecurringChargeEntryData
Packages that use RecurringChargeEntryData
Package
Description
-
Uses of RecurringChargeEntryData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return types with arguments of type RecurringChargeEntryDataMethod parameters in de.hybris.platform.subscriptionfacades.data with type arguments of type RecurringChargeEntryDataModifier and TypeMethodDescriptionvoidSubscriptionPricePlanData.setRecurringChargeEntries(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 RecurringChargeEntryDataModifier and TypeClassDescriptionclassRecurringChargeEntryPopulator<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 RecurringChargeEntryDataModifier and TypeMethodDescriptionSubscriptionPricePlanRecurringChargePopulator.getRecurringChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type RecurringChargeEntryDataModifier and TypeMethodDescriptionvoidSubscriptionPricePlanRecurringChargePopulator.setRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter)