| Package | Description |
|---|---|
| org.killbill.billing.subscription.engine.dao | |
| org.killbill.billing.subscription.engine.dao.model |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBundleModelDao> |
BundleSqlDao.getBundleFromAccount(String accountId,
InternalTenantContext context) |
List<SubscriptionBundleModelDao> |
BundleSqlDao.getBundlesForKey(String externalKey,
InternalTenantContext context) |
List<SubscriptionBundleModelDao> |
BundleSqlDao.getBundlesFromAccountAndKey(String accountId,
String externalKey,
InternalTenantContext context) |
Pagination<SubscriptionBundleModelDao> |
DefaultSubscriptionDao.searchSubscriptionBundles(String searchKey,
Long offset,
Long limit,
InternalTenantContext context) |
Pagination<SubscriptionBundleModelDao> |
SubscriptionDao.searchSubscriptionBundles(String searchKey,
Long offset,
Long limit,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.killbill.billing.entitlement.api.SubscriptionApiException |
DefaultSubscriptionDao.generateAlreadyExistsException(SubscriptionBundleModelDao entity,
InternalCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionBaseBundle |
SubscriptionBundleModelDao.toSubscriptionbundle(SubscriptionBundleModelDao src) |
Copyright © 2010-2017. All Rights Reserved.