| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.payment.api | |
| org.killbill.billing.util.api |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuditLogWithHistory> |
AccountUserApi.getAuditLogsWithHistoryForId(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given account.
|
java.util.List<AuditLogWithHistory> |
AccountUserApi.getEmailAuditLogsWithHistoryForId(java.util.UUID accountEmailId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given account email.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuditLogWithHistory> |
PaymentApi.getPaymentAttemptAuditLogsWithHistoryForId(java.util.UUID paymentAttemptId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given payment attempt.
|
java.util.List<AuditLogWithHistory> |
PaymentApi.getPaymentAuditLogsWithHistoryForId(java.util.UUID paymentId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given payment.
|
java.util.List<AuditLogWithHistory> |
PaymentApi.getPaymentMethodAuditLogsWithHistoryForId(java.util.UUID paymentMethodId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given payment method.
|
java.util.List<AuditLogWithHistory> |
PaymentApi.getPaymentTransactionAuditLogsWithHistoryForId(java.util.UUID paymentTransactionId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given payment transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditLevel |
AuditLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditLevel[] |
AuditLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccountAuditLogs |
AuditUserApi.getAccountAuditLogs(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects) for a given account
|
AccountAuditLogsForObjectType |
AuditUserApi.getAccountAuditLogs(java.util.UUID accountId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects of a given type) for a given account
|
java.util.List<AuditLog> |
AuditUserApi.getAuditLogs(java.util.UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
java.util.List<AuditLogWithHistory> |
CustomFieldUserApi.getCustomFieldAuditLogsWithHistoryForId(java.util.UUID customFieldId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given custom field.
|
java.util.List<AuditLogWithHistory> |
TagUserApi.getTagAuditLogsWithHistoryForId(java.util.UUID tagId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given tag.
|
java.util.List<AuditLogWithHistory> |
TagUserApi.getTagDefinitionAuditLogsWithHistoryForId(java.util.UUID tagDefinitionId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given tag definition.
|
Copyright © 2010-2018. All Rights Reserved.