public interface CatalogService
extends org.killbill.billing.platform.api.KillbillService
CatalogService is a KillbillService required to handle catalog operations.| Modifier and Type | Method and Description |
|---|---|
VersionedCatalog |
getFullCatalog(boolean useDefaultCatalog,
boolean filterTemplateCatalog,
InternalTenantContext context) |
VersionedCatalog |
getFullCatalogForInternalUse(boolean useDefaultCatalog,
boolean filterTemplateCatalog,
InternalTenantContext context) |
VersionedCatalog getFullCatalog(boolean useDefaultCatalog, boolean filterTemplateCatalog, InternalTenantContext context) throws CatalogApiException
CatalogApiExceptionVersionedCatalog getFullCatalogForInternalUse(boolean useDefaultCatalog, boolean filterTemplateCatalog, InternalTenantContext context) throws CatalogApiException
CatalogApiExceptionCopyright © 2010–2021. All rights reserved.