|
Change Parameter Type account : Account to account : ImmutableAccountData in method public generateItems(account ImmutableAccountData, invoiceId UUID, eventSet BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, perSubscriptionFutureNotificationDates Map<UUID,SubscriptionFutureNotificationDates>, internalCallContext InternalCallContext) : List<InvoiceItem> in class org.killbill.billing.invoice.generator.UsageInvoiceItemGenerator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private avoid_extra_credit_by_toggling_AUTO_INVOICE_OFF(account ImmutableAccountData, previousOverdueState OverdueState, nextOverdueState OverdueState, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private notifyAccountIfEnabled(account ImmutableAccountData, invoice Invoice, isRealInvoiceWithNonEmptyItems boolean, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private cancelSubscriptionsIfRequired(account ImmutableAccountData, nextOverdueState OverdueState, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type accountData : AccountData to bcd : int in method public updateBCD(key String, bcd int, context InternalCallContext) : void in class org.killbill.billing.account.api.AccountInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private postEvents(account ImmutableAccountData, invoice Invoice, adjustedUniqueOtherInvoiceId Set<UUID>, isRealInvoiceWithNonEmptyItems boolean, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public getBillingStateFor(overdueable ImmutableAccountData, context TenantContext) : BillingState in class org.killbill.billing.overdue.OverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method protected clearFutureNotification(account ImmutableAccountData, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public DefaultBillingEvent(account ImmutableAccountData, transition EffectiveSubscriptionInternalEvent, subscription SubscriptionBase, billCycleDayLocal int, currency Currency, catalog Catalog) in class org.killbill.billing.junction.plumbing.billing.DefaultBillingEvent |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public generateInvoice(account ImmutableAccountData, events BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, context InternalCallContext) : InvoiceWithMetadata in class org.killbill.billing.invoice.generator.InvoiceGenerator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private computeEntitlementsToCancel(account ImmutableAccountData, result List<Entitlement>, context CallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public getBillingStateFor(overdueable ImmutableAccountData, context TenantContext) : BillingState in class org.killbill.billing.overdue.api.DefaultOverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public buildForEntitlement(blockingStatesForAccount List<BlockingState>, account ImmutableAccountData, bundle SubscriptionBaseBundle, baseSubscription SubscriptionBase, allSubscriptionsForBundle List<SubscriptionBase>, internalTenantContext InternalTenantContext) : EventsStream in class org.killbill.billing.entitlement.engine.core.EventsStreamBuilder |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public setOverrideBillingStateForAccount(overdueable ImmutableAccountData, state BillingState, context CallContext) : void in class org.killbill.billing.overdue.OverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public getBlockingHistory(subscriptionBlockingStatesOnDisk List<BlockingState>, allBlockingStatesOnDiskForAccount List<BlockingState>, account ImmutableAccountData, bundle SubscriptionBaseBundle, baseSubscription SubscriptionBase, subscription SubscriptionBase, allSubscriptionsForBundle List<SubscriptionBase>, context InternalTenantContext) : List<BlockingState> in class org.killbill.billing.entitlement.dao.OptimizedProxyBlockingStateDao |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public apply(overdueStateSet OverdueStateSet, billingState BillingState, account ImmutableAccountData, previousOverdueState OverdueState, nextOverdueState OverdueState, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private addBillingEventsForBundles(bundles List<SubscriptionBaseBundle>, account ImmutableAccountData, dryRunArguments DryRunArguments, context InternalCallContext, result DefaultBillingEventSet) : void in class org.killbill.billing.junction.plumbing.billing.DefaultInternalBillingApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public generateItems(account ImmutableAccountData, invoiceId UUID, eventSet BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, perSubscriptionFutureNotificationDate Map<UUID,SubscriptionFutureNotificationDates>, internalCallContext InternalCallContext) : List<InvoiceItem> in class org.killbill.billing.invoice.generator.FixedAndRecurringInvoiceItemGenerator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private buildForEntitlement(account ImmutableAccountData, bundle SubscriptionBaseBundle, baseSubscription SubscriptionBase, subscription SubscriptionBase, allSubscriptionsForBundle List<SubscriptionBase>, blockingStates List<BlockingState>, internalTenantContext InternalTenantContext) : EventsStream in class org.killbill.billing.entitlement.engine.core.EventsStreamBuilder |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public clear(account ImmutableAccountData, previousOverdueState OverdueState, clearState OverdueState, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public getOverdueStateFor(overdueable ImmutableAccountData, context TenantContext) : OverdueState in class org.killbill.billing.overdue.OverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private addBillingEventsForSubscription(account ImmutableAccountData, subscriptions List<SubscriptionBase>, bundleId UUID, dryRunMode boolean, context InternalCallContext, result DefaultBillingEventSet) : void in class org.killbill.billing.junction.plumbing.billing.DefaultInternalBillingApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method protected calculateBcd(account ImmutableAccountData, accountBillCycleDayLocal int, bundleId UUID, subscription SubscriptionBase, transition EffectiveSubscriptionInternalEvent, context InternalCallContext) : int in class org.killbill.billing.junction.plumbing.billing.BillCycleDayCalculator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private buildForEntitlement(blockingStatesForAccount List<BlockingState>, account ImmutableAccountData, bundle SubscriptionBaseBundle, baseSubscription SubscriptionBase, subscription SubscriptionBase, allSubscriptionsForBundle List<SubscriptionBase>, internalTenantContext InternalTenantContext) : EventsStream in class org.killbill.billing.entitlement.engine.core.EventsStreamBuilder |
From |
To |
|
Change Parameter Type blockable : Account to blockable : ImmutableAccountData in method public createOverdueWrapperFor(blockable ImmutableAccountData, context InternalTenantContext) : OverdueWrapper in class org.killbill.billing.overdue.wrapper.OverdueWrapperFactory |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public abstract generateItems(account ImmutableAccountData, invoiceId UUID, eventSet BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, perSubscriptionFutureNotificationDate Map<UUID,SubscriptionFutureNotificationDates>, context InternalCallContext) : List<InvoiceItem> in class org.killbill.billing.invoice.generator.InvoiceItemGenerator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private logInvoiceWithItems(account ImmutableAccountData, invoice Invoice, targetDate LocalDate, adjustedUniqueOtherInvoiceId Set<UUID>, isRealInvoiceWithItems boolean) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type blockable : Account to blockable : ImmutableAccountData in method private createInternalCallContext(blockable ImmutableAccountData, context CallContext) : InternalCallContext in class org.killbill.billing.overdue.api.DefaultOverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public generateInvoice(account ImmutableAccountData, events BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, context InternalCallContext) : InvoiceWithMetadata in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public getOverdueStateFor(overdueable ImmutableAccountData, context TenantContext) : OverdueState in class org.killbill.billing.overdue.api.DefaultOverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public calculateBillingState(account ImmutableAccountData, context InternalTenantContext) : BillingState in class org.killbill.billing.overdue.calculator.BillingStateCalculator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public refreshOverdueStateFor(overdueable ImmutableAccountData, context CallContext) : OverdueState in class org.killbill.billing.overdue.OverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method package calculateBcdForAlignment(account ImmutableAccountData, accountBillCycleDayLocal int, subscription SubscriptionBase, alignment BillingAlignment, bundleId UUID, catalog Catalog, plan Plan, context InternalCallContext) : int in class org.killbill.billing.junction.plumbing.billing.BillCycleDayCalculator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method package calculateBcdFromSubscription(subscription SubscriptionBase, plan Plan, account ImmutableAccountData, catalog Catalog, context InternalCallContext) : int in class org.killbill.billing.junction.plumbing.billing.BillCycleDayCalculator |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public DefaultEventsStream(account ImmutableAccountData, bundle SubscriptionBaseBundle, blockingStates List<BlockingState>, blockingChecker BlockingChecker, baseSubscription SubscriptionBase, subscription SubscriptionBase, allSubscriptionsForBundle List<SubscriptionBase>, contextWithValidAccountRecordId InternalTenantContext, utcNow DateTime) in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public DefaultAccountEventsStreams(account ImmutableAccountData, bundles Iterable<SubscriptionBaseBundle>, eventsStreams Map<UUID,Collection<EventsStream>>) in class org.killbill.billing.entitlement.api.svcs.DefaultAccountEventsStreams |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method private commitInvoiceAndSetFutureNotifications(account ImmutableAccountData, invoiceModelDao InvoiceModelDao, invoiceItemModelDaos Iterable<InvoiceItemModelDao>, futureAccountNotifications FutureAccountNotifications, isRealInvoiceWithItems boolean, context InternalCallContext) : boolean in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type account : Account to accountId : UUID in method public process_AUTO_PAY_OFF_removal(accountId UUID, internalCallContext InternalCallContext) : void in class org.killbill.billing.payment.invoice.InvoicePaymentControlPluginApi |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public setOverrideBillingStateForAccount(overdueable ImmutableAccountData, state BillingState, context CallContext) : void in class org.killbill.billing.overdue.api.DefaultOverdueInternalApi |
From |
To |
|
Change Parameter Type accountData : AccountData to bcd : int in method public updateBCD(externalKey String, bcd int, context InternalCallContext) : void in class org.killbill.billing.account.api.svcs.DefaultAccountInternalApi |
From |
To |
|
Change Parameter Type blockable : Account to blockable : ImmutableAccountData in method public refreshOverdueStateFor(blockable ImmutableAccountData, context CallContext) : OverdueState in class org.killbill.billing.overdue.api.DefaultOverdueInternalApi |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method public DefaultAccountEventsStreams(account ImmutableAccountData) in class org.killbill.billing.entitlement.api.svcs.DefaultAccountEventsStreams |
From |
To |
|
Change Parameter Type blockable : Account to blockable : ImmutableAccountData in method protected storeNewState(blockable ImmutableAccountData, nextOverdueState OverdueState, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method public OverdueWrapper(overdueable ImmutableAccountData, api BlockingInternalApi, overdueStateSet OverdueStateSet, clock Clock, billingStateCalcuator BillingStateCalculator, overdueStateApplicator OverdueStateApplicator) in class org.killbill.billing.overdue.wrapper.OverdueWrapper |
From |
To |
|
Change Parameter Type account : Account to account : ImmutableAccountData in method protected createFutureNotification(account ImmutableAccountData, timeOfNextCheck DateTime, context InternalCallContext) : void in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Parameter Type overdueable : Account to overdueable : ImmutableAccountData in method private createOverdueEvent(overdueable ImmutableAccountData, previousOverdueStateName String, nextOverdueStateName String, isBlockedBilling boolean, isUnblockedBilling boolean, context InternalCallContext) : OverdueChangeInternalEvent in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public testApplicator() : void in class org.killbill.billing.overdue.applicator.TestOverdueStateApplicator |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public createMigrationInvoice(accountId UUID, targetDate LocalDate, balance BigDecimal, currency Currency, context CallContext) : UUID in class org.killbill.billing.invoice.api.migration.DefaultInvoiceMigrationApi |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public testWrapperBasic() : void in class org.killbill.billing.overdue.wrapper.TestOverdueWrapper |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method protected doJanitorOperationWithAccountLock(callback JanitorIterationCallback, internalTenantContext InternalTenantContext) : T in class org.killbill.billing.payment.core.janitor.CompletionTaskBase |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method private verifyBCDCalculation(accountTimeZone DateTimeZone, startDateUTC DateTime, bcdLocal int) : void in class org.killbill.billing.junction.plumbing.billing.TestBillCycleDayCalculator |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public doCall(entitlementApi EntitlementApi, updatedPluginContext EntitlementContext) : Void in class org.killbill.billing.entitlement.api.DefaultEntitlementApi.pause.pauseWithPlugin |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public fromLocalDateAndReferenceTime(requestedDate LocalDate, referenceDateTime DateTime, callContext InternalTenantContext) : DateTime in class org.killbill.billing.entitlement.api.EntitlementDateHelper |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public createOverdueWrapperFor(id UUID, context InternalTenantContext) : OverdueWrapper in class org.killbill.billing.overdue.wrapper.OverdueWrapperFactory |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public testWrapperNoConfig() : void in class org.killbill.billing.overdue.wrapper.TestOverdueWrapper |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public getBillingEventsForAccountAndUpdateAccountBCD(accountId UUID, dryRunArguments DryRunArguments, context InternalCallContext) : BillingEventSet in class org.killbill.billing.junction.plumbing.billing.DefaultInternalBillingApi |
From |
To |
|
Change Variable Type overdueable : Account to overdueable : ImmutableAccountData in method public createBSCalc() : BillingStateCalculator in class org.killbill.billing.overdue.calculator.TestBillingStateCalculator |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public buildForEntitlement(entitlementId UUID, internalTenantContext InternalTenantContext) : EventsStream in class org.killbill.billing.entitlement.engine.core.EventsStreamBuilder |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public doCall(entitlementApi EntitlementApi, updatedPluginContext EntitlementContext) : Void in class org.killbill.billing.entitlement.api.DefaultEntitlementApi.resume.resumeWithPlugin |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public buildForAccount(subscriptions Map<UUID,List<SubscriptionBase>>, internalTenantContext InternalTenantContext) : AccountEventsStreams in class org.killbill.billing.entitlement.engine.core.EventsStreamBuilder |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public testCalculateBCDForAOWithBPCancelledBundleAligned() : void in class org.killbill.billing.junction.plumbing.billing.TestBillCycleDayCalculator |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public triggerInvoiceGeneration(accountId UUID, targetDate LocalDate, dryRunArguments DryRunArguments, context CallContext) : Invoice in class org.killbill.billing.invoice.api.user.DefaultInvoiceUserApi |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method public createImmutableAccountData(dateOfLastUnPaidInvoice LocalDate) : ImmutableAccountData in class org.killbill.billing.overdue.TestOverdueHelper |
From |
To |
|
Change Variable Type account : Account to account : ImmutableAccountData in method private processAccountWithLockAndInputTargetDate(accountId UUID, targetDateTime DateTime, billingEvents BillingEventSet, isDryRun boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |