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