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

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

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

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return MondrianCatalog
 MondrianCatalog IMondrianCatalogService.getCatalog(String context, IPentahoSession pentahoSession)
          Returns the catalog with the given context - name or definition allowable.
 MondrianCatalog MondrianCatalogHelper.getCatalog(String context, IPentahoSession pentahoSession)
           
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return types with arguments of type MondrianCatalog
 List<MondrianCatalog> IMondrianCatalogService.listCatalogs(IPentahoSession pentahoSession, boolean jndiOnly)
          Lists all catalogs (filtered according to access control rules).
 List<MondrianCatalog> MondrianCatalogHelper.listCatalogs(IPentahoSession pentahoSession, boolean jndiOnly)
           
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog with parameters of type MondrianCatalog
 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)