| 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. |
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. |
Subscription |
SubscriptionApi.getSubscriptionForEntitlementId(UUID entitlementId,
TenantContext context)
Retrieves a
Subscription For the entitlementId |
Copyright © 2010-2015. All Rights Reserved.