| Package | Description |
|---|---|
| org.killbill.billing.entitlement.api |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBundle |
SubscriptionApi.getActiveSubscriptionBundleForExternalKey(String externalKey,
TenantContext context)
Retrieves all the
SubscriptionBundle for the given external key. |
SubscriptionBundle |
SubscriptionApi.getSubscriptionBundle(UUID bundleId,
TenantContext context)
Retrieves all the
Subscription attached to the base entitlement. |
| Modifier and Type | Method and Description |
|---|---|
Pagination<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundles(Long offset,
Long limit,
TenantContext context) |
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForAccountId(UUID accountId,
TenantContext context)
Retrieves all the
SubscriptionBundle for a given account. |
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForAccountIdAndExternalKey(UUID accountId,
String externalKey,
TenantContext context)
Retrieves all the
SubscriptionBundle for a given account and matching an external key. |
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForExternalKey(String externalKey,
TenantContext context)
Returns an ordered list of all
SubscriptionBundle for a given external key. |
Pagination<SubscriptionBundle> |
SubscriptionApi.searchSubscriptionBundles(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all
SubscriptionBundle having their id, account id or external key matching the search key |
Copyright © 2010-2015. All Rights Reserved.