Uses of Interface
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt.IDatasourceService

Packages that use IDatasourceService
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt Gwt interfaces 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils   
 

Uses of IDatasourceService in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 

Subinterfaces of IDatasourceService in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 interface IGwtDatasourceService
          This is a wrapper class exposing the IDatasourceService as a GWT service.
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that implement IDatasourceService
 class DatasourceDebugGwtServlet
           
 

Uses of IDatasourceService in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that implement IDatasourceService
 class DatasourceServiceImpl
           
 class InMemoryDatasourceServiceImpl
           
 

Uses of IDatasourceService in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils
 

Constructors in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils with parameters of type IDatasourceService
InlineSqlModelerSource(IDatasourceService datasourceService, String connectionName, String dbType, String query, String datasourceName)