Uses of Interface
org.killbill.billing.entitlement.api.SubscriptionBundle
-
Packages that use SubscriptionBundle Package Description org.killbill.billing.entitlement.api -
-
Uses of SubscriptionBundle in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return SubscriptionBundle Modifier and Type Method Description SubscriptionBundleSubscriptionApi. getActiveSubscriptionBundleForExternalKey(String externalKey, TenantContext context)Retrieves all theSubscriptionBundlefor the given external key.SubscriptionBundleSubscriptionApi. getSubscriptionBundle(UUID bundleId, TenantContext context)Retrieves all theSubscriptionattached to the base entitlement.Methods in org.killbill.billing.entitlement.api that return types with arguments of type SubscriptionBundle Modifier and Type Method Description Pagination<SubscriptionBundle>SubscriptionApi. getSubscriptionBundles(Long offset, Long limit, TenantContext context)Pagination<SubscriptionBundle>SubscriptionApi. getSubscriptionBundlesForAccountId(UUID accountId, Long offset, Long limit, TenantContext context)List<SubscriptionBundle>SubscriptionApi. getSubscriptionBundlesForAccountId(UUID accountId, TenantContext context)Retrieves all theSubscriptionBundlefor a given account.List<SubscriptionBundle>SubscriptionApi. getSubscriptionBundlesForAccountIdAndExternalKey(UUID accountId, String externalKey, TenantContext context)Retrieves all theSubscriptionBundlefor a given account and matching an external key.List<SubscriptionBundle>SubscriptionApi. getSubscriptionBundlesForExternalKey(String externalKey, TenantContext context)Returns an ordered list of allSubscriptionBundlefor a given external key.Pagination<SubscriptionBundle>SubscriptionApi. searchSubscriptionBundles(String searchKey, Long offset, Long limit, TenantContext context)Find allSubscriptionBundlehaving their id, account id or external key matching the search key
-