| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.entitlement.api | |
| org.killbill.billing.invoice.api | |
| org.killbill.billing.payment.api | |
| org.killbill.billing.util.api |
| Modifier and Type | Method and Description |
|---|---|
Pagination<Account> |
AccountUserApi.getAccounts(Long offset,
Long limit,
TenantContext context) |
Pagination<Account> |
AccountUserApi.searchAccounts(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all accounts having their name, email, external_key or company_name matching the search key
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundles(Long offset,
Long limit,
TenantContext context) |
Pagination<SubscriptionBundle> |
SubscriptionApi.searchSubscriptionBundles(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all
SubscriptionBundle having their id, account id or external key matching the search key |
| Modifier and Type | Method and Description |
|---|---|
Pagination<Invoice> |
InvoiceUserApi.getInvoices(Long offset,
Long limit,
TenantContext context) |
Pagination<Invoice> |
InvoiceUserApi.searchInvoices(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all invoices having their id, number, account id or currency matching the search key
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<PaymentMethod> |
PaymentApi.getPaymentMethods(Long offset,
Long limit,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods across all plugins
|
Pagination<PaymentMethod> |
PaymentApi.getPaymentMethods(Long offset,
Long limit,
String pluginName,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods in a given plugin
|
Pagination<Payment> |
PaymentApi.getPayments(Long offset,
Long limit,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payments across all plugins
|
Pagination<Payment> |
PaymentApi.getPayments(Long offset,
Long limit,
String pluginName,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payments in a given plugin
|
Pagination<PaymentMethod> |
PaymentApi.searchPaymentMethods(String searchKey,
Long offset,
Long limit,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods matching the search key across all plugins
The match will be plugin specific: for instance some plugins will try to match the key
against the last 4 credit cards digits, agreement ids, etc.
|
Pagination<PaymentMethod> |
PaymentApi.searchPaymentMethods(String searchKey,
Long offset,
Long limit,
String pluginName,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods matching the search key in a given plugin
The match will be plugin specific: for instance some plugins will try to match the key
against the last 4 credit cards digits, agreement ids, etc.
|
Pagination<Payment> |
PaymentApi.searchPayments(String searchKey,
Long offset,
Long limit,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payments matching the search key across all plugins
The match will be plugin specific: for instance some plugins will try to match the key
against the transaction ids, etc.
|
Pagination<Payment> |
PaymentApi.searchPayments(String searchKey,
Long offset,
Long limit,
String pluginName,
boolean withPluginInfo,
Iterable<PluginProperty> properties,
TenantContext context)
Find all payments matching the search key in a given plugin
The match will be plugin specific: for instance some plugins will try to match the key
against the transaction ids, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<CustomField> |
CustomFieldUserApi.getCustomFields(Long offset,
Long limit,
TenantContext context) |
Pagination<Tag> |
TagUserApi.getTags(Long offset,
Long limit,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all custom fields having their object type, field name or value matching the search key
|
Pagination<Tag> |
TagUserApi.searchTags(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all tags having their object type, associated tag definition name or description matching the search key
|
Copyright © 2010-2015. All Rights Reserved.