Uses of Class
de.hybris.platform.subscriptionfacades.data.OneTimeChargeEntryData
-
Packages that use OneTimeChargeEntryData Package Description de.hybris.platform.subscriptionfacades.data de.hybris.platform.subscriptionfacades.product.converters.populator -
-
Uses of OneTimeChargeEntryData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return types with arguments of type OneTimeChargeEntryData Modifier and Type Method Description java.util.List<OneTimeChargeEntryData>SubscriptionPricePlanData. getOneTimeChargeEntries()Method parameters in de.hybris.platform.subscriptionfacades.data with type arguments of type OneTimeChargeEntryData Modifier and Type Method Description voidSubscriptionPricePlanData. setOneTimeChargeEntries(java.util.List<OneTimeChargeEntryData> oneTimeChargeEntries) -
Uses of OneTimeChargeEntryData in de.hybris.platform.subscriptionfacades.product.converters.populator
Classes in de.hybris.platform.subscriptionfacades.product.converters.populator with type parameters of type OneTimeChargeEntryData Modifier and Type Class Description classOneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>Populate DTOOneTimeChargeEntryDatawith data fromOneTimeChargeEntryModel.Methods in de.hybris.platform.subscriptionfacades.product.converters.populator that return types with arguments of type OneTimeChargeEntryData Modifier and Type Method Description protected Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData>SubscriptionPricePlanOneTimeChargePopulator. getOneTimeChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type OneTimeChargeEntryData Modifier and Type Method Description voidSubscriptionPricePlanOneTimeChargePopulator. setOneTimeChargeEntryConverter(Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData> oneTimeChargeEntryConverter)
-