|
Change Return Type List<PaymentAttemptModelDao> to Pagination<PaymentAttemptModelDao> in method public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime, offset Long, limit Long) : Pagination<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.MockPaymentDao |
From |
To |
|
Change Return Type List<PaymentTransactionModelDao> to Pagination<PaymentTransactionModelDao> in method public getByTransactionStatusAcrossTenants(transactionStatuses Iterable<TransactionStatus>, createdBeforeDate DateTime, createdAfterDate DateTime, offset Long, limit Long) : Pagination<PaymentTransactionModelDao> in class org.killbill.billing.payment.dao.MockPaymentDao |
From |
To |
|
Change Return Type List<PaymentTransactionModelDao> to Iterable<PaymentTransactionModelDao> in method public getItemsForIteration() : Iterable<PaymentTransactionModelDao> in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask |
From |
To |
|
Change Return Type List<PaymentTransactionModelDao> to Pagination<PaymentTransactionModelDao> in method public getByTransactionStatusAcrossTenants(transactionStatuses Iterable<TransactionStatus>, createdBeforeDate DateTime, createdAfterDate DateTime, offset Long, limit Long) : Pagination<PaymentTransactionModelDao> in class org.killbill.billing.payment.dao.PaymentDao |
From |
To |
|
Change Return Type List<PaymentAttemptModelDao> to Pagination<PaymentAttemptModelDao> in method public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime, offset Long, limit Long) : Pagination<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.PaymentDao |
From |
To |
|
Change Return Type List<PaymentAttemptModelDao> to Iterable<PaymentAttemptModelDao> in method public getItemsForIteration() : Iterable<PaymentAttemptModelDao> in class org.killbill.billing.payment.core.janitor.IncompletePaymentAttemptTask |
From |
To |
|
Change Return Type List<PaymentAttemptModelDao> to Pagination<PaymentAttemptModelDao> in method public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime, offset Long, limit Long) : Pagination<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.DefaultPaymentDao |
From |
To |
|
Change Return Type List<T> to Iterable<T> in method public abstract getItemsForIteration() : Iterable<T> in class org.killbill.billing.payment.core.janitor.CompletionTaskBase |
From |
To |
|
Change Variable Type transactions2 : List<PaymentTransactionModelDao> to transactions2 : Iterable<PaymentTransactionModelDao> in method public testPendingTransactions() : void in class org.killbill.billing.payment.dao.TestPaymentDao |
From |
To |
|
Change Variable Type result : List<PaymentTransactionModelDao> to result : Pagination<PaymentTransactionModelDao> in method public getItemsForIteration() : Iterable<PaymentTransactionModelDao> in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask |
From |
To |
|
Change Variable Type result : List<PaymentAttemptModelDao> to result : Pagination<PaymentAttemptModelDao> in method public testPaymentAttemptsByStateAcrossTenants() : void in class org.killbill.billing.payment.dao.TestPaymentDao |
From |
To |
|
Change Variable Type transactional : PaymentAttemptSqlDao to createdBefore : Date in method public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime, offset Long, limit Long) : Pagination<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.DefaultPaymentDao |
From |
To |
|
Change Variable Type incompleteAttempts : List<PaymentAttemptModelDao> to incompleteAttempts : Pagination<PaymentAttemptModelDao> in method public getItemsForIteration() : Iterable<PaymentAttemptModelDao> in class org.killbill.billing.payment.core.janitor.IncompletePaymentAttemptTask |
From |
To |
|
Change Variable Type items : List<T> to items : Iterable<T> in method public run() : void in class org.killbill.billing.payment.core.janitor.CompletionTaskBase |
From |
To |
|
Change Variable Type transactions1 : List<PaymentTransactionModelDao> to transactions1 : Iterable<PaymentTransactionModelDao> in method public testPendingTransactions() : void in class org.killbill.billing.payment.dao.TestPaymentDao |
From |
To |