|
Change Variable Type futureNotifications : List<NotificationEventWithMetadata<NextBillingDateNotificationKey>> to futureNotifications : Iterable<NotificationEventWithMetadata<NextBillingDateNotificationKey>> in method private insertNextBillingFromTransactionInternal(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory, subscriptionId UUID, isDryRunForInvoiceNotification Boolean, futureNotificationTime DateTime, targetDate DateTime, internalCallContext InternalCallContext) : void in class org.killbill.billing.invoice.notification.DefaultNextBillingDatePoster |
From |
To |
|
Change Variable Type futureNotifications : Collection<NotificationEventWithMetadata<T>> to futureNotifications : Iterable<NotificationEventWithMetadata<T>> in method public inTransaction(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory) : Void in class org.killbill.billing.overdue.notification.DefaultOverduePosterBase.clearOverdueCheckNotifications.execute |
From |
To |
|
Change Variable Type futureNotifications : List<NotificationEventWithMetadata<ParentInvoiceCommitmentNotificationKey>> to futureNotifications : Iterable<NotificationEventWithMetadata<ParentInvoiceCommitmentNotificationKey>> in method public insertParentInvoiceFromTransactionInternal(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory, invoiceId UUID, futureNotificationTime DateTime, internalCallContext InternalCallContext) : void in class org.killbill.billing.invoice.notification.ParentInvoiceCommitmentPoster |
From |
To |
|
Change Variable Type notificationEventWithMetadatas : List<NotificationEventWithMetadata<NotificationEvent>> to notificationEventWithMetadatas : Iterable<NotificationEventWithMetadata<NotificationEvent>> in method public cancelScheduledPaymentTransaction(lastPaymentAttemptId UUID, internalCallContext InternalCallContext) : void in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Change Variable Type availableBusEventForSearchKey2 : List<BusEventWithMetadata<BusEvent>> to availableBusEventForSearchKey2 : Iterable<BusEventWithMetadata<BusEvent>> in method private areAllBusEventsProcessed(tenantRecordId Long) : boolean in class org.killbill.billing.jaxrs.resources.TestResource |
From |
To |
|
Change Variable Type futureNotifications : List<NotificationEventWithMetadata<NextBillingDateNotificationKey>> to futureNotifications : Iterable<NotificationEventWithMetadata<NextBillingDateNotificationKey>> in method private getNextScheduledInvoiceEffectiveDate(filteredSubscriptionIds Iterable<UUID>, internalCallContext InternalCallContext) : Iterable<DateTime> in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Variable Type futureNotifications : List<NotificationEventWithMetadata<NotificationEvent>> to futureNotifications : Iterable<NotificationEventWithMetadata<NotificationEvent>> in method public getFutureNotificationsForAccount(internalCallContext InternalCallContext) : Iterable<DateTime> in class org.killbill.billing.subscription.api.svcs.DefaultSubscriptionInternalApi |
From |
To |
|
Change Variable Type notificationsForKey : Collection<NotificationEventWithMetadata<OverdueCheckNotificationKey>> to notificationsForKey : List<NotificationEventWithMetadata<OverdueCheckNotificationKey>> in method private insertOverdueCheckAndVerifyQueueContent(account Account, nbDaysInFuture int, expectedNbDaysInFuture int) : void in class org.killbill.billing.overdue.notification.TestDefaultOverdueCheckPoster |
From |
To |
|
Change Variable Type futureNotifications : Collection<NotificationEventWithMetadata<T>> to futureNotifications : Iterable<NotificationEventWithMetadata<T>> in method public inTransaction(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory) : Void in class org.killbill.billing.overdue.notification.DefaultOverduePosterBase.insertOverdueNotification.execute |
From |
To |
|
Change Variable Type futureNotifications : List<NotificationEventWithMetadata<NotificationEvent>> to futureNotifications : Iterable<NotificationEventWithMetadata<NotificationEvent>> in method public testHandleLockExceptions() : void in class org.killbill.billing.payment.core.janitor.TestIncompletePaymentTransactionTaskWithDB |
From |
To |
|
Change Variable Type notificationEventWithMetadatas : List<NotificationEventWithMetadata<NotificationEvent>> to notificationEventWithMetadatas : Iterable<NotificationEventWithMetadata<NotificationEvent>> in method private getPaymentAttempts(pastPaymentAttempts List<PaymentAttemptModelDao>, internalTenantContext InternalTenantContext) : List<PaymentAttempt> in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |