Uses of Class
org.killbill.billing.util.api.AuditLevel
-
Packages that use AuditLevel Package Description org.killbill.billing.account.api org.killbill.billing.entitlement.api org.killbill.billing.invoice.api org.killbill.billing.payment.api org.killbill.billing.util.api -
-
Uses of AuditLevel in org.killbill.billing.account.api
Methods in org.killbill.billing.account.api with parameters of type AuditLevel 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 AuditLevel in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api with parameters of type AuditLevel 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 AuditLevel in org.killbill.billing.invoice.api
Methods in org.killbill.billing.invoice.api with parameters of type AuditLevel 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 AuditLevel in org.killbill.billing.payment.api
Methods in org.killbill.billing.payment.api with parameters of type AuditLevel 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 AuditLevel in org.killbill.billing.util.api
Methods in org.killbill.billing.util.api that return AuditLevel Modifier and Type Method Description static AuditLevelAuditLevel. valueOf(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.Methods in org.killbill.billing.util.api with parameters of type AuditLevel Modifier and Type Method Description AccountAuditLogsForObjectTypeAuditUserApi. getAccountAuditLogs(UUID accountId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)Retrieve all audit logs (for all objects of a given type) for a given accountAccountAuditLogsAuditUserApi. getAccountAuditLogs(UUID accountId, AuditLevel auditLevel, TenantContext context)Retrieve all audit logs (for all objects) for a given accountList<AuditLog>AuditUserApi. getAuditLogs(UUID objectId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)Get all the audit entries for a given object.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.
-