Uses of Class
org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogServiceException

Packages that use MondrianCatalogServiceException
org.pentaho.platform.plugin.action.mondrian.catalog   
 

Uses of MondrianCatalogServiceException in org.pentaho.platform.plugin.action.mondrian.catalog
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that throw MondrianCatalogServiceException
 void IMondrianCatalogService.addCatalog(MondrianCatalog catalog, boolean overwrite, IPentahoSession pentahoSession)
          Adds to the global catalog list and possibly persists this information.
 void MondrianCatalogHelper.addCatalog(MondrianCatalog catalog, boolean overwrite, IPentahoSession pentahoSession)
           
 void IMondrianCatalogService.removeCatalog(String catalogName, IPentahoSession pentahoSession)
          this method removes a Mondrian schema from the platform
 void MondrianCatalogHelper.removeCatalog(String catalogName, IPentahoSession pentahoSession)
          This method removes a catalog from the datasources.xml file and from the solution repository.