Uses of Interface
org.pentaho.platform.dataaccess.datasource.wizard.service.IXulAsyncConnectionService

Packages that use IXulAsyncConnectionService
org.pentaho.platform.dataaccess.datasource.wizard   
org.pentaho.platform.dataaccess.datasource.wizard.controllers Various Class Relationships 
org.pentaho.platform.dataaccess.datasource.wizard.models Contains UI-specific implementations of the MQL thin-model interfaces. 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
org.pentaho.platform.dataaccess.datasource.wizard.steps   
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard that return IXulAsyncConnectionService
 IXulAsyncConnectionService EmbeddedWizard.getConnectionService()
           
 

Constructors in org.pentaho.platform.dataaccess.datasource.wizard with parameters of type IXulAsyncConnectionService
EmbeddedWizard(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService,  constructorListener, boolean checkHasAccess)
           
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.controllers
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers that return IXulAsyncConnectionService
 IXulAsyncConnectionService WizardConnectionController.getConnectionService()
           
 IXulAsyncConnectionService ConnectionController.getService()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers with parameters of type IXulAsyncConnectionService
 void WizardConnectionController.setConnectionService(IXulAsyncConnectionService connectionService)
           
 void ConnectionController.setService(IXulAsyncConnectionService service)
           
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.models
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return IXulAsyncConnectionService
 IXulAsyncConnectionService GuiStateModel.getConnectionService()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type IXulAsyncConnectionService
 void GuiStateModel.setConnectionService(IXulAsyncConnectionService connectionService)
           
 

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

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that implement IXulAsyncConnectionService
 class ConnectionServiceDebugImpl
           
 class ConnectionServiceGwtImpl
           
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.steps
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.steps that return IXulAsyncConnectionService
 IXulAsyncConnectionService PhysicalStep.getConnectionService()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.steps with parameters of type IXulAsyncConnectionService
 void PhysicalStep.setConnectionService(IXulAsyncConnectionService connectionService)
           
 

Constructors in org.pentaho.platform.dataaccess.datasource.wizard.steps with parameters of type IXulAsyncConnectionService
PhysicalStep(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService, DatasourceMessages messages, EmbeddedWizard embeddedWizard)