| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.catalog.api.rules | |
| org.killbill.billing.entitlement.api |
| Modifier and Type | Method and Description |
|---|---|
Product |
StaticCatalog.findCurrentProduct(java.lang.String name) |
Product |
Catalog.findProduct(java.lang.String name,
org.joda.time.DateTime requestedDate) |
Product |
Plan.getProduct() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Product> |
Product.getAvailable() |
java.util.Collection<Product> |
StaticCatalog.getCurrentProducts() |
java.util.Collection<Product> |
Product.getIncluded() |
java.util.Collection<Product> |
Catalog.getProducts(org.joda.time.DateTime requestedDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableCatalog.addProduct(org.joda.time.DateTime requestedDate,
Product product) |
void |
MutableStaticCatalog.addProduct(Product product) |
java.util.Collection<Plan> |
PriceList.findPlans(Product product,
BillingPeriod period) |
| Modifier and Type | Method and Description |
|---|---|
Product |
CaseChange.getFromProduct() |
Product |
Case.getProduct() |
Product |
CaseChange.getToProduct() |
| Modifier and Type | Method and Description |
|---|---|
Product |
Entitlement.getLastActiveProduct() |
Product |
SubscriptionEvent.getNextProduct() |
Product |
SubscriptionEvent.getPrevProduct() |
Copyright © 2010-2019. All Rights Reserved.