| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnection | |
|---|---|
| org.pentaho.platform.dataaccess.client | |
| org.pentaho.platform.dataaccess.datasource.beans | JavaBean implementations for the MQL thin-model interfaces. | 
| org.pentaho.platform.dataaccess.datasource.wizard | |
| org.pentaho.platform.dataaccess.datasource.wizard.models | Contains UI-specific implementations of the MQL thin-model interfaces. | 
| org.pentaho.platform.dataaccess.datasource.wizard.service | |
| org.pentaho.platform.dataaccess.datasource.wizard.service.gwt | Gwt interfaces | 
| org.pentaho.platform.dataaccess.datasource.wizard.service.impl | |
| Uses of IConnection in org.pentaho.platform.dataaccess.client | 
|---|
| Methods in org.pentaho.platform.dataaccess.client that return IConnection | |
|---|---|
 IConnection | 
ConnectionServiceClient.convertToConnection(IDatabaseConnection arg0)
 | 
 IConnection | 
ConnectionServiceClient.getConnectionByName(java.lang.String connectionName)
Returns a specified connection.  | 
| Methods in org.pentaho.platform.dataaccess.client that return types with arguments of type IConnection | |
|---|---|
 java.util.List<IConnection> | 
ConnectionServiceClient.getConnections()
Returns a list of connections known to the server.  | 
| Methods in org.pentaho.platform.dataaccess.client with parameters of type IConnection | |
|---|---|
 boolean | 
ConnectionServiceClient.addConnection(IConnection connection)
Adds a connection to the server's configuration.  | 
 DatabaseConnection | 
ConnectionServiceClient.convertFromConnection(IConnection connection)
 | 
 boolean | 
ConnectionServiceClient.deleteConnection(IConnection connection)
Deletes a connection from the server's configuration.  | 
 boolean | 
ConnectionServiceClient.testConnection(IConnection connection)
Tests a provided connection on the server.  | 
 boolean | 
ConnectionServiceClient.updateConnection(IConnection connection)
 | 
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.beans | 
|---|
| Classes in org.pentaho.platform.dataaccess.datasource.beans that implement IConnection | |
|---|---|
 class | 
Connection
 | 
| Constructors in org.pentaho.platform.dataaccess.datasource.beans with parameters of type IConnection | |
|---|---|
Connection(IConnection connection)
 | 
|
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.wizard | 
|---|
| Methods in org.pentaho.platform.dataaccess.datasource.wizard with parameters of type IConnection | |
|---|---|
 void | 
ConnectionDialogListener.onDialogAccept(IConnection connection)
 | 
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.wizard.models | 
|---|
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return IConnection | |
|---|---|
 IConnection | 
GuiStateModel.getConnectionByName(java.lang.String name)
 | 
 IConnection | 
DatasourceModel.getSelectedRelationalConnection()
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return types with arguments of type IConnection | |
|---|---|
 java.util.List<IConnection> | 
GuiStateModel.getConnections()
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type IConnection | |
|---|---|
 void | 
GuiStateModel.addConnection(IConnection connection)
 | 
 void | 
GuiStateModel.deleteConnection(IConnection connection)
 | 
 java.lang.Integer | 
GuiStateModel.getConnectionIndex(IConnection conn)
 | 
 void | 
DatasourceModel.setSelectedRelationalConnection(IConnection value)
 | 
 void | 
GuiStateModel.updateConnection(IConnection connection)
 | 
| Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.models with type arguments of type IConnection | |
|---|---|
 void | 
GuiStateModel.setConnections(java.util.List<IConnection> value)
 | 
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.wizard.service | 
|---|
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service with parameters of type IConnection | |
|---|---|
 void | 
IXulAsyncConnectionService.addConnection(IConnection connection,
              org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
IXulAsyncConnectionService.convertFromConnection(IConnection databaseConnection,
                      org.pentaho.ui.xul.XulServiceCallback<IDatabaseConnection> callback)
 | 
 void | 
IXulAsyncConnectionService.deleteConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
IXulAsyncConnectionService.testConnection(IConnection connection,
               org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
IXulAsyncConnectionService.updateConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
| Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service with type arguments of type IConnection | |
|---|---|
 void | 
IXulAsyncConnectionService.convertToConnection(IDatabaseConnection databaseConnection,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
 | 
 void | 
IXulAsyncConnectionService.getConnectionByName(java.lang.String name,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
 | 
 void | 
IXulAsyncConnectionService.getConnections(org.pentaho.ui.xul.XulServiceCallback<java.util.List<IConnection>> callback)
 | 
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt | 
|---|
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return IConnection | |
|---|---|
 IConnection | 
ConnectionDebugGwtServlet.convertToConnection(IDatabaseConnection connection)
 | 
 IConnection | 
IConnectionService.convertToConnection(IDatabaseConnection connection)
 | 
 IConnection | 
ConnectionDebugGwtServlet.getConnectionByName(java.lang.String name)
 | 
 IConnection | 
IConnectionService.getConnectionByName(java.lang.String name)
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return types with arguments of type IConnection | |
|---|---|
 java.util.List<IConnection> | 
ConnectionDebugGwtServlet.getConnections()
 | 
 java.util.List<IConnection> | 
IConnectionService.getConnections()
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with parameters of type IConnection | |
|---|---|
 boolean | 
ConnectionDebugGwtServlet.addConnection(IConnection connection)
 | 
 boolean | 
IConnectionService.addConnection(IConnection connection)
 | 
 void | 
IGwtConnectionServiceAsync.addConnection(IConnection connection,
              com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
 | 
 IDatabaseConnection | 
ConnectionDebugGwtServlet.convertFromConnection(IConnection connection)
 | 
 IDatabaseConnection | 
IConnectionService.convertFromConnection(IConnection connection)
 | 
 void | 
IGwtConnectionServiceAsync.convertFromConnection(IConnection connection,
                      com.google.gwt.user.client.rpc.AsyncCallback<IDatabaseConnection> callback)
 | 
 boolean | 
ConnectionDebugGwtServlet.deleteConnection(IConnection connection)
 | 
 boolean | 
IConnectionService.deleteConnection(IConnection connection)
 | 
 void | 
IGwtConnectionServiceAsync.deleteConnection(IConnection connection,
                 com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
 | 
 boolean | 
ConnectionDebugGwtServlet.testConnection(IConnection connection)
 | 
 boolean | 
IConnectionService.testConnection(IConnection connection)
 | 
 void | 
IGwtConnectionServiceAsync.testConnection(IConnection connection,
               com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
 | 
 boolean | 
ConnectionDebugGwtServlet.updateConnection(IConnection connection)
 | 
 boolean | 
IConnectionService.updateConnection(IConnection connection)
 | 
 void | 
IGwtConnectionServiceAsync.updateConnection(IConnection connection,
                 com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
 | 
| Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with type arguments of type IConnection | |
|---|---|
 void | 
IGwtConnectionServiceAsync.convertToConnection(IDatabaseConnection connection,
                    com.google.gwt.user.client.rpc.AsyncCallback<IConnection> callback)
 | 
 void | 
IGwtConnectionServiceAsync.getConnectionByName(java.lang.String name,
                    com.google.gwt.user.client.rpc.AsyncCallback<IConnection> callback)
 | 
 void | 
IGwtConnectionServiceAsync.getConnections(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<IConnection>> callback)
 | 
| Uses of IConnection in org.pentaho.platform.dataaccess.datasource.wizard.service.impl | 
|---|
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return IConnection | |
|---|---|
 IConnection | 
ConnectionServiceImpl.convertToConnection(IDatabaseConnection connection)
 | 
 IConnection | 
InMemoryConnectionServiceImpl.convertToConnection(IDatabaseConnection connection)
 | 
 IConnection | 
ConnectionServiceImpl.getConnectionByName(java.lang.String name)
 | 
 IConnection | 
InMemoryConnectionServiceImpl.getConnectionByName(java.lang.String name)
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return types with arguments of type IConnection | |
|---|---|
 java.util.List<IConnection> | 
ConnectionServiceImpl.getConnections()
 | 
 java.util.List<IConnection> | 
InMemoryConnectionServiceImpl.getConnections()
 | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with parameters of type IConnection | |
|---|---|
 boolean | 
ConnectionServiceImpl.addConnection(IConnection connection)
 | 
 boolean | 
InMemoryConnectionServiceImpl.addConnection(IConnection connection)
 | 
 void | 
ConnectionServiceDebugImpl.addConnection(IConnection connection,
              org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
ConnectionServiceGwtImpl.addConnection(IConnection connection,
              org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> xulCallback)
 | 
 IDatabaseConnection | 
ConnectionServiceImpl.convertFromConnection(IConnection connection)
 | 
 IDatabaseConnection | 
InMemoryConnectionServiceImpl.convertFromConnection(IConnection connection)
 | 
 void | 
ConnectionServiceDebugImpl.convertFromConnection(IConnection databaseConnection,
                      org.pentaho.ui.xul.XulServiceCallback<IDatabaseConnection> callback)
 | 
 void | 
ConnectionServiceGwtImpl.convertFromConnection(IConnection databaseConnection,
                      org.pentaho.ui.xul.XulServiceCallback<IDatabaseConnection> xulCallback)
 | 
 boolean | 
ConnectionServiceImpl.deleteConnection(IConnection connection)
 | 
 boolean | 
InMemoryConnectionServiceImpl.deleteConnection(IConnection connection)
 | 
 void | 
ConnectionServiceDebugImpl.deleteConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
ConnectionServiceGwtImpl.deleteConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> xulCallback)
 | 
 boolean | 
ConnectionServiceImpl.testConnection(IConnection connection)
 | 
 boolean | 
InMemoryConnectionServiceImpl.testConnection(IConnection connection)
 | 
 void | 
ConnectionServiceDebugImpl.testConnection(IConnection connection,
               org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
ConnectionServiceGwtImpl.testConnection(IConnection connection,
               org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> xulCallback)
 | 
 boolean | 
ConnectionServiceImpl.updateConnection(IConnection connection)
 | 
 boolean | 
InMemoryConnectionServiceImpl.updateConnection(IConnection connection)
 | 
 void | 
ConnectionServiceDebugImpl.updateConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> callback)
 | 
 void | 
ConnectionServiceGwtImpl.updateConnection(IConnection connection,
                 org.pentaho.ui.xul.XulServiceCallback<java.lang.Boolean> xulCallback)
 | 
| Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with type arguments of type IConnection | |
|---|---|
 void | 
ConnectionServiceDebugImpl.convertToConnection(IDatabaseConnection databaseConnection,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
 | 
 void | 
ConnectionServiceGwtImpl.convertToConnection(IDatabaseConnection databaseConnection,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> xulCallback)
 | 
 void | 
ConnectionServiceDebugImpl.getConnectionByName(java.lang.String name,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> callback)
 | 
 void | 
ConnectionServiceGwtImpl.getConnectionByName(java.lang.String name,
                    org.pentaho.ui.xul.XulServiceCallback<IConnection> xulCallback)
 | 
 void | 
ConnectionServiceDebugImpl.getConnections(org.pentaho.ui.xul.XulServiceCallback<java.util.List<IConnection>> callback)
 | 
 void | 
ConnectionServiceGwtImpl.getConnections(org.pentaho.ui.xul.XulServiceCallback<java.util.List<IConnection>> xulCallback)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||