A B C D E F G H I K L M N O P 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.
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, PlanPhaseSpecifier, LocalDate, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Adds an ADD_ON 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
 
addPayments(Collection<InvoicePayment>) - Method in interface org.killbill.billing.invoice.api.Invoice
 
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
 
AuditLevel - Enum in org.killbill.billing.util.api
 
AuditLog - Interface in org.killbill.billing.util.audit
 
AuditUserApi - Interface in org.killbill.billing.util.api
 

B

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) - 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
 
BlockType - Enum in org.killbill.billing.catalog.api
 
buildFormDescriptor(Account, Iterable<PluginProperty>, Iterable<PluginProperty>, 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, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancels the Entitlement at the specified date.
cancelEntitlementWithDateOverrideBillingPolicy(LocalDate, BillingActionPolicy, 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, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancel the Entitlement with a policy.
cancelEntitlementWithPolicyOverrideBillingPolicy(Entitlement.EntitlementActionPolicy, BillingActionPolicy, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Cancels the Entitlement at the specified date and overrides the default billing policy.
canCreatePlan(PlanSpecifier, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
canCreatePlan(PlanSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
Catalog - Interface in org.killbill.billing.catalog.api
The Catalog information for a specific tenant.
CatalogApiException - Exception in org.killbill.billing.catalog.api
 
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
 
CatalogUserApi - Interface in org.killbill.billing.catalog.api
The interface CatalogUserApi to retrieve catalog information
changePlan(String, BillingPeriod, String, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Change Entitlement plan using default policy.
changePlanOverrideBillingPolicy(String, BillingPeriod, String, LocalDate, BillingActionPolicy, CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Change Entitlement plan at the specified date and overrides the billing policy.
changePlanWithDate(String, BillingPeriod, String, LocalDate, 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
 
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, String, double) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
compliesWithLimits(String, double) - Method in interface org.killbill.billing.catalog.api.Usage
 
consumeExstingCBAOnAccountWithUnpaidInvoices(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, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Authorize a payment.
createBaseEntitlement(UUID, PlanPhaseSpecifier, String, LocalDate, CallContext) - Method in interface org.killbill.billing.entitlement.api.EntitlementApi
Create a new entitlement for that account.
createCapture(Account, UUID, BigDecimal, Currency, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Capture a previously authorized payment.
createChargeback(Account, UUID, BigDecimal, Currency, String, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Record a chargeback
createChargebackWithPaymentControl(Account, UUID, BigDecimal, Currency, String, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Record a chargeback
createCredit(Account, UUID, UUID, BigDecimal, Currency, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Credit a payment method.
createPurchase(Account, UUID, UUID, BigDecimal, Currency, String, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Combine an authorize and capture payment.
createPurchaseWithPaymentControl(Account, UUID, UUID, BigDecimal, Currency, String, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Combine an authorize and capture payment.
createRefund(Account, UUID, BigDecimal, Currency, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Refund a previously captured payment.
createRefundWithPaymentControl(Account, UUID, BigDecimal, Currency, String, Iterable<PluginProperty>, PaymentOptions, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Refund a previously captured payment.
createTagDefinition(String, String, 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, String, Iterable<PluginProperty>, CallContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Void a previously authorized payment.
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
 
deleteCBA(UUID, UUID, UUID, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Delete a CBA item.
deletePaymentMethod(Account, UUID, 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
 
Duration - Interface in org.killbill.billing.catalog.api
 

E

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

It contains all the catalog information and current state that answers the entitlement question.

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
 
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, BillingPeriod, 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, BillingPeriod, String, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPlan(String, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPlan(String, BillingPeriod, String, DateTime, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
findPlan(Product, BillingPeriod) - Method in interface org.killbill.billing.catalog.api.PriceList
 
findPriceList(String, 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
 
fromCode(int) - Static method in enum org.killbill.billing.ErrorCode
 

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.PaymentMethod
 
getAccountPaymentMethods(UUID, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getAccountPayments(UUID, 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
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
 
getAlignment() - Method in class org.killbill.billing.catalog.api.PlanChangeResult
 
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
 
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.invoice.api.InvoiceItem
 
getAmount() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
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.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
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(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
 
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
 
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
 
getAvailable() - Method in interface org.killbill.billing.catalog.api.Product
 
getAvailableAddonListings(String) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
getAvailableBasePlanListings() - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
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
 
getBillCycleDayLocal() - Method in interface org.killbill.billing.account.api.AccountData
The billCycleDay should be interpreted in the account timezone.
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.PlanPhaseSpecifier
 
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.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
 
getBlocks() - Method in interface org.killbill.billing.catalog.api.Usage
 
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.InvoiceItem
 
getBundleJarPath() - Method in interface org.killbill.billing.osgi.api.config.PluginJavaConfig
 
getCallOrigin() - Method in interface org.killbill.billing.util.callcontext.CallContext
 
getCapturedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getCatalog(String, TenantContext) - Method in interface org.killbill.billing.catalog.api.CatalogUserApi
 
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
 
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
 
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
 
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.catalog.api.Price
 
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.PaymentTransaction
 
getCurrency() - Method in interface org.killbill.billing.payment.api.Refund
 
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
 
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.
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
 
getCurrentStateForService(String) - Method in interface org.killbill.billing.entitlement.api.Subscription
 
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.
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 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.util.tag.ControlTagType
 
getDescription() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
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.
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.payment.api.PaymentTransaction
 
getEffectiveDate() - Method in interface org.killbill.billing.payment.api.Refund
Date of the refund
getEffectiveDate() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
 
getEffectiveDateForExistingSubscriptons() - 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
 
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
 
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
 
getEntity() - Method in interface org.killbill.billing.payment.plugin.api.GatewayNotification
Get the serialized response entity returned to the gateway
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.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
 
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
 
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
 
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
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
 
getInitialPhaseIterator() - Method in interface org.killbill.billing.catalog.api.Plan
 
getInitialPhases() - Method in interface org.killbill.billing.catalog.api.Plan
 
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.
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
 
getInvoiceItems() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoiceItems(Class<T>) - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoiceItemType() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
getInvoiceNumber() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getInvoicePaymentApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getInvoicePayments(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoicePaymentApi
 
getInvoicePaymentsByAccount(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoicePaymentApi
 
getInvoices(Long, Long, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
 
getInvoicesByAccount(UUID, TenantContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Get all invoices for a given account.
getInvoicesByAccount(UUID, LocalDate, 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
 
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
 
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
 
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
 
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.Plan
 
getName() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getName() - Method in interface org.killbill.billing.catalog.api.PriceList
 
getName() - Method in interface org.killbill.billing.catalog.api.Product
 
getName() - Method in interface org.killbill.billing.catalog.api.Unit
 
getName() - Method in interface org.killbill.billing.catalog.api.Usage
 
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
 
getNextPriceList() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNextProduct() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getNumber() - Method in interface org.killbill.billing.catalog.api.Duration
 
getNumberOfItems() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getNumberOfMonths() - Method in enum org.killbill.billing.catalog.api.BillingPeriod
 
getNumberOfPayments() - Method in interface org.killbill.billing.invoice.api.Invoice
 
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
 
getPaidAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getPayment(UUID, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
 
getPaymentApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getPaymentByExternalKey(String, 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
 
getPaymentId() - Method in interface org.killbill.billing.invoice.api.InvoicePayment
 
getPaymentId() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
 
getPaymentId() - Method in interface org.killbill.billing.payment.api.Refund
 
getPaymentInfoPlugin() - Method in interface org.killbill.billing.payment.api.PaymentTransaction
This will only be filled when the call requires the details from the plugin
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
 
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, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payments across all plugins
getPayments(Long, Long, String, boolean, Iterable<PluginProperty>, TenantContext) - Method in interface org.killbill.billing.payment.api.PaymentApi
Find all payments in a given plugin
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.entitlement.api.EntitlementAOStatusDryRun
 
getPhone() - Method in interface org.killbill.billing.account.api.AccountData
 
getPlan() - Method in interface org.killbill.billing.catalog.api.Listing
 
getPlan() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getPlanListFrom(String, Product, BillingPeriod) - Method in interface org.killbill.billing.catalog.api.PriceListSet
 
getPlanName() - Method in interface org.killbill.billing.invoice.api.InvoiceItem
 
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
 
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
 
getPluginJavaConfig(long) - Method in interface org.killbill.billing.osgi.api.config.PluginConfigServiceApi
 
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.payment.api.PaymentMethod
 
getPluginRubyConfig(long) - Method in interface org.killbill.billing.osgi.api.config.PluginConfigServiceApi
 
getPluginType() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 
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
 
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.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.entitlement.api.EntitlementAOStatusDryRun
 
getPriceListName() - Method in class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
getPriceListName() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
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
 
getProductCategory() - Method in class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
getProductCategory() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getProductName() - Method in class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
getProductName() - Method in class org.killbill.billing.catalog.api.PlanSpecifier
 
getProductName() - Method in interface org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
 
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
 
getPurchasedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
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.StaticCatalog
 
getRecurringBillingPeriod() - Method in interface org.killbill.billing.catalog.api.Plan
 
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
 
getRefundAmount() - Method in interface org.killbill.billing.payment.api.Refund
 
getRefundedAmount() - Method in interface org.killbill.billing.invoice.api.Invoice
 
getRefundedAmount() - Method in interface org.killbill.billing.payment.api.Payment
 
getRefundInfoPlugin() - Method in interface org.killbill.billing.payment.api.Refund
This will only be filled when the call requires the details from the plugin
getRefundStatus() - Method in interface org.killbill.billing.payment.api.Refund
 
getRequestedDate() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
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
 
getServiceStateName() - Method in interface org.killbill.billing.entitlement.api.SubscriptionEvent
 
getSize() - Method in interface org.killbill.billing.catalog.api.Block
 
getSourceType() - Method in interface org.killbill.billing.entitlement.api.Entitlement
 
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
 
getStateOrProvince() - Method in interface org.killbill.billing.account.api.AccountData
 
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
 
getSubscriptionApi() - Method in interface org.killbill.billing.osgi.api.OSGIKillbill
 
getSubscriptionBundle(UUID, TenantContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Retrieves all the Subscription attached to the base entitlement.
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.
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.InvoiceItem
 
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
 
getTableName() - Method in interface org.killbill.billing.util.api.ColumnInfo
 
getTagDefinition(UUID, TenantContext) - Method in interface org.killbill.billing.util.api.TagUserApi
 
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.
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
 
getTenantValueForKey(String, TenantContext) - Method in interface org.killbill.billing.tenant.api.TenantUserApi
 
getTieredBlocks() - Method in interface org.killbill.billing.catalog.api.Tier
 
getTiers() - Method in interface org.killbill.billing.catalog.api.Usage
 
getTimeline() - Method in interface org.killbill.billing.entitlement.api.SubscriptionBundle
 
getTimeZone() - Method in interface org.killbill.billing.account.api.AccountData
 
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.

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.PaymentTransaction
 
getTransactionType() - Method in interface org.killbill.billing.payment.plugin.api.PaymentTransactionInfoPlugin
The payment transaction type
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
 
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
 
getUsages() - Method in interface org.killbill.billing.catalog.api.PlanPhase
 
getUsageType() - Method in interface org.killbill.billing.catalog.api.Usage
 
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
 
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
 
getVersion() - Method in interface org.killbill.billing.osgi.api.config.PluginConfig
 

H

hashCode() - Method in interface org.killbill.billing.entitlement.api.BlockingState
 
hashCode() - Method in class org.killbill.billing.payment.api.PluginProperty
 
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
 
insertCredit(UUID, BigDecimal, LocalDate, Currency, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add a credit to an account.
insertCreditForInvoice(UUID, UUID, BigDecimal, LocalDate, Currency, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add a credit to an invoice.
insertExternalCharges(UUID, LocalDate, Iterable<InvoiceItem>, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Add one or multiple external charges to an account.
insertInvoiceItemAdjustment(UUID, UUID, UUID, LocalDate, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Adjust fully a given invoice item.
insertInvoiceItemAdjustment(UUID, UUID, UUID, LocalDate, BigDecimal, Currency, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Adjust partially a given invoice item.
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.
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
 
InvoicePayment - Interface in org.killbill.billing.invoice.api
 
InvoicePaymentApi - Interface in org.killbill.billing.invoice.api
 
InvoicePaymentType - 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
 
isAdjusted() - Method in interface org.killbill.billing.payment.api.Refund
 
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
 
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
 
isControlTag() - Method in interface org.killbill.billing.util.tag.TagDefinition
 
isDefaultPaymentMethod() - Method in interface org.killbill.billing.payment.api.PaymentMethodPlugin
 
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
isMigrated() - Method in interface org.killbill.billing.account.api.AccountData
 
isMigrationInvoice() - Method in interface org.killbill.billing.invoice.api.Invoice
 
isNotifiedForInvoices() - Method in interface org.killbill.billing.account.api.AccountData
 
isRetired() - Method in interface org.killbill.billing.catalog.api.Plan
 
isRetired() - Method in interface org.killbill.billing.catalog.api.PriceList
 
isRetired() - Method in interface org.killbill.billing.catalog.api.Product
 
isZero() - Method in interface org.killbill.billing.catalog.api.InternationalPrice
 

K

KillbillApi - Interface in org.killbill.billing
Marker interface

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.

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
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

O

ObjectType - 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.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.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.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

P

Pagination<T> - Interface in org.killbill.billing.util.entity
Represents a page, i.e.
pause(UUID, LocalDate, 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
 
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
 
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) - 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
 
planChangeAlignment(PlanPhaseSpecifier, PlanSpecifier, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
planChangeAlignment(PlanPhaseSpecifier, PlanSpecifier) - Method in interface org.killbill.billing.catalog.api.StaticCatalog
 
planChangePolicy(PlanPhaseSpecifier, PlanSpecifier, DateTime) - Method in interface org.killbill.billing.catalog.api.Catalog
 
planChangePolicy(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) - 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
PlanPhaseSpecifier - Class in org.killbill.billing.catalog.api
The class PlanPhaseSpecifier specifies the attributes of a PlanPhase
PlanPhaseSpecifier(String, ProductCategory, BillingPeriod, String, PhaseType) - Constructor for class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
PlanSpecifier - Class in org.killbill.billing.catalog.api
The class PlanSpecifier specifies the attributes of a Plan
PlanSpecifier(String, ProductCategory, BillingPeriod, String) - Constructor for class org.killbill.billing.catalog.api.PlanSpecifier
 
PlanSpecifier(PlanPhaseSpecifier) - Constructor for class org.killbill.billing.catalog.api.PlanSpecifier
 
PLUGIN_NAME_PROP - Static variable in interface org.killbill.billing.osgi.api.OSGIPluginProperties
Name of the plugin when it registers itself
PluginConfig - Interface in org.killbill.billing.osgi.api.config
 
PluginConfig.PluginLanguage - Enum in org.killbill.billing.osgi.api.config
 
PluginConfig.PluginType - Enum in org.killbill.billing.osgi.api.config
 
PluginConfigServiceApi - Interface in org.killbill.billing.osgi.api.config
 
PluginJavaConfig - Interface in org.killbill.billing.osgi.api.config
 
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
 
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.

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

R

Rate - Interface in org.killbill.billing.currency.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.

Refund - Interface in org.killbill.billing.payment.api
 
RefundStatus - Enum in org.killbill.billing.payment.api
 
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, 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
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, 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, 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
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
setIsNotifiedForInvoices(boolean) - Method in interface org.killbill.billing.account.api.MutableAccountData
Sets whether or not the account should receive notification on future invoices
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
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
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
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, List<UnitUsageRecord>) - Constructor for class org.killbill.billing.usage.api.SubscriptionUsageRecord
 

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
 
TieredBlock - 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
 
toPlanSpecifier() - Method in class org.killbill.billing.catalog.api.PlanPhaseSpecifier
 
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
 
TransactionStatus - Enum in org.killbill.billing.payment.api
 
TransactionType - Enum in org.killbill.billing.payment.api
 
transferEntitlements(UUID, UUID, String, LocalDate, 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, 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.
triggerInvoiceGeneration(UUID, LocalDate, boolean, CallContext) - Method in interface org.killbill.billing.invoice.api.InvoiceUserApi
Trigger an invoice for a given account and a given day.

U

uncancelEntitlement(CallContext) - Method in interface org.killbill.billing.entitlement.api.Entitlement
Removes a pending future cancellation on an entitlement.
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

updateExternalKey(UUID, String, CallContext) - Method in interface org.killbill.billing.entitlement.api.SubscriptionApi
Update the externalKey for a given bundle
Usage - 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.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.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.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.config.PluginConfig.PluginLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.osgi.api.config.PluginConfig.PluginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.killbill.billing.payment.api.RefundStatus
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.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.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.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.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.osgi.api.config.PluginConfig.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.PluginConfig.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.payment.api.RefundStatus
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.tag.ControlTagType
Returns an array containing the constants of this enum type, in the order they are declared.

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 R S T U V W 

Copyright © 2010-2014. All Rights Reserved.