|
Rename Method public getPaymentsByStates(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int, context InternalTenantContext) : List<PaymentModelDao> renamed to public getPaymentsByStatesAcrossTenants(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int) : List<PaymentModelDao> in class org.killbill.billing.payment.dao.MockPaymentDao |
From |
To |
|
Rename Method public getPaymentAttemptsByState(stateName String, createdBeforeDate DateTime, context InternalTenantContext) : List<PaymentAttemptModelDao> renamed to public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime) : List<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.PaymentDao |
From |
To |
|
Rename Method public getPaymentAttemptsByState(stateName String, createdBeforeDate DateTime, context InternalTenantContext) : List<PaymentAttemptModelDao> renamed to public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime) : List<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.DefaultPaymentDao |
From |
To |
|
Rename Method public getPaymentsByStates(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int, context InternalTenantContext) : List<PaymentModelDao> renamed to public getPaymentsByStatesAcrossTenants(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int) : List<PaymentModelDao> in class org.killbill.billing.payment.dao.PaymentDao |
From |
To |
|
Rename Method public getPaymentsByStates(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int, context InternalTenantContext) : List<PaymentModelDao> renamed to public getPaymentsByStatesAcrossTenants(states String[], createdBeforeDate DateTime, createdAfterDate DateTime, limit int) : List<PaymentModelDao> in class org.killbill.billing.payment.dao.DefaultPaymentDao |
From |
To |
|
Rename Method public getPaymentAttemptsByState(stateName String, createdBeforeDate DateTime, context InternalTenantContext) : List<PaymentAttemptModelDao> renamed to public getPaymentAttemptsByStateAcrossTenants(stateName String, createdBeforeDate DateTime) : List<PaymentAttemptModelDao> in class org.killbill.billing.payment.dao.MockPaymentDao |
From |
To |