Uses of Class
org.pentaho.platform.api.engine.PentahoSystemException

Packages that use PentahoSystemException
org.pentaho.platform.web.servlet   
 

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

Methods in org.pentaho.platform.web.servlet that throw PentahoSystemException
 String AnalysisViewService.generateXAction(IPentahoSession session, String title, String description, String model, String jndi, String jdbc, String cube)
           
 ActionSequenceDocument AnalysisViewService.loadAnalysisViewTemplate(IPentahoSession session)
          on pentaho system startup, load the mondrian.properties file from system/mondrian/mondrian.properties
 void AnalysisViewService.saveXAction(IPentahoSession session, IParameterProvider parameterProvider, HttpServletRequest request, HttpServletResponse response, boolean wrapWithSoap)