|
Change Parameter Type sqlDao : EntitySqlDao to sqlDao : HistorySqlDao in method public getAuditLogsWithHistoryForId(sqlDao HistorySqlDao, tableName TableName, objectId UUID, auditLevel AuditLevel, context InternalTenantContext) : List<AuditLogWithHistory> in class org.killbill.billing.util.audit.dao.AuditDao |
From |
To |
|
Change Parameter Type sqlDao : EntitySqlDao to sqlDao : HistorySqlDao in method public getAuditLogsWithHistoryForId(sqlDao HistorySqlDao, tableName TableName, objectId UUID, auditLevel AuditLevel, context InternalTenantContext) : List<AuditLogWithHistory> in class org.killbill.billing.util.audit.dao.MockAuditDao |
From |
To |
|
Change Parameter Type transactional : EntitySqlDao to transactional : HistorySqlDao in method public getAuditLogsWithHistoryForId(transactional HistorySqlDao, tableName TableName, objectId UUID, auditLevel AuditLevel, context InternalTenantContext) : List<AuditLogWithHistory> in class org.killbill.billing.util.audit.dao.DefaultAuditDao |
From |
To |
|
Change Parameter Type history : Object to history : Entity in method public AuditLogJson(changeType String, changeDate DateTime, objectType ObjectType, objectId UUID, changedBy String, reasonCode String, comments String, userToken String, history Entity) in class org.killbill.billing.jaxrs.json.AuditLogJson |
From |
To |