Uses of Class
de.hybris.platform.subscriptionfacades.data.UsageChargeTypeData
-
Packages that use UsageChargeTypeData Package Description de.hybris.platform.subscriptionfacades.data de.hybris.platform.subscriptionfacades.product.converters.populator -
-
Uses of UsageChargeTypeData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return UsageChargeTypeData Modifier and Type Method Description UsageChargeTypeDataPerUnitUsageChargeData. getUsageChargeType()Methods in de.hybris.platform.subscriptionfacades.data with parameters of type UsageChargeTypeData Modifier and Type Method Description voidPerUnitUsageChargeData. setUsageChargeType(UsageChargeTypeData usageChargeType) -
Uses of UsageChargeTypeData in de.hybris.platform.subscriptionfacades.product.converters.populator
Methods in de.hybris.platform.subscriptionfacades.product.converters.populator that return types with arguments of type UsageChargeTypeData Modifier and Type Method Description protected Converter<UsageChargeType,UsageChargeTypeData>PerUnitUsageChargePopulator. getUsageChargeTypeConverter()Methods in de.hybris.platform.subscriptionfacades.product.converters.populator with parameters of type UsageChargeTypeData Modifier and Type Method Description voidUsageChargeTypePopulator. populate(UsageChargeType source, UsageChargeTypeData target)Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type UsageChargeTypeData Modifier and Type Method Description voidPerUnitUsageChargePopulator. setUsageChargeTypeConverter(Converter<UsageChargeType,UsageChargeTypeData> usageChargeTypeConverter)
-