|
Change Return Type void to InvoiceItemModelDao in method private createInvoiceItemFromTransaction(invoiceItemSqlDao InvoiceItemSqlDao, invoiceItemModelDao InvoiceItemModelDao, context InternalCallContext) : InvoiceItemModelDao in class org.killbill.billing.invoice.dao.DefaultInvoiceDao |
From |
To |
|
Change Return Type void to Object in method public updatePaymentMethod(accountId String, paymentMethodId String, context InternalCallContext) : Object in class org.killbill.billing.account.dao.AccountSqlDao |
From |
To |
|
Change Return Type void to M in method private updateHistoryAndAudit(entityId String, deletedEntity M, changeType ChangeType, context InternalCallContext) : M in class org.killbill.billing.util.entity.dao.EntitySqlDaoWrapperInvocationHandler |
From |
To |
|
Change Return Type void to Object in method public create(entity M, context InternalCallContext) : Object in class org.killbill.billing.util.entity.dao.EntitySqlDao |
From |
To |
|
Change Return Type void to Object in method public updateTenantValueKey(id String, tenantValue String, context InternalCallContext) : Object in class org.killbill.billing.tenant.dao.TenantKVSqlDao |
From |
To |
|
Extract And Move Method protected createAndRefresh(transactional EntitySqlDao, entity F, context InternalCallContext) : F extracted from public postChargeback(paymentId UUID, chargebackTransactionExternalKey String, amount BigDecimal, currency Currency, context InternalCallContext) : InvoicePaymentModelDao in class org.killbill.billing.invoice.dao.DefaultInvoiceDao & moved to class org.killbill.billing.util.entity.dao.EntityDaoBase |
From |
To |
|
Extract And Move Method protected createAndRefresh(transactional EntitySqlDao, entity F, context InternalCallContext) : F extracted from public createRefund(paymentId UUID, requestedRefundAmount BigDecimal, isInvoiceAdjusted boolean, invoiceItemIdsWithNullAmounts Map<UUID,BigDecimal>, transactionExternalKey String, context InternalCallContext) : InvoicePaymentModelDao in class org.killbill.billing.invoice.dao.DefaultInvoiceDao & moved to class org.killbill.billing.util.entity.dao.EntityDaoBase |
From |
To |