|
Rename Method private getTenantRecordId(context TenantContext) : Long renamed to private getTenantRecordIdSafe(tenantId UUID) : Long in class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Rename Method private getAccountIdFromRecordId(eventType BusInternalEventType, objectId UUID, recordId Long) : UUID renamed to private getAccountId(eventType BusInternalEventType, objectId UUID, objectType ObjectType, context TenantContext) : UUID in class org.killbill.billing.beatrix.extbus.BeatrixListener |
From |
To |
|
Rename Method private getAccountRecordId(objectId UUID, objectType ObjectType) : Long renamed to private getAccountRecordIdUnsafe(objectId UUID, objectType ObjectType) : Long in class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Rename Attribute controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Rename Attribute controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator |
From |
To |
|
Rename Attribute controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.subscription.api.svcs.DefaultSubscriptionInternalApi |
From |
To |
|
Rename Attribute controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.payment.core.ProcessorBase |
From |
To |
|
Rename Attribute nonEntityDao : NonEntityDao to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.util.recordid.DefaultRecordIdApi |
From |
To |
|
Rename Attribute controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Attribute Type controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.overdue.applicator.OverdueStateApplicator |
From |
To |
|
Change Attribute Type controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.subscription.api.svcs.DefaultSubscriptionInternalApi |
From |
To |
|
Change Attribute Type controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator |
From |
To |
|
Change Attribute Type controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.payment.core.ProcessorBase |
From |
To |
|
Change Attribute Type controllerDispatcher : CacheControllerDispatcher to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Attribute Type nonEntityDao : NonEntityDao to internalCallContextFactory : InternalCallContextFactory in class org.killbill.billing.util.recordid.DefaultRecordIdApi |
From |
To |
|
Extract And Move Method public getRecordIdFromObject(objectId UUID, objectType ObjectType, context TenantContext) : Long extracted from public getRecordId(objectId UUID, objectType ObjectType, tenantContext TenantContext) : Long in class org.killbill.billing.util.recordid.DefaultRecordIdApi & moved to class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Extract And Move Method public getAccountId(objectId UUID, objectType ObjectType, context TenantContext) : UUID extracted from public getSubscriptionForEntitlementId(entitlementId UUID, context TenantContext) : Subscription in class org.killbill.billing.entitlement.api.DefaultSubscriptionApi & moved to class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Extract And Move Method public getAccountId(objectId UUID, objectType ObjectType, context TenantContext) : UUID extracted from public getSubscriptionBundle(bundleId UUID, context TenantContext) : SubscriptionBundle in class org.killbill.billing.entitlement.api.DefaultSubscriptionApi & moved to class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Rename Parameter accountId : UUID to objectId : UUID in method public createInternalCallContext(objectId UUID, objectType ObjectType, userName String, callOrigin CallOrigin, userType UserType, userToken UUID, tenantRecordId Long) : InternalCallContext in class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Rename Parameter nonEntityDao : NonEntityDao to internalCallContextFactory : InternalCallContextFactory in method public DefaultRecordIdApi(internalCallContextFactory InternalCallContextFactory) in class org.killbill.billing.util.recordid.DefaultRecordIdApi |
From |
To |
|
Rename Parameter userToken : UUID to internalCallContext : InternalCallContext in method private notifyOfFutureBillingEvents(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory<EntitySqlDao>, accountId UUID, callbackDateTimePerSubscriptions Map<UUID,List<DateTime>>, internalCallContext InternalCallContext) : void in class org.killbill.billing.invoice.dao.DefaultInvoiceDao |
From |
To |
|
Rename Parameter context : TenantContext to tenantId : UUID in method private getTenantRecordIdSafe(tenantId UUID) : Long in class org.killbill.billing.util.callcontext.InternalCallContextFactory |
From |
To |
|
Rename Parameter tenantContext : InternalTenantContext to internalTenantContext : InternalTenantContext in method protected createCallContext(taskName String, internalTenantContext InternalTenantContext) : CallContext in class org.killbill.billing.payment.core.janitor.CompletionTaskBase |
From |
To |