Uses of Interface
org.killbill.billing.util.audit.AuditLogWithHistory
-
-
Uses of AuditLogWithHistory in org.killbill.billing.account.api
Methods in org.killbill.billing.account.api that return types with arguments of type AuditLogWithHistory Modifier and Type Method Description List<AuditLogWithHistory>AccountUserApi. getAuditLogsWithHistoryForId(UUID accountId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given account.List<AuditLogWithHistory>AccountUserApi. getEmailAuditLogsWithHistoryForId(UUID accountEmailId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given account email. -
Uses of AuditLogWithHistory in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return types with arguments of type AuditLogWithHistory Modifier and Type Method Description List<AuditLogWithHistory>SubscriptionApi. getBlockingStateAuditLogsWithHistoryForId(UUID blockingId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given blocking state.List<AuditLogWithHistory>SubscriptionApi. getSubscriptionAuditLogsWithHistoryForId(UUID entitlementId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given subscription.List<AuditLogWithHistory>SubscriptionApi. getSubscriptionBundleAuditLogsWithHistoryForId(UUID bundleId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given bundle.List<AuditLogWithHistory>SubscriptionApi. getSubscriptionEventAuditLogsWithHistoryForId(UUID EventId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given subscription event. -
Uses of AuditLogWithHistory in org.killbill.billing.invoice.api
Methods in org.killbill.billing.invoice.api that return types with arguments of type AuditLogWithHistory Modifier and Type Method Description List<AuditLogWithHistory>InvoiceUserApi. getInvoiceAuditLogsWithHistoryForId(UUID invoiceId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given invoice.List<AuditLogWithHistory>InvoiceUserApi. getInvoiceItemAuditLogsWithHistoryForId(UUID invoiceItemId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given invoice item.List<AuditLogWithHistory>InvoiceUserApi. getInvoicePaymentAuditLogsWithHistoryForId(UUID invoicePaymentId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given invoice payment. -
Uses of AuditLogWithHistory in org.killbill.billing.payment.api
Methods in org.killbill.billing.payment.api that return types with arguments of type AuditLogWithHistory Modifier and Type Method Description List<AuditLogWithHistory>PaymentApi. getPaymentAttemptAuditLogsWithHistoryForId(UUID paymentAttemptId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given payment attempt.List<AuditLogWithHistory>PaymentApi. getPaymentAuditLogsWithHistoryForId(UUID paymentId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given payment.List<AuditLogWithHistory>PaymentApi. getPaymentMethodAuditLogsWithHistoryForId(UUID paymentMethodId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given payment method.List<AuditLogWithHistory>PaymentApi. getPaymentTransactionAuditLogsWithHistoryForId(UUID paymentTransactionId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given payment transaction. -
Uses of AuditLogWithHistory in org.killbill.billing.util.api
Methods in org.killbill.billing.util.api that return types with arguments of type AuditLogWithHistory Modifier and Type Method Description List<AuditLogWithHistory>CustomFieldUserApi. getCustomFieldAuditLogsWithHistoryForId(UUID customFieldId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given custom field.List<AuditLogWithHistory>TagUserApi. getTagAuditLogsWithHistoryForId(UUID tagId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given tag.List<AuditLogWithHistory>TagUserApi. getTagDefinitionAuditLogsWithHistoryForId(UUID tagDefinitionId, AuditLevel auditLevel, TenantContext context)Get all the audit entries with history for a given tag definition.
-