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