Uses of Class
de.hybris.platform.subscriptionfacades.data.BillingPlanData
-
Packages that use BillingPlanData Package Description de.hybris.platform.subscriptionfacades.converters.populator de.hybris.platform.subscriptionfacades.data -
-
Uses of BillingPlanData in de.hybris.platform.subscriptionfacades.converters.populator
Classes in de.hybris.platform.subscriptionfacades.converters.populator with type parameters of type BillingPlanData Modifier and Type Class Description classBillingPlanPopulator<SOURCE extends BillingPlanModel,TARGET extends BillingPlanData>Populator implementation forBillingPlanModelas source andBillingPlanDataas target type.Methods in de.hybris.platform.subscriptionfacades.converters.populator that return types with arguments of type BillingPlanData Modifier and Type Method Description protected Converter<BillingPlanModel,BillingPlanData>SubscriptionTermPopulator. getBillingPlanConverter()Method parameters in de.hybris.platform.subscriptionfacades.converters.populator with type arguments of type BillingPlanData Modifier and Type Method Description voidSubscriptionTermPopulator. setBillingPlanConverter(Converter<BillingPlanModel,BillingPlanData> billingPlanConverter) -
Uses of BillingPlanData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return BillingPlanData Modifier and Type Method Description BillingPlanDataSubscriptionTermData. getBillingPlan()Methods in de.hybris.platform.subscriptionfacades.data with parameters of type BillingPlanData Modifier and Type Method Description voidSubscriptionTermData. setBillingPlan(BillingPlanData billingPlan)
-