| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.entitlement.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MigrationPlan |
| Modifier and Type | Method and Description |
|---|---|
Plan |
StaticCatalog.createOrFindCurrentPlan(PlanSpecifier spec,
PlanPhasePriceOverridesWithCallContext overrides) |
Plan |
Catalog.createOrFindPlan(PlanSpecifier spec,
PlanPhasePriceOverridesWithCallContext overrides,
org.joda.time.DateTime requestedDate) |
Plan |
Catalog.createOrFindPlan(PlanSpecifier spec,
PlanPhasePriceOverridesWithCallContext overrides,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime subscriptionStartDate) |
Plan |
StaticCatalog.findCurrentPlan(java.lang.String name) |
Plan |
Catalog.findPlan(java.lang.String name,
org.joda.time.DateTime requestedDate) |
Plan |
Catalog.findPlan(java.lang.String name,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime subscriptionStartDate) |
Plan |
Listing.getPlan() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Plan> |
PriceList.findPlans(Product product,
BillingPeriod period) |
java.util.Collection<Plan> |
StaticCatalog.getCurrentPlans() |
java.util.Collection<Plan> |
PriceList.getPlans() |
java.util.Collection<Plan> |
Catalog.getPlans(org.joda.time.DateTime requestedDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableCatalog.addPlan(org.joda.time.DateTime requestedDate,
Plan plan) |
void |
MutableStaticCatalog.addPlan(Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
Plan |
Entitlement.getLastActivePlan() |
Plan |
SubscriptionEvent.getNextPlan() |
Plan |
SubscriptionEvent.getPrevPlan() |
Copyright © 2010-2019. All Rights Reserved.