Uses of Interface
de.hybris.platform.subscriptionservices.subscription.BillingTimeService
-
Packages that use BillingTimeService Package Description de.hybris.platform.subscriptionservices.order.hook de.hybris.platform.subscriptionservices.subscription.impl -
-
Uses of BillingTimeService in de.hybris.platform.subscriptionservices.order.hook
Methods in de.hybris.platform.subscriptionservices.order.hook that return BillingTimeService Modifier and Type Method Description protected BillingTimeServiceSubscriptionAddToCartMethodHook. getBillingTimeService()Methods in de.hybris.platform.subscriptionservices.order.hook with parameters of type BillingTimeService Modifier and Type Method Description voidSubscriptionAddToCartMethodHook. setBillingTimeService(BillingTimeService billingTimeService) -
Uses of BillingTimeService in de.hybris.platform.subscriptionservices.subscription.impl
Classes in de.hybris.platform.subscriptionservices.subscription.impl that implement BillingTimeService Modifier and Type Class Description classDefaultBillingTimeServiceDefault implementation ofBillingTimeService.Methods in de.hybris.platform.subscriptionservices.subscription.impl that return BillingTimeService Modifier and Type Method Description protected BillingTimeServiceDefaultSubscriptionCommerceCartService. getBillingTimeService()Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type BillingTimeService Modifier and Type Method Description voidDefaultSubscriptionCommerceCartService. setBillingTimeService(BillingTimeService billingTimeService)
-