|
Rename Method public uncancelEntitlementPlan(subscriptionId UUID, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response renamed to public uncancelSubscriptionPlan(subscriptionId UUID, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public testCreateEntitlementsWithoutBase() : void renamed to public testcreateSubscriptionsWithoutBase() : void in class org.killbill.billing.jaxrs.TestEntitlement |
From |
To |
|
Rename Method public testCreateEntitlementInTheFuture() : void renamed to public testcreateSubscriptionInTheFuture() : void in class org.killbill.billing.jaxrs.TestEntitlement |
From |
To |
|
Rename Method public createEntitlementsWithAddOnsInternal(entitlementsWithAddOns List<BulkSubscriptionsBundleJson>, requestedDate String, entitlementDate String, billingDate String, isMigrated Boolean, renameKeyIfExistsAndUnused Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo, responseObject ObjectType) : Response renamed to public createSubscriptionsWithAddOnsInternal(entitlementsWithAddOns List<BulkSubscriptionsBundleJson>, requestedDate String, entitlementDate String, billingDate String, isMigrated Boolean, renameKeyIfExistsAndUnused Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo, responseObject ObjectType) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public changeEntitlementPlan(entitlement SubscriptionJson, subscriptionId UUID, requestedDate String, callCompletion Boolean, timeoutSec long, billingPolicy BillingActionPolicy, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response renamed to public changeSubscriptionPlan(entitlement SubscriptionJson, subscriptionId UUID, requestedDate String, callCompletion Boolean, timeoutSec long, billingPolicy BillingActionPolicy, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public createEntitlementsWithAddOns(entitlementsWithAddOns List<BulkSubscriptionsBundleJson>, requestedDate String, entitlementDate String, billingDate String, renameKeyIfExistsAndUnused Boolean, isMigrated Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response renamed to public createSubscriptionsWithAddOns(entitlementsWithAddOns List<BulkSubscriptionsBundleJson>, requestedDate String, entitlementDate String, billingDate String, renameKeyIfExistsAndUnused Boolean, isMigrated Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public undoChangeEntitlementPlan(subscriptionId UUID, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response renamed to public undoChangeSubscriptionPlan(subscriptionId UUID, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public cancelEntitlementPlan(subscriptionId UUID, requestedDate String, callCompletion Boolean, timeoutSec long, entitlementPolicy EntitlementActionPolicy, billingPolicy BillingActionPolicy, useRequestedDateForBilling Boolean, pluginPropertiesString List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response renamed to public cancelSubscriptionPlan(subscriptionId UUID, requestedDate String, callCompletion Boolean, timeoutSec long, entitlementPolicy EntitlementActionPolicy, billingPolicy BillingActionPolicy, useRequestedDateForBilling Boolean, pluginPropertiesString List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public getEntitlement(subscriptionId UUID, auditMode AuditMode, request HttpServletRequest) : Response renamed to public getSubscription(subscriptionId UUID, auditMode AuditMode, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public testCreateEntitlementsWithAddOnsThenCloseAccountWithItemAdjustment() : void renamed to public testcreateSubscriptionsWithAddOnsThenCloseAccountWithItemAdjustment() : void in class org.killbill.billing.jaxrs.TestEntitlement |
From |
To |
|
Rename Method public createEntitlement(entitlement SubscriptionJson, requestedDate String, entitlementDate String, billingDate String, renameKeyIfExistsAndUnused Boolean, isMigrated Boolean, newBCD Integer, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response renamed to public createSubscription(subscription SubscriptionJson, requestedDate String, entitlementDate String, billingDate String, renameKeyIfExistsAndUnused Boolean, isMigrated Boolean, newBCD Integer, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Rename Method public testCreateEntitlementWithAutoPayOff() : void renamed to public testcreateSubscriptionWithAutoPayOff() : void in class org.killbill.billing.jaxrs.TestEntitlement |
From |
To |
|
Rename Method public createEntitlementWithAddOns(entitlements List<SubscriptionJson>, requestedDate String, entitlementDate String, billingDate String, isMigrated Boolean, renameKeyIfExistsAndUnused Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response renamed to public createSubscriptionWithAddOns(entitlements List<SubscriptionJson>, requestedDate String, entitlementDate String, billingDate String, isMigrated Boolean, renameKeyIfExistsAndUnused Boolean, callCompletion Boolean, timeoutSec long, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response in class org.killbill.billing.jaxrs.resources.SubscriptionResource |
From |
To |
|
Change Parameter Type state : String to state : EntitlementState in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceOverrideJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Parameter Type productCategory : String to productCategory : ProductCategory in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceOverrideJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Parameter Type billingPeriod : String to billingPeriod : BillingPeriod in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceOverrideJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Parameter Type phaseType : String to phaseType : PhaseType in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceOverrideJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Parameter Type billingPeriod : String to billingPeriod : BillingPeriod in method public EventSubscriptionJson(eventId UUID, billingPeriod BillingPeriod, effectiveDate LocalDate, plan String, product String, priceList String, eventType SubscriptionEventType, isBlockedBilling Boolean, isBlockedEntitlement Boolean, serviceName String, serviceStateName String, phase String, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson.EventSubscriptionJson |
From |
To |
|
Change Parameter Type eventType : String to eventType : SubscriptionEventType in method public EventSubscriptionJson(eventId UUID, billingPeriod BillingPeriod, effectiveDate LocalDate, plan String, product String, priceList String, eventType SubscriptionEventType, isBlockedBilling Boolean, isBlockedEntitlement Boolean, serviceName String, serviceStateName String, phase String, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson.EventSubscriptionJson |
From |
To |
|
Change Parameter Type sourceType : String to sourceType : EntitlementSourceType in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceOverrideJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |