public class DefaultMutableStaticCatalog extends StandaloneCatalog implements MutableStaticCatalog
| Constructor and Description |
|---|
DefaultMutableStaticCatalog() |
DefaultMutableStaticCatalog(Date effectiveDate) |
DefaultMutableStaticCatalog(StandaloneCatalog input) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCurrency(Currency currency) |
void |
addPlan(Plan plan) |
void |
addPriceList(PriceList priceList) |
void |
addProduct(Product product) |
void |
addProductAvailableAO(Product targetBasePlan,
DefaultProduct aoProduct) |
void |
addRecurringPriceToPlan(DefaultInternationalPrice currentPrices,
Price newPrice) |
createOrFindPlan, equals, findPhase, findPlan, findPriceList, findProduct, getAvailableAddOnListings, getAvailableBasePlanListings, getCatalogEntityCollectionProduct, getCatalogName, getEffectiveDate, getPlanRules, getPlans, getPlansMap, getPriceLists, getProducts, getRecurringBillingMode, getSupportedCurrencies, getUnits, hashCode, initialize, isTemplateCatalog, readExternal, setCatalogName, setEffectiveDate, setPlanRules, setPlans, setPriceLists, setProducts, setRecurringBillingMode, setSupportedCurrencies, setUnits, validate, writeExternalclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateOrFindPlan, findPhase, findPlan, findPriceList, findProduct, getAvailableAddOnListings, getAvailableBasePlanListings, getCatalogName, getEffectiveDate, getPlanRules, getPlans, getPriceLists, getProducts, getSupportedCurrencies, getUnitspublic DefaultMutableStaticCatalog()
public DefaultMutableStaticCatalog(Date effectiveDate)
public DefaultMutableStaticCatalog(StandaloneCatalog input)
public void addCurrency(Currency currency)
addCurrency in interface MutableStaticCatalogpublic void addProduct(Product product)
addProduct in interface MutableStaticCatalogpublic void addPlan(Plan plan)
addPlan in interface MutableStaticCatalogpublic void addPriceList(PriceList priceList)
addPriceList in interface MutableStaticCatalogpublic void addRecurringPriceToPlan(DefaultInternationalPrice currentPrices, Price newPrice)
public void addProductAvailableAO(Product targetBasePlan, DefaultProduct aoProduct)
Copyright © 2010–2021. All rights reserved.