public interface CatalogUserApi extends KillbillApi
CatalogUserApi to retrieve catalog information| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog(String catalogName,
TenantContext context)
Retrieves the multi versioned catalog.
|
StaticCatalog |
getCurrentCatalog(String catalogName,
TenantContext context)
Retrieves the current catalog
|
void |
uploadCatalog(String catalogXML,
CallContext context) |
Catalog getCatalog(String catalogName, TenantContext context) throws CatalogApiException
catalogName - the name of the catalogcontext - the user context that specifies the tenant informationCatalogCatalogApiExceptionStaticCatalog getCurrentCatalog(String catalogName, TenantContext context) throws CatalogApiException
catalogName - the name of the catalogcontext - the user context that specifies the tenant informationCatalogCatalogApiExceptionvoid uploadCatalog(String catalogXML, CallContext context) throws CatalogApiException
catalogXML - the catalog XMLcontext - the user contextCatalogApiExceptionCopyright © 2010-2015. All Rights Reserved.