Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

Account - Interface in org.killbill.billing.account.api
The interface Account represents an account within Killbill.
AccountApiException - Exception in org.killbill.billing.account.api
 
AccountApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.account.api.AccountApiException
 
AccountApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.account.api.AccountApiException
 
AccountApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.account.api.AccountApiException
 
AccountAuditLogs - Interface in org.killbill.billing.util.audit
 
AccountAuditLogsForObjectType - Interface in org.killbill.billing.util.audit
 
AccountData - Interface in org.killbill.billing.account.api
The interface AccountData specifies all the fields on the Account.
AccountEmail - Interface in org.killbill.billing.account.api
 
AccountUserApi - Interface in org.killbill.billing.account.api
The interface AccountUserApi offers APIs related to account operations.
addBlockingState(BlockingState, LocalDate, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Add a BlockingState

The date is interpreted by the system to be in the timezone specified at the Account

addCurrency(DateTime, Currency) - Method in interface org.killbill.billing.catalog.api.MutableCatalog
 
addCurrency(Currency) - Method in interface org.killbill.billing.catalog.api.MutableStaticCatalog
 
addCustomFields(List<CustomField>, CallContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
addEmail(UUID, AccountEmail, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
addEntitlement(UUID, EntitlementSpecifier, LocalDate, LocalDate, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Adds an ADD_ON|STANDALONE entitlement to previously created entitlement.
addInvoiceItem(InvoiceItem) - Method in interface org.killbill.billing.invoice.api.Invoice
 
addInvoiceItems(Collection<InvoiceItem>) - Method in interface org.killbill.billing.invoice.api.Invoice
 
addPayment(InvoicePayment) - Method in interface org.killbill.billing.invoice.api.Invoice
 
addPaymentMethod(Account, String, String, boolean, PaymentMethodPlugin, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
addPaymentMethodWithPaymentControl(Account, String, String, boolean, PaymentMethodPlugin, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
addPayments(Collection<InvoicePayment>) - Method in interface org.killbill.billing.invoice.api.Invoice
 
addPlan(DateTime, Plan) - Method in interface org.killbill.billing.catalog.api.MutableCatalog
 
addPlan(Plan) - Method in interface org.killbill.billing.catalog.api.MutableStaticCatalog
 
addPriceList(DateTime, PriceList) - Method in interface org.killbill.billing.catalog.api.MutableCatalog
 
addPriceList(PriceList) - Method in interface org.killbill.billing.catalog.api.MutableStaticCatalog
 
addProduct(DateTime, Product) - Method in interface org.killbill.billing.catalog.api.MutableCatalog
 
addProduct(Product) - Method in interface org.killbill.billing.catalog.api.MutableStaticCatalog
 
addRoleDefinition(String, List<String>, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Add a role definition in the Shiro store (JDBCRealm)
addSimplePlan(SimplePlanDescriptor, DateTime, CallContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
Allows to add plan definition in existing per-tenant catalog.
addTag(UUID, ObjectType, UUID, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
addTags(UUID, ObjectType, Collection<UUID>, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
addTenantKeyValue(String, String, CallContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
addToDateTime(DateTime) - Method in interface org.killbill.billing.catalog.api.Duration
 
addToLocalDate(LocalDate) - Method in interface org.killbill.billing.catalog.api.Duration
 
addUserRoles(String, String, List<String>, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Add a user with roles in the Shiro store (JDBCRealm)
AdminPaymentApi - Interface in org.killbill.billing.payment.api
 
ALL_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
AuditLevel - Enum in org.killbill.billing.util.api
 
AuditLog - Interface in org.killbill.billing.util.audit
 
AuditLogWithHistory<E extends Entity> - Interface in org.killbill.billing.util.audit
 
AuditUserApi - Interface in org.killbill.billing.util.api
 

B

BaseEntitlementWithAddOnsSpecifier - Interface in org.killbill.billing.entitlement.api
 
BillingActionPolicy - Enum in org.killbill.billing.catalog.api
Specifies how Subscription cancellation or plan change should operate

BillingAlignment - Enum in org.killbill.billing.catalog.api
The various BillingAlignement supported in Killbill.
billingAlignment(PlanPhaseSpecifier, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
billingAlignment(PlanPhaseSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
BillingExceptionBase - Exception in org.killbill.billing
 
BillingExceptionBase(Throwable, int, String) - Constructor for exception org.killbill.billing.BillingExceptionBase
 
BillingExceptionBase(BillingExceptionBase) - Constructor for exception org.killbill.billing.BillingExceptionBase
 
BillingExceptionBase(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.BillingExceptionBase
 
BillingExceptionBase(ErrorCode, Object...) - Constructor for exception org.killbill.billing.BillingExceptionBase
 
BillingMode - Enum in org.killbill.billing.catalog.api
 
BillingPeriod - Enum in org.killbill.billing.catalog.api
The BillingPeriod supported in the system
Block - Interface in org.killbill.billing.catalog.api
 
Blockable - Interface in org.killbill.billing.entitlement.api
Marker interface for objects that can be blocked
BlockingApiException - Exception in org.killbill.billing.entitlement.api
 
BlockingApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.BlockingApiException
 
BlockingApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.BlockingApiException
 
BlockingState - Interface in org.killbill.billing.entitlement.api
 
BlockingStateType - Enum in org.killbill.billing.entitlement.api
 
BlockPriceOverride - Interface in org.killbill.billing.catalog.api
 
BlockType - Enum in org.killbill.billing.catalog.api
 
buildFormDescriptor(Account, UUID, Iterable<PluginProperty>, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentGatewayApi
Build metadata for the client to create a redirect form
buildFormDescriptorWithPaymentControl(Account, UUID, Iterable<PluginProperty>, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentGatewayApi
Build metadata for the client to create a redirect form

C

CallContext - Interface in org.killbill.billing.util.callcontext
External use
CallOrigin - Enum in org.killbill.billing.util.callcontext
 
cancelEntitlementWithDate(LocalDate, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancels the Entitlement at the specified date.
cancelEntitlementWithDateOverrideBillingPolicy(LocalDate, BillingActionPolicy, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancels the Entitlement at the specified date After this operation, the existing object becomes stale.
cancelEntitlementWithPolicy(Entitlement.EntitlementActionPolicy, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancel the Entitlement with a policy.
cancelEntitlementWithPolicyOverrideBillingPolicy(Entitlement.EntitlementActionPolicy, BillingActionPolicy, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancels the Entitlement at the specified date and overrides the default billing policy.
cancelScheduledPaymentTransaction(String, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Cancel scheduled future payment retry
cancelScheduledPaymentTransaction(UUID, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Cancel scheduled future payment retry
Case - Interface in org.killbill.billing.catalog.api.rules
 
CaseBillingAlignment - Interface in org.killbill.billing.catalog.api.rules
 
CaseCancelPolicy - Interface in org.killbill.billing.catalog.api.rules
 
CaseChange - Interface in org.killbill.billing.catalog.api.rules
 
CaseChangePlanAlignment - Interface in org.killbill.billing.catalog.api.rules
 
CaseChangePlanPolicy - Interface in org.killbill.billing.catalog.api.rules
 
CaseCreateAlignment - Interface in org.killbill.billing.catalog.api.rules
 
CasePhase - Interface in org.killbill.billing.catalog.api.rules
 
CasePriceList - Interface in org.killbill.billing.catalog.api.rules
 
Catalog - Interface in org.killbill.billing.catalog.api
The Catalog information for a specific tenant.
CatalogApiException - Exception in org.killbill.billing.catalog.api
 
CatalogApiException(BillingExceptionBase) - Constructor for exception org.killbill.billing.catalog.api.CatalogApiException
 
CatalogApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.catalog.api.CatalogApiException
 
CatalogApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.catalog.api.CatalogApiException
 
CatalogEntity - Interface in org.killbill.billing.catalog.api
 
CatalogUserApi - Interface in org.killbill.billing.catalog.api
The interface CatalogUserApi to retrieve catalog information
changePlan(EntitlementSpecifier, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Change Entitlement plan using default policy.
changePlanOverrideBillingPolicy(EntitlementSpecifier, LocalDate, BillingActionPolicy, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Change Entitlement plan at the specified date and overrides the billing policy.
changePlanWithDate(EntitlementSpecifier, LocalDate, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Change Entitlement plan at the specified date.
ChangeType - Enum in org.killbill.billing.util.audit
 
checkCurrentUserPermissions(List<Permission>, Logical, TenantContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Check the current user has the set of permissions.
ColumnInfo - Interface in org.killbill.billing.util.api
 
commitInvoice(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Move the invoice status from DRAFT to COMMITTED
compareTo(BlockingState) - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
compliesWith(double) - Method in interface org.killbill.billing.catalog.api.Limit
 
compliesWithLimits(String, double) - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
compliesWithLimits(String, double) - Method in interface org.killbill.billing.catalog.api.Product
 
compliesWithLimits(String, double) - Method in interface org.killbill.billing.catalog.api.Usage
 
consumeExistingCBAOnAccountWithUnpaidInvoices(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Rebalance CBA for account which have credit and unpaid invoices-- only needed if system is configured to not rebalance automatically.
ControlTag - Interface in org.killbill.billing.util.tag
 
ControlTagType - Enum in org.killbill.billing.util.tag
 
createAccount(AccountData, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
createAuthorization(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Authorize a payment.
createAuthorizationWithPaymentControl(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Authorize a payment and allow to go through registered routing plugins
createBaseEntitlement(UUID, EntitlementSpecifier, String, LocalDate, LocalDate, boolean, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Create a new entitlement for that account.
createBaseEntitlementsWithAddOns(UUID, Iterable<BaseEntitlementWithAddOnsSpecifier>, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Create multiple new entitlements with addOn entitlements for that account.
createCapture(Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Capture a previously authorized payment.
createCaptureWithPaymentControl(Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Capture a previously authorized payment and allow to go through registered routing plugins
createChargeback(Account, UUID, BigDecimal, Currency, DateTime, String, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Record a chargeback
createChargebackForInvoicePayment(Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
Record a chargeback and allow to go through registered routing plugins
createChargebackReversal(Account, UUID, DateTime, String, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Reverse a chargeback
createChargebackReversalForInvoicePayment(Account, UUID, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
Reverse a chargeback and allow to go through registered routing plugins
createChargebackReversalWithPaymentControl(Account, UUID, DateTime, String, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Reverse a chargeback
createChargebackWithPaymentControl(Account, UUID, BigDecimal, Currency, DateTime, String, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Record a chargeback
createCredit(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Credit a payment method.
createCreditForInvoicePayment(boolean, Map<UUID, BigDecimal>, Account, UUID, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
Credit a payment method for a given invoice and allow to go through registered routing plugins

This is also known as payment in reverse.

createCreditWithPaymentControl(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Credit a payment method and allow to go through registered routing plugins

This is also known as payment in reverse.

createDefaultEmptyCatalog(DateTime, CallContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
Creates a per-tenant default template catalog
createMigrationInvoice(UUID, LocalDate, Iterable<InvoiceItem>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
 
createOrFindCurrentPlan(PlanSpecifier, PlanPhasePriceOverridesWithCallContext) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
createOrFindPlan(PlanSpecifier, PlanPhasePriceOverridesWithCallContext, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
createOrFindPlan(PlanSpecifier, PlanPhasePriceOverridesWithCallContext, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
createPurchase(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Combine an authorize and capture payment.
createPurchaseForInvoicePayment(Account, UUID, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
Combine an authorize and capture payment for a given invoice and allow to go through registered routing plugins
createPurchaseWithPaymentControl(Account, UUID, UUID, BigDecimal, Currency, DateTime, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Combine an authorize and capture payment and allow to go through registered routing plugins
createRefund(Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Refund a previously captured payment.
createRefundForInvoicePayment(boolean, Map<UUID, BigDecimal>, Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
Refund a previously captured payment and allow to go through registered routing plugins
createRefundWithPaymentControl(Account, UUID, BigDecimal, Currency, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Refund a previously captured payment and allow to go through registered routing plugins
createTagDefinition(String, String, Set<ObjectType>, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
createTenant(TenantData, CallContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
createVoid(Account, UUID, DateTime, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Void a previously authorized payment.
createVoidWithPaymentControl(Account, UUID, DateTime, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Void a previously authorized payment and allow to go through registered routing plugins
Currency - Enum in org.killbill.billing.catalog.api
 
CurrencyConversion - Interface in org.killbill.billing.currency.api
 
CurrencyConversionApi - Interface in org.killbill.billing.currency.api
 
CurrencyConversionException - Exception in org.killbill.billing.currency.api
 
CurrencyConversionException(Throwable, int, String) - Constructor for exception org.killbill.billing.currency.api.CurrencyConversionException
 
CurrencyConversionException(BillingExceptionBase) - Constructor for exception org.killbill.billing.currency.api.CurrencyConversionException
 
CurrencyConversionException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.currency.api.CurrencyConversionException
 
CurrencyConversionException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.currency.api.CurrencyConversionException
 
CurrencyValueNull - Exception in org.killbill.billing.catalog.api
 
CurrencyValueNull(Throwable, Object...) - Constructor for exception org.killbill.billing.catalog.api.CurrencyValueNull
 
CurrencyValueNull(Object...) - Constructor for exception org.killbill.billing.catalog.api.CurrencyValueNull
 
CustomField - Interface in org.killbill.billing.util.customfield
 
CustomFieldApiException - Exception in org.killbill.billing.util.api
 
CustomFieldApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.util.api.CustomFieldApiException
 
CustomFieldApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.CustomFieldApiException
 
CustomFieldApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.CustomFieldApiException
 
CustomFieldUserApi - Interface in org.killbill.billing.util.api
 

D

DatabaseExportOutputStream - Interface in org.killbill.billing.util.api
 
dateOfFirstRecurringNonZeroCharge(DateTime, PhaseType) - Method in interface org.killbill.billing.catalog.api.Plan
 
DEFAULT_PRICELIST_NAME - Static variable in interface org.killbill.billing.catalog.api.PriceListSet
 
DEFAULT_RETRY_SCHEDULE - Static variable in exception org.killbill.billing.util.queue.QueueRetryException
 
DefaultNodeCommandMetadata - Class in org.killbill.billing.util.nodes
 
DefaultNodeCommandMetadata(List<NodeCommandProperty>) - Constructor for class org.killbill.billing.util.nodes.DefaultNodeCommandMetadata
 
deleteCatalog(CallContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
Delete a per-tenant catalog (should be used with caution)
deleteCBA(UUID, UUID, UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Delete a CBA item.
deletePaymentMethod(Account, UUID, boolean, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
deleteTagDefinition(UUID, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
deleteTenantKey(String, CallContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
DryRunArguments - Interface in org.killbill.billing.invoice.api
 
DryRunType - Enum in org.killbill.billing.invoice.api
 
Duration - Interface in org.killbill.billing.catalog.api
 

E

EmailNotification - Interface in org.killbill.billing.overdue.api
 
Entitlement - Interface in org.killbill.billing.entitlement.api
An Entitlement is created using the EntitlementApi

It contains apis to return entitlement state (i.e information about whether the user can access the service purchased through the subscription), and also apis to modify the state of the subscription (upgrade, downgrade, cancellation).

Entitlement.EntitlementActionPolicy - Enum in org.killbill.billing.entitlement.api
Used to control the effective date that should be used on Plan change or on cancellation.
Entitlement.EntitlementSourceType - Enum in org.killbill.billing.entitlement.api
Possible Entitlement source types.
Entitlement.EntitlementState - Enum in org.killbill.billing.entitlement.api
Possible states of an Entitlement
EntitlementAOStatusDryRun - Interface in org.killbill.billing.entitlement.api
 
EntitlementAOStatusDryRun.DryRunChangeReason - Enum in org.killbill.billing.entitlement.api
 
EntitlementApi - Interface in org.killbill.billing.entitlement.api
Primary API to manage the creation and retrieval of Entitlement.
EntitlementApiException - Exception in org.killbill.billing.entitlement.api
 
EntitlementApiException(BillingExceptionBase) - Constructor for exception org.killbill.billing.entitlement.api.EntitlementApiException
 
EntitlementApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.EntitlementApiException
 
EntitlementApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.entitlement.api.EntitlementApiException
 
EntitlementApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.EntitlementApiException
 
EntitlementSpecifier - Interface in org.killbill.billing.entitlement.api
 
Entity - Interface in org.killbill.billing.util.entity
 
equals(Object) - Method in class org.killbill.billing.payment.api.PluginProperty
 
ErrorCode - Enum in org.killbill.billing
 
exportDataAsCSVForAccount(UUID, OutputStream, CallContext) - Method in interface org.killbill.billing.util.api.ExportUserApi
 
exportDataForAccount(UUID, DatabaseExportOutputStream, CallContext) - Method in interface org.killbill.billing.util.api.ExportUserApi
 
ExportUserApi - Interface in org.killbill.billing.util.api
 

F

findCurrentPhase(String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
findCurrentPlan(String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
findCurrentPricelist(String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
findCurrentProduct(String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
findPhase(String, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPhase(String) - Method in interface org.killbill.billing.catalog.api.Plan
 
findPlan(String, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPlan(String, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPlans(Product, BillingPeriod) - Method in interface org.killbill.billing.catalog.api.PriceList
 
findPriceListForPlan(String, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findProduct(String, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
Fixed - Interface in org.killbill.billing.catalog.api
 
FixedType - Enum in org.killbill.billing.catalog.api
 
fixPaymentTransactionState(Payment, PaymentTransaction, TransactionStatus, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.AdminPaymentApi
Modify the state for a given PaymentTransaction and its associated Payment.
fromCode(String) - Static method in enum org.killbill.billing.catalog.api.Currency
 
fromCode(int) - Static method in enum org.killbill.billing.ErrorCode
 
FUTURE_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
FUTURE_OR_PRESENT_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 

G

GatewayNotification - Interface in org.killbill.billing.payment.plugin.api
 
getAccountAuditLogs(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.AuditUserApi
Retrieve all audit logs (for all objects) for a given account
getAccountAuditLogs(UUID, ObjectType, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.AuditUserApi
Retrieve all audit logs (for all objects of a given type) for a given account
getAccountBalance(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve the account balance.
getAccountById(UUID, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
getAccountByKey(String, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Retrieves an account by specifying its external key.
getAccountCBA(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve the account CBA.
getAccountId() - Method in interface org.killbill.billing.account.api.AccountEmail
 
getAccountId() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getAccountId() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getAccountId() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundleTimeline
 
getAccountId() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getAccountId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getAccountId() - Method in interface org.killbill.billing.payment.api.Payment
 
getAccountId() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getAccountId() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
getAccountId() - Method in interface org.killbill.billing.util.callcontext.TenantContext
 
getAccountPaymentMethods(UUID, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getAccountPayments(UUID, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getAccounts(Long, Long, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
getAccountUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
Used by the OSGI bundles to interact with Killbill through APIs
getAction() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getActiveSubscriptionBundleForExternalKey(String, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves all the SubscriptionBundle for the given external key.
getAddress1() - Method in interface org.killbill.billing.account.api.AccountData
 
getAddress2() - Method in interface org.killbill.billing.account.api.AccountData
 
getAdminPaymentApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getAlignment() - Method in class org.killbill.billing.catalog.api.PlanChangeResult
 
getAlignment() - Method in interface org.killbill.billing.catalog.api.rules.CaseChangePlanAlignment
 
getAllEntitlementsForAccountId(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Retrieves all the Entitlement for a given account.
getAllEntitlementsForAccountIdAndExternalKey(UUID, String, TenantContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Retrieves all the Entitlement for a given account and matching an external key.
getAllEntitlementsForBundle(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Retrieves all the Entitlement attached to the base entitlement.
getAllPhases() - Method in interface org.killbill.billing.catalog.api.Plan
 
getAllPriceLists() - Method in interface org.killbill.billing.catalog.api.PriceListSet
 
getAllUsageForSubscription(UUID, List<LocalDate>, TenantContext) - Method in interface org.killbill.billing.usage.api.UsageUserApi
Get usage information for a given subscription.
getAmount() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getAmount() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getAmount() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getAmount() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getAmount() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getAmount() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getAmount() - Method in interface org.killbill.billing.usage.api.RawUsageRecord
 
getAmount() - Method in interface org.killbill.billing.usage.api.RolledUpUnit
 
getAmount() - Method in class org.killbill.billing.usage.api.UsageRecord
 
getApiKey() - Method in interface org.killbill.billing.tenant.api.TenantData
 
getApiSecret() - Method in interface org.killbill.billing.tenant.api.TenantData
Note that we don't expose in the API how the secret is stored (with or without salt, hashing algorithm) so we can change it later
getApiVersion() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getApplicableObjectTypes() - Method in enum org.killbill.billing.util.tag.ControlTagType
 
getApplicableObjectTypes() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
getAuditedEntityId() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the original Entity id for this log entry
getAuditedObjectType() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the original Entity object type for this log entry
getAuditLogs(UUID, ObjectType, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.AuditUserApi
Get all the audit entries for a given object.
getAuditLogs(ObjectType) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogs() - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogs(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogsForObjectType
 
getAuditLogsForAccount() - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForBlockingState(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForBundle(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForCustomField(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForInvoice(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForInvoiceItem(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForInvoicePayment(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForPayment(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForPaymentAttempt(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForPaymentMethod(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForPaymentTransaction(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForSubscription(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForSubscriptionEvent(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsForTag(UUID) - Method in interface org.killbill.billing.util.audit.AccountAuditLogs
 
getAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Get all the audit entries with history for a given account.
getAuditUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getAuthAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getAutoInvoicingOff() - Method in enum org.killbill.billing.util.tag.ControlTagType
 
getAutoPaymentOff() - Method in enum org.killbill.billing.util.tag.ControlTagType
 
getAutoReevaluationInterval() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
getAvailable() - Method in interface org.killbill.billing.catalog.api.Product
 
getAvailableAddOnListings(String, String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getAvailableBasePlanListings() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getAvailableBaseProducts() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getBalance() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getBaseCurrency() - Method in interface org.killbill.billing.currency.api.CurrencyConversion
 
getBaseCurrency() - Method in interface org.killbill.billing.currency.api.Rate
 
getBaseEntitlementId() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getBaseRates() - Method in interface org.killbill.billing.currency.api.CurrencyConversionApi
 
getBillCycleDay() - Method in interface org.killbill.billing.entitlement.api.EntitlementSpecifier
 
getBillCycleDayLocal() - Method in interface org.killbill.billing.account.api.AccountData
The billCycleDay should be interpreted in the account timezone.
getBillCycleDayLocal() - Method in interface org.killbill.billing.entitlement.api.Entitlement
The billCycleDay should be interpreted in the account timezone.
getBillingActionPolicy() - Method in interface org.killbill.billing.catalog.api.rules.CaseCancelPolicy
 
getBillingActionPolicy() - Method in interface org.killbill.billing.catalog.api.rules.CaseChangePlanPolicy
 
getBillingActionPolicy() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getBillingAlignment() - Method in interface org.killbill.billing.catalog.api.rules.CaseBillingAlignment
 
getBillingEffectiveDate() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
getBillingEndDate() - Method in interface org.killbill.billing.entitlement.api.Subscription
 
getBillingMode() - Method in interface org.killbill.billing.catalog.api.Usage
 
getBillingPeriod() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getBillingPeriod() - Method in interface org.killbill.billing.catalog.api.Recurring
 
getBillingPeriod() - Method in interface org.killbill.billing.catalog.api.rules.Case
 
getBillingPeriod() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getBillingPeriod() - Method in interface org.killbill.billing.catalog.api.Usage
 
getBillingPeriod() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getBillingStartDate() - Method in interface org.killbill.billing.entitlement.api.Subscription
 
getBlockedId() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getBlockingStateAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Get all the audit entries with history for a given blocking state.
getBlockingStates(UUID, List<BlockingStateType>, List<String>, OrderingType, int, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
getBlocks() - Method in interface org.killbill.billing.catalog.api.Usage
 
getBootTime() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getBundleId() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
getBundleId() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getBundleId() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundleTimeline
 
getBundleId() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getBundleId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getBundleJarPath() - Method in interface org.killbill.billing.osgi.api.config.PluginJavaConfig
 
getBundleSymbolicName() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
getCallContext() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverridesWithCallContext
 
getCallOrigin() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getCapturedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getCaseBillingAlignment() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCaseCancelPolicy() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCaseChangePlanAlignment() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCaseChangePlanPolicy() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCaseCreateAlignment() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCasePriceList() - Method in interface org.killbill.billing.catalog.api.rules.PlanRules
 
getCatalog(String, DateTime, TenantContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
Retrieves the multi versioned catalog.
getCatalog() - Method in interface org.killbill.billing.catalog.api.Plan
 
getCatalogName() - Method in interface org.killbill.billing.catalog.api.Catalog
 
getCatalogName() - Method in interface org.killbill.billing.catalog.api.Product
 
getCatalogName() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getCatalogUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getCategory() - Method in interface org.killbill.billing.catalog.api.Product
 
getCause() - Method in exception org.killbill.billing.BillingExceptionBase
 
getChangeType() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the type of change for this log entry
getChargedAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getChargedThroughDate() - Method in interface org.killbill.billing.entitlement.api.Subscription
 
getChildAccountId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getChildAccountId() - Method in interface org.killbill.billing.invoice.api.InvoiceParentChild
 
getChildInvoiceId() - Method in interface org.killbill.billing.invoice.api.InvoiceParentChild
 
getChildrenAccounts(UUID, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
getCity() - Method in interface org.killbill.billing.account.api.AccountData
 
getCode() - Method in exception org.killbill.billing.BillingExceptionBase
 
getCode() - Method in enum org.killbill.billing.ErrorCode
 
getColumnName() - Method in interface org.killbill.billing.util.api.ColumnInfo
 
getCommandMetadataClass() - Method in enum org.killbill.billing.util.nodes.SystemNodeCommandType
 
getComment() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the comment for this change
getComments() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getCommonVersion() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getCompanyName() - Method in interface org.killbill.billing.account.api.AccountData
 
getControlTagType() - Method in interface org.killbill.billing.util.tag.ControlTag
 
getConversionDate() - Method in interface org.killbill.billing.currency.api.Rate
 
getCountry() - Method in interface org.killbill.billing.account.api.AccountData
 
getCreatedDate() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getCreatedDate() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the time when this change was effective
getCreatedDate() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getCreatedDate() - Method in interface org.killbill.billing.util.entity.Entity
 
getCreditById(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve a credit by id.
getCreditedAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getCreditedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getCurrency() - Method in interface org.killbill.billing.account.api.AccountData
 
getCurrency() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getCurrency() - Method in interface org.killbill.billing.catalog.api.BlockPriceOverride
 
getCurrency() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getCurrency() - Method in interface org.killbill.billing.catalog.api.Price
 
getCurrency() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getCurrency() - Method in interface org.killbill.billing.currency.api.Rate
 
getCurrency() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getCurrency() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getCurrency() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getCurrency() - Method in interface org.killbill.billing.payment.api.Payment
 
getCurrency() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getCurrency() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getCurrency() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getCurrencyConversion(Currency, DateTime) - Method in interface org.killbill.billing.currency.api.CurrencyConversionApi
 
getCurrencyConversionApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getCurrentCatalog(String, TenantContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
Retrieves the current catalog
getCurrentCurrencyConversion(Currency) - Method in interface org.killbill.billing.currency.api.CurrencyConversionApi
This will return the latest -- as known by the plugin -- information for the conversion rates.
getCurrentNodeInfo() - Method in interface org.killbill.billing.util.nodes.KillbillNodesApi
 
getCurrentOffset() - Method in interface org.killbill.billing.util.entity.Pagination
 
getCurrentPlans() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getCurrentProducts() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getCurrentSupportedCurrencies() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getCurrentUnits() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getCurrentUserPermissions(TenantContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Return the set of permissions for the currently logged-in user.
getCustomFieldAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
Get all the audit entries with history for a given custom field.
getCustomFields(Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
getCustomFieldsForAccount(UUID, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
getCustomFieldsForAccountType(UUID, ObjectType, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
getCustomFieldsForObject(UUID, ObjectType, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
getCustomFieldUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getDailyAmount() - Method in class org.killbill.billing.usage.api.UnitUsageRecord
 
getDataType() - Method in interface org.killbill.billing.util.api.ColumnInfo
 
getDate() - Method in interface org.killbill.billing.usage.api.RawUsageRecord
 
getDate() - Method in class org.killbill.billing.usage.api.UsageRecord
 
getDefaultCurrency() - Static method in enum org.killbill.billing.catalog.api.Currency
 
getDescription() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getDescription() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getDescription() - Method in enum org.killbill.billing.payment.api.PaymentResponse
 
getDescription() - Method in enum org.killbill.billing.util.tag.ControlTagType
 
getDescription() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
getDestinationPriceList() - Method in interface org.killbill.billing.catalog.api.rules.CasePriceList
 
getDetails() - Method in class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
getDryRunStatusForChange(UUID, String, LocalDate, TenantContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Simulate a change of product for the BP on that bundle and return the effect it would have on the existing ADD_ON-- if any.
getDryRunType() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getDuration() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getEffectiveDate() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getEffectiveDate() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getEffectiveDate() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getEffectiveDate() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getEffectiveDate() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getEffectiveDate() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getEffectiveDate() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getEffectiveDateForExistingSubscriptions() - Method in interface org.killbill.billing.catalog.api.Plan
 
getEffectiveEndDate() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getEffectiveStartDate() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getEmail() - Method in interface org.killbill.billing.account.api.AccountData
 
getEmail() - Method in interface org.killbill.billing.account.api.AccountEmail
 
getEmailAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Get all the audit entries with history for a given account email.
getEmails(UUID, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
getEnd() - Method in interface org.killbill.billing.usage.api.RolledUpUsage
 
getEndDate() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
The end date of an item can be null (e.g.
getEntitlementApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getEntitlementEffectiveDate() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
getEntitlementForId(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Retrieves an Entitlement using its id.
getEntitlementId() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getEntitlementSpecifier() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
getEntitlementSpecifier() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getEntity() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
Get the serialized response entity returned to the gateway
getEntity() - Method in interface org.killbill.billing.util.audit.AuditLogWithHistory
 
getExclusionControlTagType() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getExportUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getExternalChargeById(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve an external charge by id.
getExternalKey() - Method in interface org.killbill.billing.account.api.AccountData
 
getExternalKey() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getExternalKey() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
getExternalKey() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getExternalKey() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getExternalKey() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundleTimeline
 
getExternalKey() - Method in interface org.killbill.billing.payment.api.Payment
 
getExternalKey() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
getExternalKey() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getExternalKey() - Method in interface org.killbill.billing.tenant.api.TenantData
 
getExternalMessage() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
getExternalPaymentMethodId() - Method in interface org.killbill.billing.payment.api.PaymentMethodPlugin
 
getFieldName() - Method in interface org.killbill.billing.util.customfield.CustomField
 
getFieldValue() - Method in interface org.killbill.billing.util.customfield.CustomField
 
getFinalPhase() - Method in interface org.killbill.billing.catalog.api.Plan
 
getFirstNameLength() - Method in interface org.killbill.billing.account.api.AccountData
 
getFirstPaymentReferenceId() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getFixed() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getFixedOffsetTimeZone() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getFixedPrice() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getFixedPrice() - Method in interface org.killbill.billing.catalog.api.Tier
 
getFixedPrice() - Method in interface org.killbill.billing.catalog.api.Usage
 
getFormat() - Method in enum org.killbill.billing.ErrorCode
 
getFormattedAmount() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceItemFormatter
 
getFormattedBalance() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getFormattedChargedAmount() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getFormattedEndDate() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceItemFormatter
 
getFormattedInvoiceDate() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getFormattedPaidAmount() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getFormattedStartDate() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceItemFormatter
 
getFormFields() - Method in interface org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
 
getFormMethod() - Method in interface org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
 
getFormUrl() - Method in interface org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
 
getFromBillingPeriod() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getFromPriceList() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getFromProduct() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getFromProductCategory() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getGatewayError() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getGatewayErrorCode() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getGatewayErrorCode() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getGatewayErrorMsg() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getGroup() - Method in enum org.killbill.billing.security.Permission
 
getHeaders() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
Get the headers to return to the gateway
getHealthStatus(Tenant, Map) - Method in interface org.killbill.billing.osgi.api.Healthcheck
 
getId() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getId() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getId() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getId() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
getId() - Method in interface org.killbill.billing.util.entity.Entity
 
getId() - Method in enum org.killbill.billing.util.tag.ControlTagType
 
getIdFromKey(String, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
getIncluded() - Method in interface org.killbill.billing.catalog.api.Product
 
getInclusionControlTagType() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getInitialPhaseIterator() - Method in interface org.killbill.billing.catalog.api.Plan
 
getInitialPhases() - Method in interface org.killbill.billing.catalog.api.Plan
 
getInitialReevaluationInterval() - Method in interface org.killbill.billing.overdue.api.OverdueStatesAccount
 
getInvoice(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve an invoice by id.
getInvoiceAsHTML(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve the invoice formatted in HTML.
getInvoiceAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all the audit entries with history for a given invoice.
getInvoiceByInvoiceItem(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
 
getInvoiceByNumber(Integer, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve an invoice by invoice number.
getInvoiceByPayment(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all invoices for a given payment.
getInvoiceDate() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoiceId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getInvoiceId() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getInvoiceItemAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all the audit entries with history for a given invoice item.
getInvoiceItems() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoiceItems(Class<T>) - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoiceItemsByParentInvoice(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Retrieve invoice items details associated to Parent SUMMARY invoice item
getInvoiceItemType() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getInvoiceNumber() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoicePayment(UUID, TenantContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
 
getInvoicePaymentApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getInvoicePaymentAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all the audit entries with history for a given invoice payment.
getInvoicePayments(UUID, TenantContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
 
getInvoicePaymentsByAccount(UUID, TenantContext) - Method in interface org.killbill.billing.payment.api.InvoicePaymentApi
 
getInvoices(Long, Long, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
 
getInvoicesByAccount(UUID, boolean, boolean, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all invoices for a given account.
getInvoicesByAccount(UUID, LocalDate, boolean, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Find invoices from a given day, for a given account.
getInvoiceUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getIsUpdatable() - Method in class org.killbill.billing.payment.api.PluginProperty
 
getItemDetails() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getKbAccountId() - Method in interface org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
 
getKbPaymentId() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
 
getKbPaymentId() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getKbPaymentMethodId() - Method in interface org.killbill.billing.payment.api.PaymentMethodPlugin
 
getKbTransactionPaymentId() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getKey() - Method in class org.killbill.billing.payment.api.PluginProperty
 
getKey() - Method in interface org.killbill.billing.tenant.api.TenantKV
 
getKey() - Method in class org.killbill.billing.util.nodes.NodeCommandProperty
 
getKillbillNodesApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getKillbillVersion() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getLastActivePhase() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getLastActivePlan() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getLastActivePriceList() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getLastActiveProduct() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getLastActiveProductCategory() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getLastUpdatedDate() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getLimits() - Method in interface org.killbill.billing.catalog.api.Product
 
getLimits() - Method in interface org.killbill.billing.catalog.api.Tier
 
getLimits() - Method in interface org.killbill.billing.catalog.api.Usage
 
getLinkedInvoicePaymentId() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
Linked invoice payment id: null for payments, associated invoice payment id for refunds and chargebacks
getLinkedItemId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getLocale() - Method in interface org.killbill.billing.account.api.AccountData
 
getMax() - Method in interface org.killbill.billing.catalog.api.Limit
 
getMax() - Method in interface org.killbill.billing.catalog.api.TieredBlock
 
getMax() - Method in interface org.killbill.billing.catalog.api.TieredBlockPriceOverride
 
getMaxNbRecords() - Method in interface org.killbill.billing.util.entity.Pagination
Total number of records in the complete data set, regardless of paging and filtering

The implementation doesn't have to guarantee accuracy.

getMessage() - Method in exception org.killbill.billing.BillingExceptionBase
 
getMin() - Method in interface org.killbill.billing.catalog.api.Limit
 
getMinTopUpCredit() - Method in interface org.killbill.billing.catalog.api.Block
 
getName() - Method in interface org.killbill.billing.account.api.AccountData
The first and last name when that applies are combined into one name.
getName() - Method in interface org.killbill.billing.catalog.api.CatalogEntity
 
getName() - Method in interface org.killbill.billing.catalog.api.UsagePriceOverride
 
getName() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
getName() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
getNewPriceList() - Method in class org.killbill.billing.catalog.api.PlanChangeResult
 
getNextBillingPeriod() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNextOffset() - Method in interface org.killbill.billing.util.entity.Pagination
 
getNextPhase() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNextPlan() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNextPlanVersion(Plan) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getNextPriceList() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNextProduct() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNodeCommandMetadata() - Method in interface org.killbill.billing.util.nodes.NodeCommand
 
getNodeCommandType() - Method in interface org.killbill.billing.util.nodes.NodeCommand
 
getNodeName() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getNodesInfo() - Method in interface org.killbill.billing.util.nodes.KillbillNodesApi
Each killbill instance registers its current state (versions, plugins) when it starts or when changes occur in the system.
getNotes() - Method in interface org.killbill.billing.account.api.AccountData
 
getNumber() - Method in interface org.killbill.billing.catalog.api.Duration
 
getNumberOfItems() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getNumberOfPayments() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getNumberOfUnpaidInvoicesEqualsOrExceeds() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getObjectId() - Method in interface org.killbill.billing.util.customfield.CustomField
 
getObjectId() - Method in interface org.killbill.billing.util.tag.Tag
 
getObjectType() - Method in enum org.killbill.billing.entitlement.api.SubscriptionEventType
 
getObjectType() - Method in interface org.killbill.billing.util.customfield.CustomField
 
getObjectType() - Method in interface org.killbill.billing.util.tag.Tag
 
getOriginalChargedAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getOriginalCreatedDate() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getOverdueApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getOverdueCancellationPolicy() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
getOverdueCondition() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
getOverdueConfig(TenantContext) - Method in interface org.killbill.billing.overdue.api.OverdueApi
 
getOverdueStateFor(UUID, TenantContext) - Method in interface org.killbill.billing.overdue.api.OverdueApi
 
getOverdueStatesAccount() - Method in interface org.killbill.billing.overdue.api.OverdueConfig
 
getOverrides() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverridesWithCallContext
 
getOverrides() - Method in interface org.killbill.billing.entitlement.api.EntitlementSpecifier
 
getPaidAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getParentAccountId() - Method in interface org.killbill.billing.account.api.AccountData
 
getParentAccountId() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getParentInvoiceId() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getParentInvoiceId() - Method in interface org.killbill.billing.invoice.api.InvoiceParentChild
 
getPayment(UUID, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getPaymentAttemptAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Get all the audit entries with history for a given payment attempt.
getPaymentAttempts() - Method in interface org.killbill.billing.payment.api.Payment
 
getPaymentAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Get all the audit entries with history for a given payment.
getPaymentByExternalKey(String, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentByTransactionExternalKey(String, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentByTransactionId(UUID, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentControlPluginNames() - Method in interface org.killbill.billing.payment.api.PaymentOptions
If the pluginName is null, payment code will bypass invocation of any payment retry logic.
getPaymentCookieId() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
Payment cookie id: null for payments and chargebacks, refund id for refunds
getPaymentDate() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getPaymentExternalKey() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getPaymentId() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getPaymentId() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getPaymentInfoPlugin() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
This will only be filled when the call requires the details from the plugin
getPaymentMethodAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Get all the audit entries with history for a given payment method.
getPaymentMethodByExternalKey(String, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentMethodById(UUID, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentMethodId() - Method in interface org.killbill.billing.account.api.AccountData
 
getPaymentMethodId() - Method in interface org.killbill.billing.payment.api.Payment
 
getPaymentMethodId() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getPaymentMethods(Long, Long, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payment methods across all plugins
getPaymentMethods(Long, Long, String, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payment methods in a given plugin
getPaymentNumber() - Method in interface org.killbill.billing.payment.api.Payment
 
getPayments() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getPayments(Long, Long, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payments across all plugins
getPayments(Long, Long, String, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payments in a given plugin
getPaymentTransactionAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Get all the audit entries with history for a given payment transaction.
getPeriod() - Method in enum org.killbill.billing.catalog.api.BillingPeriod
 
getPhaseName() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getPhaseName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPhaseType() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getPhaseType() - Method in class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
getPhaseType() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getPhaseType() - Method in interface org.killbill.billing.catalog.api.rules.CasePhase
 
getPhaseType() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getPhone() - Method in interface org.killbill.billing.account.api.AccountData
 
getPlan() - Method in interface org.killbill.billing.catalog.api.Listing
 
getPlanAlignmentCreate() - Method in interface org.killbill.billing.catalog.api.rules.CaseCreateAlignment
 
getPlanId() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getPlanName() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getPlanName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPlanPhaseSpecifier() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getPlanPhaseSpecifier() - Method in interface org.killbill.billing.entitlement.api.EntitlementSpecifier
 
getPlans(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getPlans() - Method in interface org.killbill.billing.catalog.api.PriceList
 
getPlansAllowedInBundle() - Method in interface org.killbill.billing.catalog.api.Plan
 
getPlatformVersion() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getPluginApiVersion() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getPluginConfigServiceApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
Used by the OSGI bundles to discover their configuration
getPluginDetail() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
getPluginInfo() - Method in interface org.killbill.billing.util.nodes.NodeInfo
 
getPluginJavaConfig(long) - Method in interface org.killbill.billing.osgi.api.config.PluginConfigServiceApi
 
getPluginKey() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
The key that was used at installation time (when installed through KPM) This is also the key from the official KB plugin repo (https://github.com/killbill/killbill-cloud/blob/master/kpm/lib/kpm/plugins_directory.yml)
getPluginKey() - Method in interface org.killbill.billing.osgi.api.PluginInfo
The key that was used at installation time (when installed through KPM) This is also the key from the official KB plugin repo (https://github.com/killbill/killbill-cloud/blob/master/kpm/lib/kpm/plugins_directory.yml)
getPluginKey() - Method in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
getPluginLanguage() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getPluginName() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getPluginName() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
getPluginName() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getPluginName() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
getPluginName() - Method in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
getPluginProperties() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getPluginRubyConfig(long) - Method in interface org.killbill.billing.osgi.api.config.PluginConfigServiceApi
 
getPluginsInfo() - Method in interface org.killbill.billing.osgi.api.PluginsInfoApi
 
getPluginsInfoApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getPluginState() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
getPluginType() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getPluginVersion() - Method in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
getPluginVersionnedName() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getPluginVersionRoot() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getPolicy() - Method in class org.killbill.billing.catalog.api.PlanChangeResult
 
getPostalCode() - Method in interface org.killbill.billing.account.api.AccountData
 
getPrettyName() - Method in interface org.killbill.billing.catalog.api.CatalogEntity
 
getPrettyPhaseName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPrettyPlanName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPrettyProductName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPrettyUsageName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getPrevBillingPeriod() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getPrevPhase() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getPrevPlan() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getPrevPriceList() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getPrevProduct() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getPrice() - Method in interface org.killbill.billing.catalog.api.Block
 
getPrice() - Method in interface org.killbill.billing.catalog.api.BlockPriceOverride
 
getPrice() - Method in interface org.killbill.billing.catalog.api.Fixed
 
getPrice(Currency) - Method in interface org.killbill.billing.catalog.api.InternationalPrice
 
getPriceList() - Method in interface org.killbill.billing.catalog.api.Listing
 
getPriceList() - Method in interface org.killbill.billing.catalog.api.rules.Case
 
getPriceList() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getPriceListName() - Method in interface org.killbill.billing.catalog.api.Plan
 
getPriceListName() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getPriceLists(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getPrices() - Method in interface org.killbill.billing.catalog.api.InternationalPrice
 
getProcessedAmount() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getProcessedCurrency() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getProcessedCurrency() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getProcessedCurrency() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getProcessedPaymentRate() - Method in interface org.killbill.billing.invoice.api.formatters.InvoiceFormatter
 
getProduct() - Method in interface org.killbill.billing.catalog.api.Plan
 
getProduct() - Method in interface org.killbill.billing.catalog.api.rules.Case
 
getProductCategory() - Method in interface org.killbill.billing.catalog.api.rules.Case
 
getProductCategory() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getProductName() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getProductName() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getProductName() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getProductName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getProducts(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getProperties() - Method in interface org.killbill.billing.payment.api.PaymentMethodPlugin
 
getProperties() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
 
getProperties() - Method in interface org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
 
getProperties() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getProperties() - Method in class org.killbill.billing.util.nodes.DefaultNodeCommandMetadata
 
getProperties() - Method in interface org.killbill.billing.util.nodes.NodeCommandMetadata
 
getPurchasedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getQuantity() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getRate() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getRates() - Method in interface org.killbill.billing.currency.api.CurrencyConversion
 
getReason() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
getReasonCode() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the reason code for this change
getReasonCode() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getRecordId(UUID, ObjectType, TenantContext) - Method in interface org.killbill.billing.util.api.RecordIdApi
This can be used by external plugins to keep the mapping between UUID and recordId
getRecordIdApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getRecurring() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getRecurringBillingMode() - Method in interface org.killbill.billing.catalog.api.Plan
 
getRecurringBillingPeriod() - Method in interface org.killbill.billing.catalog.api.Plan
 
getRecurringPrice() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getRecurringPrice() - Method in interface org.killbill.billing.catalog.api.Recurring
 
getRecurringPrice() - Method in interface org.killbill.billing.catalog.api.Tier
 
getRecurringPrice() - Method in interface org.killbill.billing.catalog.api.Usage
 
getReferenceTime() - Method in interface org.killbill.billing.account.api.AccountData
 
getReferenceTime() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getRefundedAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getRefundedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getRegistrationName() - Method in interface org.killbill.billing.osgi.api.PluginServiceInfo
 
getResponseForLastFailedPaymentIn() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getRetrySchedule() - Method in exception org.killbill.billing.util.queue.QueueRetryException
 
getRoleDefinition(String, TenantContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Retrieves the list of permissions associated to that role in the Shiro store (JDBCRealm)
getRolledUpUnits() - Method in interface org.killbill.billing.usage.api.RolledUpUsage
 
getRubyLoadDir() - Method in interface org.killbill.billing.osgi.api.config.PluginRubyConfig
 
getRubyMainClass() - Method in interface org.killbill.billing.osgi.api.config.PluginRubyConfig
 
getRubyRequire() - Method in interface org.killbill.billing.osgi.api.config.PluginRubyConfig
 
getSecondPaymentReferenceId() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getSecurityApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getService() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getServiceName() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getServices() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
getServiceStateName() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getServiceTypeName() - Method in interface org.killbill.billing.osgi.api.PluginServiceInfo
 
getSize() - Method in interface org.killbill.billing.catalog.api.Block
 
getSize() - Method in interface org.killbill.billing.catalog.api.BlockPriceOverride
 
getSourceType() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getStandaloneCatalogEffectiveDate(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getStart() - Method in interface org.killbill.billing.usage.api.RolledUpUsage
 
getStartDate() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getState() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
getStateName() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getStateName() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getStateOrProvince() - Method in interface org.killbill.billing.account.api.AccountData
 
getStates() - Method in interface org.killbill.billing.overdue.api.OverdueStatesAccount
 
getStatus() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getStatus() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
Get the status code associated with the response to the gateway
getStatus() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getSubject() - Method in interface org.killbill.billing.overdue.api.EmailNotification
 
getSubscriptionApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getSubscriptionAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Get all the audit entries with history for a given subscription.
getSubscriptionBundle(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves all the Subscription attached to the base entitlement.
getSubscriptionBundleAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Get all the audit entries with history for a given bundle.
getSubscriptionBundles(Long, Long, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
getSubscriptionBundlesForAccountId(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves all the SubscriptionBundle for a given account.
getSubscriptionBundlesForAccountIdAndExternalKey(UUID, String, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves all the SubscriptionBundle for a given account and matching an external key.
getSubscriptionBundlesForExternalKey(String, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Returns an ordered list of all SubscriptionBundle for a given external key.
getSubscriptionEventAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Get all the audit entries with history for a given subscription event.
getSubscriptionEvents() - Method in interface org.killbill.billing.entitlement.api.Subscription
 
getSubscriptionEvents() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundleTimeline
 
getSubscriptionEventType() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getSubscriptionForEntitlementId(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves a Subscription For the entitlementId
getSubscriptionId() - Method in interface org.killbill.billing.invoice.api.DryRunArguments
 
getSubscriptionId() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getSubscriptionId() - Method in interface org.killbill.billing.usage.api.RawUsageRecord
 
getSubscriptionId() - Method in interface org.killbill.billing.usage.api.RolledUpUsage
 
getSubscriptionId() - Method in class org.killbill.billing.usage.api.SubscriptionUsageRecord
 
getSubscriptions() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getSupportedCurrencies(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getSymbol() - Method in enum org.killbill.billing.catalog.api.Currency
 
getTableName() - Method in interface org.killbill.billing.util.api.ColumnInfo
 
getTagAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
Get all the audit entries with history for a given tag.
getTagDefinition(UUID, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagDefinitionAuditLogsWithHistoryForId(UUID, AuditLevel, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
Get all the audit entries with history for a given tag definition.
getTagDefinitionForName(String, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagDefinitionId() - Method in interface org.killbill.billing.util.tag.Tag
 
getTagDefinitions(TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagDefinitions(Collection<UUID>, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTags(Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagsForAccount(UUID, boolean, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagsForAccountType(UUID, ObjectType, boolean, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagsForObject(UUID, ObjectType, boolean, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
getTagUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getTargetDate() - Method in interface org.killbill.billing.invoice.api.Invoice
The target day is the latest day to consider for billing events.
getTemplateName() - Method in interface org.killbill.billing.overdue.api.EmailNotification
 
getTenantByApiKey(String) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
getTenantById(UUID) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
getTenantId() - Method in interface org.killbill.billing.util.callcontext.TenantContext
 
getTenantUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getTenantValuesForKey(String, TenantContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
getTierBlockPolicy() - Method in interface org.killbill.billing.catalog.api.Usage
 
getTieredBlockPriceOverrides() - Method in interface org.killbill.billing.catalog.api.TierPriceOverride
 
getTieredBlocks() - Method in interface org.killbill.billing.catalog.api.Tier
 
getTierPriceOverrides() - Method in interface org.killbill.billing.catalog.api.UsagePriceOverride
 
getTiers() - Method in interface org.killbill.billing.catalog.api.Usage
 
getTimeline() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getTimeSinceEarliestUnpaidInvoiceEqualsOrExceeds() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getTimeZone() - Method in interface org.killbill.billing.account.api.AccountData
 
getTimeZone() - Method in interface org.killbill.billing.account.api.ImmutableAccountData
 
getToBillingPeriod() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getToPriceList() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getToProduct() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getToProductCategory() - Method in interface org.killbill.billing.catalog.api.rules.CaseChange
 
getTotalNbRecords() - Method in interface org.killbill.billing.util.entity.Pagination
Total number of records in the data set, regardless of paging, but including filtering

The implementation doesn't have to guarantee accuracy.

getTotalUnpaidInvoiceBalanceEqualsOrExceeds() - Method in interface org.killbill.billing.overdue.api.OverdueCondition
 
getTrackingId() - Method in interface org.killbill.billing.usage.api.RawUsageRecord
 
getTrackingId() - Method in class org.killbill.billing.usage.api.SubscriptionUsageRecord
 
getTransactionExternalKey() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getTransactionId() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getTransactions() - Method in interface org.killbill.billing.payment.api.Payment
 
getTransactionStatus() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getTransactionType() - Method in interface org.killbill.billing.payment.api.PaymentAttempt
 
getTransactionType() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getTransactionType() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
The payment transaction type
getTrialLength() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getTrialTimeUnit() - Method in interface org.killbill.billing.catalog.api.SimplePlanDescriptor
 
getType() - Method in interface org.killbill.billing.catalog.api.Block
 
getType() - Method in interface org.killbill.billing.catalog.api.Fixed
 
getType() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
getType() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getTypeFromId(UUID) - Static method in enum org.killbill.billing.util.tag.ControlTagType
 
getUnit() - Method in interface org.killbill.billing.catalog.api.Block
 
getUnit() - Method in interface org.killbill.billing.catalog.api.Duration
 
getUnit() - Method in interface org.killbill.billing.catalog.api.Limit
 
getUnitName() - Method in interface org.killbill.billing.catalog.api.BlockPriceOverride
 
getUnits(DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
getUnitType() - Method in interface org.killbill.billing.usage.api.RawUsageRecord
 
getUnitType() - Method in interface org.killbill.billing.usage.api.RolledUpUnit
 
getUnitType() - Method in class org.killbill.billing.usage.api.UnitUsageRecord
 
getUnitUsageRecord() - Method in class org.killbill.billing.usage.api.SubscriptionUsageRecord
 
getUnpaidInvoicesByAccountId(UUID, LocalDate, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Find unpaid invoices for a given account, up to a given day.
getUpdatedDate() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getUpdatedDate() - Method in interface org.killbill.billing.util.entity.Entity
 
getUsageForSubscription(UUID, String, LocalDate, LocalDate, TenantContext) - Method in interface org.killbill.billing.usage.api.UsageUserApi
Get usage information for a given subscription.
getUsageName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getUsagePriceOverrides() - Method in interface org.killbill.billing.catalog.api.PlanPhasePriceOverride
 
getUsages() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getUsageType() - Method in interface org.killbill.billing.catalog.api.Usage
 
getUsageType() - Method in interface org.killbill.billing.catalog.api.UsagePriceOverride
 
getUsageUserApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getUserName() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the name of the requestor
getUserName() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getUserRoles(String, TenantContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Retrieves the roles associated to a user in the Shiro store (JDBCRealm)
getUserToken() - Method in interface org.killbill.billing.util.audit.AuditLog
Get the user token of this change requestor
getUserToken() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getUserType() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getValue() - Method in interface org.killbill.billing.catalog.api.Price
 
getValue() - Method in interface org.killbill.billing.currency.api.Rate
 
getValue() - Method in class org.killbill.billing.payment.api.PluginProperty
 
getValue() - Method in enum org.killbill.billing.security.Permission
 
getValue() - Method in interface org.killbill.billing.tenant.api.TenantKV
 
getValue() - Method in class org.killbill.billing.util.nodes.NodeCommandProperty
 
getVersion() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
getVersion() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
getVersions() - Method in interface org.killbill.billing.catalog.api.VersionedCatalog
 

H

hashCode() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
hashCode() - Method in class org.killbill.billing.payment.api.PluginProperty
 
Healthcheck - Interface in org.killbill.billing.osgi.api
 
Healthcheck.HealthStatus - Class in org.killbill.billing.osgi.api
 
HealthStatus(boolean, Map) - Constructor for class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
healthy() - Static method in class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
healthy(String) - Static method in class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
HostedPaymentPageFormDescriptor - Interface in org.killbill.billing.payment.plugin.api
 

I

IllegalPlanChange - Exception in org.killbill.billing.catalog.api
 
IllegalPlanChange(Throwable, PlanPhaseSpecifier, PlanSpecifier) - Constructor for exception org.killbill.billing.catalog.api.IllegalPlanChange
 
IllegalPlanChange(PlanPhaseSpecifier, PlanSpecifier) - Constructor for exception org.killbill.billing.catalog.api.IllegalPlanChange
 
ImmutableAccountData - Interface in org.killbill.billing.account.api
 
insertCredit(UUID, BigDecimal, LocalDate, Currency, boolean, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add a credit to an account.
insertCreditForInvoice(UUID, UUID, BigDecimal, LocalDate, Currency, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add a credit to an invoice.
insertExternalCharges(UUID, LocalDate, Iterable<InvoiceItem>, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add one or multiple external charges to an account.
insertInvoiceItemAdjustment(UUID, UUID, UUID, LocalDate, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Adjust fully a given invoice item.
insertInvoiceItemAdjustment(UUID, UUID, UUID, LocalDate, BigDecimal, Currency, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Adjust partially a given invoice item.
insertTaxItems(UUID, LocalDate, Iterable<InvoiceItem>, boolean, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add one or multiple tax items to one invoice.
InternationalPrice - Interface in org.killbill.billing.catalog.api
The interface InternationalPrice allows to associate a set of prices in different currencies to a given object.
invalidateUser(String, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Invalidate a user
InvalidConfigException - Exception in org.killbill.billing.catalog.api
 
InvalidConfigException(String, Throwable) - Constructor for exception org.killbill.billing.catalog.api.InvalidConfigException
 
InvalidConfigException(String) - Constructor for exception org.killbill.billing.catalog.api.InvalidConfigException
 
Invoice - Interface in org.killbill.billing.invoice.api
 
InvoiceApiException - Exception in org.killbill.billing.invoice.api
 
InvoiceApiException(BillingExceptionBase) - Constructor for exception org.killbill.billing.invoice.api.InvoiceApiException
 
InvoiceApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.invoice.api.InvoiceApiException
 
InvoiceApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.invoice.api.InvoiceApiException
 
InvoiceApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.invoice.api.InvoiceApiException
 
InvoiceCreationEvent - Interface in org.killbill.billing.invoice.api
 
InvoiceFormatter - Interface in org.killbill.billing.invoice.api.formatters
 
InvoiceItem - Interface in org.killbill.billing.invoice.api
 
InvoiceItemFormatter - Interface in org.killbill.billing.invoice.api.formatters
 
InvoiceItemType - Enum in org.killbill.billing.invoice.api
 
InvoiceParentChild - Interface in org.killbill.billing.invoice.api
 
InvoicePayment - Interface in org.killbill.billing.invoice.api
 
InvoicePaymentApi - Interface in org.killbill.billing.payment.api
 
InvoicePaymentType - Enum in org.killbill.billing.invoice.api
 
InvoiceStatus - Enum in org.killbill.billing.invoice.api
 
InvoiceUserApi - Interface in org.killbill.billing.invoice.api
 
isActive() - Method in interface org.killbill.billing.payment.api.PaymentMethod
 
isAuthVoided() - Method in interface org.killbill.billing.payment.api.Payment
 
isAutoInvoicingOff(Collection<UUID>) - Static method in enum org.killbill.billing.util.tag.ControlTagType
Convenience method to return whether an account is configured with auto_invoicing_off (information of which control tag is configured with which behavior stays here)
isAutoPayOff(Collection<UUID>) - Static method in enum org.killbill.billing.util.tag.ControlTagType
Convenience method to return whether an account is configured with auto_pay_off (information of which control tag is configured with which behavior stays here)
isBlockBilling() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
isBlockChange() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
isBlockChanges() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
isBlockedBilling() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
isBlockedEntitlement() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
isBlockEntitlement() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
isClearState() - Method in interface org.killbill.billing.overdue.api.OverdueState
 
isControlTag() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
isDefaultPaymentMethod() - Method in interface org.killbill.billing.payment.api.PaymentMethodPlugin
 
isDisabled() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
isDisableEntitlementAndChangesBlocked() - Method in interface org.killbill.billing.overdue.api.OverdueState
(Bad name, keep it at API level to be consistent with xml config)
isExternalPayment() - Method in interface org.killbill.billing.payment.api.PaymentOptions
Whether this payment occurred outside of the system and should only be recorded as being successful
isHealthy() - Method in class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
isHTML() - Method in interface org.killbill.billing.overdue.api.EmailNotification
 
isMigrated() - Method in interface org.killbill.billing.account.api.AccountData
 
isMigrated() - Method in interface org.killbill.billing.entitlement.api.BaseEntitlementWithAddOnsSpecifier
 
isMigrationInvoice() - Method in interface org.killbill.billing.invoice.api.Invoice
 
isParentInvoice() - Method in interface org.killbill.billing.invoice.api.Invoice
 
isPaymentDelegatedToParent() - Method in interface org.killbill.billing.account.api.AccountData
 
isSelectedForStart() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
isSelectedForStart() - Method in interface org.killbill.billing.osgi.api.PluginInfo
 
isSingleValue() - Method in enum org.killbill.billing.tenant.api.TenantKV.TenantKey
 
isSubjectAuthenticated() - Method in interface org.killbill.billing.security.api.SecurityApi
 
isSuccess() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
isSystemCommandType() - Method in interface org.killbill.billing.util.nodes.NodeCommand
 
isZero() - Method in interface org.killbill.billing.catalog.api.InternationalPrice
 

K

KillbillApi - Interface in org.killbill.billing
Marker interface
KillbillNodesApi - Interface in org.killbill.billing.util.nodes
 

L

Limit - Interface in org.killbill.billing.catalog.api
 
Listing - Interface in org.killbill.billing.catalog.api
 
Logical - Enum in org.killbill.billing.security
An enum for specifying a logical operation that can be used for interpreting authorization annotations
login(Object, Object) - Method in interface org.killbill.billing.security.api.SecurityApi
Perform a login attempt.
logout() - Method in interface org.killbill.billing.security.api.SecurityApi
Log out the current user and invalidate and/or remove any associated entities (e.g.

M

matches(Object) - Method in interface org.killbill.billing.invoice.api.InvoiceItem
Items match if they correspond to the same subscription for the same catalog plan and same start / end dates
mergeWithDelegate(Account) - Method in interface org.killbill.billing.account.api.Account
The current account object will have its fields updated with those of the deleted account.
MIGRATION_PLAN_NAME - Static variable in interface org.killbill.billing.catalog.api.MigrationPlan
 
MIGRATION_PLAN_PHASE_NAME - Static variable in interface org.killbill.billing.catalog.api.MigrationPlan
 
MigrationPlan - Interface in org.killbill.billing.catalog.api
 
MutableAccountData - Interface in org.killbill.billing.account.api
The interface MutableAccountData is used to set the AccountData fields individually and pass them as the whole to the AccountUserApi.
MutableCatalog - Interface in org.killbill.billing.catalog.api
 
MutableStaticCatalog - Interface in org.killbill.billing.catalog.api
 

N

newTable(String, List<ColumnInfo>) - Method in interface org.killbill.billing.util.api.DatabaseExportOutputStream
Notify the stream that the following data is for a different table
NodeCommand - Interface in org.killbill.billing.util.nodes
 
NodeCommandMetadata - Interface in org.killbill.billing.util.nodes
 
NodeCommandProperty - Class in org.killbill.billing.util.nodes
 
NodeCommandProperty(String, Object) - Constructor for class org.killbill.billing.util.nodes.NodeCommandProperty
 
NodeInfo - Interface in org.killbill.billing.util.nodes
 
notifyOfStateChanged(PluginStateChange, String, String, String, PluginLanguage) - Method in interface org.killbill.billing.osgi.api.PluginsInfoApi
Notify OSGI component that a new plugin was installed (downloaded) on the file system.
notifyPendingTransactionOfStateChanged(Account, UUID, boolean, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Transition a currently PENDING transaction into either a SUCCESS or a FAILURE
notifyPendingTransactionOfStateChangedWithPaymentControl(Account, UUID, boolean, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Transition a currently PENDING transaction into either a SUCCESS or a FAILURE
notifyPluginChanged(PluginInfo, Iterable<PluginInfo>) - Method in interface org.killbill.billing.util.nodes.KillbillNodesApi
The api is used to notify core killbill system about changes in the plugins (new installed plugin, started, stopped, ...)

O

ObjectType - Enum in org.killbill.billing
 
OrderingType - Enum in org.killbill.billing
 
org.killbill.billing - package org.killbill.billing
 
org.killbill.billing.account.api - package org.killbill.billing.account.api
 
org.killbill.billing.catalog.api - package org.killbill.billing.catalog.api
 
org.killbill.billing.catalog.api.rules - package org.killbill.billing.catalog.api.rules
 
org.killbill.billing.currency.api - package org.killbill.billing.currency.api
 
org.killbill.billing.entitlement.api - package org.killbill.billing.entitlement.api
 
org.killbill.billing.invoice.api - package org.killbill.billing.invoice.api
 
org.killbill.billing.invoice.api.formatters - package org.killbill.billing.invoice.api.formatters
 
org.killbill.billing.osgi.api - package org.killbill.billing.osgi.api
 
org.killbill.billing.osgi.api.config - package org.killbill.billing.osgi.api.config
 
org.killbill.billing.overdue.api - package org.killbill.billing.overdue.api
 
org.killbill.billing.payment.api - package org.killbill.billing.payment.api
 
org.killbill.billing.payment.plugin.api - package org.killbill.billing.payment.plugin.api
 
org.killbill.billing.security - package org.killbill.billing.security
 
org.killbill.billing.security.api - package org.killbill.billing.security.api
 
org.killbill.billing.tenant.api - package org.killbill.billing.tenant.api
 
org.killbill.billing.usage.api - package org.killbill.billing.usage.api
 
org.killbill.billing.util.api - package org.killbill.billing.util.api
 
org.killbill.billing.util.audit - package org.killbill.billing.util.audit
 
org.killbill.billing.util.callcontext - package org.killbill.billing.util.callcontext
 
org.killbill.billing.util.customfield - package org.killbill.billing.util.customfield
 
org.killbill.billing.util.entity - package org.killbill.billing.util.entity
 
org.killbill.billing.util.nodes - package org.killbill.billing.util.nodes
 
org.killbill.billing.util.queue - package org.killbill.billing.util.queue
 
org.killbill.billing.util.tag - package org.killbill.billing.util.tag
 
OSGIKillbill - Interface in org.killbill.billing.osgi.api
This interface encapsulates all the OSGI interfaces seen by the Killbill OSGI plugins
OSGIPluginProperties - Interface in org.killbill.billing.osgi.api
Those represents the properties that plugin can use when registering services and that Killbill knows how to interpret.
OverdueActions - Enum in org.killbill.billing.catalog.api
The enum OverdueActions specifies the policies that should be taken when a specific object becomes overdue
OverdueApi - Interface in org.killbill.billing.overdue.api
 
OverdueApiException - Exception in org.killbill.billing.overdue.api
 
OverdueApiException(BillingExceptionBase) - Constructor for exception org.killbill.billing.overdue.api.OverdueApiException
 
OverdueApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.overdue.api.OverdueApiException
 
OverdueApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.overdue.api.OverdueApiException
 
OverdueApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.overdue.api.OverdueApiException
 
OverdueCancellationPolicy - Enum in org.killbill.billing.overdue.api
 
OverdueCondition - Interface in org.killbill.billing.overdue.api
 
OverdueConfig - Interface in org.killbill.billing.overdue.api
 
OverdueState - Interface in org.killbill.billing.overdue.api
 
OverdueStatesAccount - Interface in org.killbill.billing.overdue.api
 

P

Pagination<T> - Interface in org.killbill.billing.util.entity
Represents a page, i.e.
PAST_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
PAST_OR_PRESENT_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
pause(UUID, LocalDate, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Will pause all entitlements associated with the base entitlement.
Payment - Interface in org.killbill.billing.payment.api
 
PaymentApi - Interface in org.killbill.billing.payment.api
 
PaymentApiException - Exception in org.killbill.billing.payment.api
 
PaymentApiException(InvoiceApiException) - Constructor for exception org.killbill.billing.payment.api.PaymentApiException
 
PaymentApiException(AccountApiException) - Constructor for exception org.killbill.billing.payment.api.PaymentApiException
 
PaymentApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.payment.api.PaymentApiException
 
PaymentApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.payment.api.PaymentApiException
 
PaymentApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.payment.api.PaymentApiException
 
PaymentAttempt - Interface in org.killbill.billing.payment.api
 
PaymentGatewayApi - Interface in org.killbill.billing.payment.api
 
PaymentMethod - Interface in org.killbill.billing.payment.api
 
PaymentMethodPlugin - Interface in org.killbill.billing.payment.api
 
PaymentOptions - Interface in org.killbill.billing.payment.api
The retryOnFailure parameter will be passed to the plugin to allow or not for retry logic after the call has failed.
PaymentPluginStatus - Enum in org.killbill.billing.payment.plugin.api
 
PaymentResponse - Enum in org.killbill.billing.payment.api
 
PaymentTransaction - Interface in org.killbill.billing.payment.api
 
PaymentTransactionInfoPlugin - Interface in org.killbill.billing.payment.plugin.api
 
Permission - Enum in org.killbill.billing.security
 
PhaseType - Enum in org.killbill.billing.catalog.api
 
Plan - Interface in org.killbill.billing.catalog.api
The interface Plan
PlanAlignmentChange - Enum in org.killbill.billing.catalog.api
 
PlanAlignmentCreate - Enum in org.killbill.billing.catalog.api
The available alignments for the subscription system
planCancelPolicy(PlanPhaseSpecifier, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
planCancelPolicy(PlanPhaseSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
planChange(PlanPhaseSpecifier, PlanSpecifier, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
planChange(PlanPhaseSpecifier, PlanSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
PlanChangeResult - Class in org.killbill.billing.catalog.api
 
PlanChangeResult(PriceList, BillingActionPolicy, PlanAlignmentChange) - Constructor for class org.killbill.billing.catalog.api.PlanChangeResult
 
planCreateAlignment(PlanSpecifier, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
planCreateAlignment(PlanSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
PlanPhase - Interface in org.killbill.billing.catalog.api
The interface PlanPhase is used to express the various phases available on a given Plan
PlanPhasePriceOverride - Interface in org.killbill.billing.catalog.api
 
PlanPhasePriceOverridesWithCallContext - Interface in org.killbill.billing.catalog.api
 
PlanPhaseSpecifier - Class in org.killbill.billing.catalog.api
The class PlanPhaseSpecifier specifies the attributes of a PlanPhase
PlanPhaseSpecifier(String, BillingPeriod, String) - Constructor for class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
PlanPhaseSpecifier(String, BillingPeriod, String, PhaseType) - Constructor for class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
PlanPhaseSpecifier(String) - Constructor for class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
PlanPhaseSpecifier(String, PhaseType) - Constructor for class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
PlanRules - Interface in org.killbill.billing.catalog.api.rules
 
PlanSpecifier - Class in org.killbill.billing.catalog.api
The class PlanSpecifier specifies the attributes of a Plan
PlanSpecifier(String, BillingPeriod, String) - Constructor for class org.killbill.billing.catalog.api.PlanSpecifier
 
PlanSpecifier(String) - Constructor for class org.killbill.billing.catalog.api.PlanSpecifier
 
PlanSpecifier(PlanPhaseSpecifier) - Constructor for class org.killbill.billing.catalog.api.PlanSpecifier
 
PLUGIN_KEY - Static variable in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
PLUGIN_NAME - Static variable in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
PLUGIN_NAME_PROP - Static variable in interface org.killbill.billing.osgi.api.OSGIPluginProperties
Name of the plugin when it registers itself
PLUGIN_VERSION - Static variable in class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
PluginConfig - Interface in org.killbill.billing.osgi.api.config
 
PluginConfigServiceApi - Interface in org.killbill.billing.osgi.api.config
 
PluginInfo - Interface in org.killbill.billing.osgi.api
 
PluginJavaConfig - Interface in org.killbill.billing.osgi.api.config
 
PluginLanguage - Enum in org.killbill.billing.osgi.api.config
 
PluginNodeCommandMetadata - Class in org.killbill.billing.util.nodes
 
PluginNodeCommandMetadata(String, String, String, List<NodeCommandProperty>) - Constructor for class org.killbill.billing.util.nodes.PluginNodeCommandMetadata
 
PluginProperty - Class in org.killbill.billing.payment.api
 
PluginProperty(String, Object, Boolean) - Constructor for class org.killbill.billing.payment.api.PluginProperty
 
PluginRubyConfig - Interface in org.killbill.billing.osgi.api.config
 
PluginServiceInfo - Interface in org.killbill.billing.osgi.api
 
PluginsInfoApi - Interface in org.killbill.billing.osgi.api
 
PluginState - Enum in org.killbill.billing.osgi.api
 
PluginStateChange - Enum in org.killbill.billing.osgi.api
 
PluginType - Enum in org.killbill.billing.osgi.api.config
 
PRESENT_EVENTS - Static variable in interface org.killbill.billing.entitlement.api.SubscriptionApi
 
Price - Interface in org.killbill.billing.catalog.api
 
PriceList - Interface in org.killbill.billing.catalog.api
 
PriceListSet - Interface in org.killbill.billing.catalog.api
 
processNotification(String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentGatewayApi
Process a notification from the gateway

This potentially does more than just deserialize the payload.

processNotificationWithPaymentControl(String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentGatewayApi
Process a notification from the gateway

This potentially does more than just deserialize the payload.

Product - Interface in org.killbill.billing.catalog.api
The interface Product
ProductCategory - Enum in org.killbill.billing.catalog.api
 

Q

QueueRetryException - Exception in org.killbill.billing.util.queue
 
QueueRetryException() - Constructor for exception org.killbill.billing.util.queue.QueueRetryException
 
QueueRetryException(Exception) - Constructor for exception org.killbill.billing.util.queue.QueueRetryException
 
QueueRetryException(List<Period>) - Constructor for exception org.killbill.billing.util.queue.QueueRetryException
 
QueueRetryException(Exception, List<Period>) - Constructor for exception org.killbill.billing.util.queue.QueueRetryException
 

R

Rate - Interface in org.killbill.billing.currency.api
 
RawUsageRecord - Interface in org.killbill.billing.usage.api
 
RecordIdApi - Interface in org.killbill.billing.util.api
 
recordRolledUpUsage(SubscriptionUsageRecord, CallContext) - Method in interface org.killbill.billing.usage.api.UsageUserApi
Bulk usage API when the external system (or the meter module) rolls-up usage data.
Recurring - Interface in org.killbill.billing.catalog.api
 
refreshPaymentMethods(Account, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
refreshPaymentMethods(Account, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Refresh all payment methods across all plugins

This call is not atomic.

removeCustomFields(List<CustomField>, CallContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
removeEmail(UUID, AccountEmail, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
 
removeTag(UUID, ObjectType, UUID, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
removeTags(UUID, ObjectType, Collection<UUID>, CallContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
RequiresPermissions - Annotation Type in org.killbill.billing.security
Indicate the permissions required to execute a method.
resume(UUID, LocalDate, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Will resume all entitlements associated with the base entitlement.
RolledUpUnit - Interface in org.killbill.billing.usage.api
 
RolledUpUsage - Interface in org.killbill.billing.usage.api
 

S

searchAccounts(String, Long, Long, TenantContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Find all accounts having their name, email, external_key or company_name matching the search key
searchCustomFields(String, Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
Find all custom fields having their object type, field name or value matching the search key
searchCustomFields(String, String, ObjectType, Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
searchCustomFields(String, ObjectType, Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
searchInvoices(String, Long, Long, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Find all invoices having their id, number, account id or currency matching the search key
searchPaymentMethods(String, Long, Long, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
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.

searchPaymentMethods(String, Long, Long, String, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
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.

searchPayments(String, Long, Long, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
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.

searchPayments(String, Long, Long, String, boolean, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
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.

searchSubscriptionBundles(String, Long, Long, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Find all SubscriptionBundle having their id, account id or external key matching the search key
searchTags(String, Long, Long, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
Find all tags having their object type, associated tag definition name or description matching the search key
searchTenantKeyValues(String, TenantContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
SecurityApi - Interface in org.killbill.billing.security.api
 
SecurityApiException - Exception in org.killbill.billing.security
 
SecurityApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.security.SecurityApiException
 
SecurityApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.security.SecurityApiException
 
SecurityApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.security.SecurityApiException
 
setAddress1(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account address (first line)
setAddress2(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account address (second line)
setBillCycleDayLocal(int) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account billCycleDayLocal
setCity(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account city
setCompanyName(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account company name
setCountry(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account country
setCurrency(Currency) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account currency
setDefaultPaymentMethod(Account, UUID, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
setEmail(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the default account email
setExternalKey(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account external Key
setFirstNameLength(int) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the length for the first name-- if applicable
setIsMigrated(boolean) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets whether the account has been migrated or not
setIsPaymentDelegatedToParent(boolean) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets whether or not the child account payment is delegated to Parent
setLocale(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account locale
setName(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account name
setNotes(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account notes
setParentAccountId(UUID) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the UUID of the default parentAccountId
setPaymentMethodId(UUID) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the UUID of the default paymentMethod
setPhone(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account phone number
setPostalCode(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account postalCode
setReferenceTime(DateTime) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account referenceTime
setStateOrProvince(String) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account state or province
setTimeZone(DateTimeZone) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets the account timezone
SimplePlanDescriptor - Interface in org.killbill.billing.catalog.api
 
StaticCatalog - Interface in org.killbill.billing.catalog.api
The interface StaticCatalog gives the view of that Catalog at a given time.
Subscription - Interface in org.killbill.billing.entitlement.api
An Subscription is created using the SubscriptionApi

It contains its Entitlement and additional billing related information.

SubscriptionApi - Interface in org.killbill.billing.entitlement.api
API to manage the retrieval of Subscription information.
SubscriptionApiException - Exception in org.killbill.billing.entitlement.api
 
SubscriptionApiException(BillingExceptionBase) - Constructor for exception org.killbill.billing.entitlement.api.SubscriptionApiException
 
SubscriptionApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.SubscriptionApiException
 
SubscriptionApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.entitlement.api.SubscriptionApiException
 
SubscriptionApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.entitlement.api.SubscriptionApiException
 
SubscriptionBundle - Interface in org.killbill.billing.entitlement.api
 
SubscriptionBundleTimeline - Interface in org.killbill.billing.entitlement.api
 
SubscriptionEvent - Interface in org.killbill.billing.entitlement.api
 
SubscriptionEventType - Enum in org.killbill.billing.entitlement.api
 
SubscriptionUsageRecord - Class in org.killbill.billing.usage.api
 
SubscriptionUsageRecord(UUID, String, List<UnitUsageRecord>) - Constructor for class org.killbill.billing.usage.api.SubscriptionUsageRecord
 
SystemNodeCommandType - Enum in org.killbill.billing.util.nodes
 

T

Tag - Interface in org.killbill.billing.util.tag
 
TagApiException - Exception in org.killbill.billing.util.api
 
TagApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.util.api.TagApiException
 
TagApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.TagApiException
 
TagApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.TagApiException
 
TagDefinition - Interface in org.killbill.billing.util.tag
 
TagDefinitionApiException - Exception in org.killbill.billing.util.api
 
TagDefinitionApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.util.api.TagDefinitionApiException
 
TagDefinitionApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.TagDefinitionApiException
 
TagDefinitionApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.util.api.TagDefinitionApiException
 
tagInvoiceAsNotWrittenOff(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Unmark an invoice as written off.
tagInvoiceAsWrittenOff(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Mark an invoice as written off.
TagUserApi - Interface in org.killbill.billing.util.api
 
Tenant - Interface in org.killbill.billing.tenant.api
 
TenantApiException - Exception in org.killbill.billing.tenant.api
 
TenantApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.tenant.api.TenantApiException
 
TenantApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.tenant.api.TenantApiException
 
TenantApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.tenant.api.TenantApiException
 
TenantContext - Interface in org.killbill.billing.util.callcontext
External use
TenantData - Interface in org.killbill.billing.tenant.api
 
TenantKV - Interface in org.killbill.billing.tenant.api
 
TenantKV.TenantKey - Enum in org.killbill.billing.tenant.api
 
TenantUserApi - Interface in org.killbill.billing.tenant.api
 
Tier - Interface in org.killbill.billing.catalog.api
 
TierBlockPolicy - Enum in org.killbill.billing.catalog.api
 
TieredBlock - Interface in org.killbill.billing.catalog.api
 
TieredBlockPriceOverride - Interface in org.killbill.billing.catalog.api
 
TierPriceOverride - Interface in org.killbill.billing.catalog.api
 
TimeUnit - Enum in org.killbill.billing.catalog.api
 
toJodaPeriod() - Method in interface org.killbill.billing.catalog.api.Duration
 
toMutableAccountData() - Method in interface org.killbill.billing.account.api.Account
 
toString() - Method in exception org.killbill.billing.BillingExceptionBase
 
toString() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
toString() - Method in class org.killbill.billing.payment.api.PluginProperty
 
toString() - Method in enum org.killbill.billing.security.Permission
 
toString() - Method in exception org.killbill.billing.util.queue.QueueRetryException
 
TransactionStatus - Enum in org.killbill.billing.payment.api
 
TransactionType - Enum in org.killbill.billing.payment.api
 
transferChildCreditToParent(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Move a given child credit to the parent level
transferEntitlements(UUID, UUID, String, LocalDate, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Transfer all the Entitlement For the source account and matching the external key to the destination account.
transferEntitlementsOverrideBillingPolicy(UUID, UUID, String, LocalDate, BillingActionPolicy, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Transfer all the Entitlement for the source account and matching the external key to the destination account.
triggerDryRunInvoiceGeneration(UUID, LocalDate, DryRunArguments, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Trigger an invoice for a given account and a given day.
triggerInvoiceGeneration(UUID, LocalDate, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Trigger an invoice for a given account and a given day.
triggerNodeCommand(NodeCommand, boolean) - Method in interface org.killbill.billing.util.nodes.KillbillNodesApi
The api will trigger a command that will be issued on all active cluster nodes

U

uncancelEntitlement(Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Removes a pending future cancellation on an entitlement.
undoChangePlan(Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
unHealthy(String) - Static method in class org.killbill.billing.osgi.api.Healthcheck.HealthStatus
 
Unit - Interface in org.killbill.billing.catalog.api
 
UnitUsageRecord - Class in org.killbill.billing.usage.api
 
UnitUsageRecord(String, List<UsageRecord>) - Constructor for class org.killbill.billing.usage.api.UnitUsageRecord
 
updateAccount(Account, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Updates the account by specifying the destination Account object

updateAccount(String, AccountData, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Updates the account by specifying the AccountData object

updateAccount(UUID, AccountData, CallContext) - Method in interface org.killbill.billing.account.api.AccountUserApi
Updates the account by specifying the AccountData object

updateBCD(int, LocalDate, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
updateCustomFields(List<CustomField>, CallContext) - Method in interface org.killbill.billing.util.api.CustomFieldUserApi
 
updateExternalKey(UUID, String, CallContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Update the externalKey for a given bundle
updateRoleDefinition(String, List<String>, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
 
updateTenantKeyValue(String, String, CallContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
updateUserPassword(String, String, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Update password for the user
updateUserRoles(String, List<String>, CallContext) - Method in interface org.killbill.billing.security.api.SecurityApi
Update the roles associated with the user (only the specified roles will be in effect)
uploadCatalog(String, CallContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
 
uploadOverdueConfig(String, CallContext) - Method in interface org.killbill.billing.overdue.api.OverdueApi
 
uploadOverdueConfig(OverdueConfig, CallContext) - Method in interface org.killbill.billing.overdue.api.OverdueApi
 
Usage - Interface in org.killbill.billing.catalog.api
 
UsageApiException - Exception in org.killbill.billing.usage.api
 
UsageApiException(Throwable, int, String) - Constructor for exception org.killbill.billing.usage.api.UsageApiException
 
UsageApiException(Throwable, ErrorCode, Object...) - Constructor for exception org.killbill.billing.usage.api.UsageApiException
 
UsageApiException(ErrorCode, Object...) - Constructor for exception org.killbill.billing.usage.api.UsageApiException
 
UsagePriceOverride - Interface in org.killbill.billing.catalog.api
 
UsageRecord - Class in org.killbill.billing.usage.api
 
UsageRecord(LocalDate, Long) - Constructor for class org.killbill.billing.usage.api.UsageRecord
 
UsageType - Enum in org.killbill.billing.catalog.api
 
UsageUserApi - Interface in org.killbill.billing.usage.api
 
UserType - Enum in org.killbill.billing.util.callcontext
 

V

valueOf(String) - Static method in enum org.killbill.billing.catalog.api.BillingActionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.BillingAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.BillingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.BillingPeriod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.FixedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.OverdueActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.PhaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.PlanAlignmentChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.PlanAlignmentCreate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.ProductCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.TierBlockPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.catalog.api.UsageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.BlockingStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementActionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun.DryRunChangeReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.entitlement.api.SubscriptionEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.invoice.api.DryRunType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.invoice.api.InvoiceItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.invoice.api.InvoicePaymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.invoice.api.InvoiceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.OrderingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.config.PluginLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.config.PluginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.PluginState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.PluginStateChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.overdue.api.OverdueCancellationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.payment.api.PaymentResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.payment.api.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.payment.api.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.payment.plugin.api.PaymentPluginStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.security.Logical
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.security.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.tenant.api.TenantKV.TenantKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.api.AuditLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.audit.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.callcontext.CallOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.callcontext.UserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.nodes.SystemNodeCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.util.tag.ControlTagType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.killbill.billing.catalog.api.BillingActionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.BillingAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.BillingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.BillingPeriod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.FixedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.OverdueActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.PhaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.PlanAlignmentChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.PlanAlignmentCreate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.ProductCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.TierBlockPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.catalog.api.UsageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.BlockingStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementActionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.Entitlement.EntitlementState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun.DryRunChangeReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.entitlement.api.SubscriptionEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.invoice.api.DryRunType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.invoice.api.InvoiceItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.invoice.api.InvoicePaymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.invoice.api.InvoiceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.OrderingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.osgi.api.config.PluginLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.osgi.api.config.PluginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.osgi.api.PluginState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.osgi.api.PluginStateChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.overdue.api.OverdueCancellationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.payment.api.PaymentResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.payment.api.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.payment.api.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.payment.plugin.api.PaymentPluginStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.security.Logical
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.security.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.tenant.api.TenantKV.TenantKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.api.AuditLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.audit.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.callcontext.CallOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.callcontext.UserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.nodes.SystemNodeCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.killbill.billing.util.tag.ControlTagType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionedCatalog<CatalogType> - Interface in org.killbill.billing.catalog.api
 
voidInvoice(UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Move the invoice status from DRAFT or COMMITTED to VOID

W

write(Map<String, Object>) - Method in interface org.killbill.billing.util.api.DatabaseExportOutputStream
Write one row of data
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2010-2019. All Rights Reserved.