| Package | Description |
|---|---|
| org.killbill.billing.subscription.alignment |
| Modifier and Type | Method and Description |
|---|---|
TimedPhase[] |
PlanAligner.getCurrentAndNextTimedPhaseOnCreate(org.joda.time.DateTime alignStartDate,
org.joda.time.DateTime bundleStartDate,
Plan plan,
PhaseType initialPhase,
java.lang.String priceList,
org.joda.time.DateTime effectiveDate,
Catalog catalog,
InternalTenantContext context)
Returns the current and next phase for the subscription in creation
|
TimedPhase |
PlanAligner.getCurrentTimedPhaseOnChange(DefaultSubscriptionBase subscription,
Plan plan,
org.joda.time.DateTime effectiveDate,
PhaseType newPlanInitialPhaseType,
Catalog catalog,
InternalTenantContext context)
Returns current Phase for that Plan change
|
TimedPhase |
PlanAligner.getNextTimedPhase(DefaultSubscriptionBase subscription,
org.joda.time.DateTime effectiveDate,
Catalog catalog,
InternalTenantContext context)
Returns next Phase for that SubscriptionBase at a point in time
|
TimedPhase |
PlanAligner.getNextTimedPhaseOnChange(DefaultSubscriptionBase subscription,
Plan plan,
org.joda.time.DateTime effectiveDate,
PhaseType newPlanInitialPhaseType,
Catalog catalog,
InternalTenantContext context)
Returns next Phase for that Plan change
|
Copyright © 2010-2018. All Rights Reserved.