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