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