Uses of Interface
org.pentaho.platform.plugin.action.mondrian.catalog.IMondrianCatalogService

Packages that use IMondrianCatalogService
org.pentaho.platform.plugin.action.mondrian.catalog   
org.pentaho.platform.web.servlet   
 

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

Classes in org.pentaho.platform.plugin.action.mondrian.catalog that implement IMondrianCatalogService
 class MondrianCatalogHelper
          Reads in file containing Mondrian data sources and catalogs.
 

Uses of IMondrianCatalogService in org.pentaho.platform.web.servlet
 

Methods in org.pentaho.platform.web.servlet that return IMondrianCatalogService
 IMondrianCatalogService MondrianCatalogPublisher.getMondrianCatalogService()
           
 

Methods in org.pentaho.platform.web.servlet with parameters of type IMondrianCatalogService
 void MondrianCatalogPublisher.setMondrianCatalogService(IMondrianCatalogService mondrianCatalogService)