org.pentaho.platform.dataaccess.datasource.wizard.service.impl
Class ConnectionServiceGwtImpl
java.lang.Object
org.pentaho.platform.dataaccess.datasource.wizard.service.impl.ConnectionServiceGwtImpl
- All Implemented Interfaces:
- IXulAsyncConnectionService
public class ConnectionServiceGwtImpl
- extends Object
- implements IXulAsyncConnectionService
ConnectionServiceGwtImpl
public ConnectionServiceGwtImpl()
setServiceEntryPoint
public static void setServiceEntryPoint(String serviceEntryPointBase)
- Override the service entry point (use only if you know what you are doing)
getConnections
public void getConnections( xulCallback)
- Specified by:
getConnections in interface IXulAsyncConnectionService
getConnectionByName
public void getConnectionByName(String name,
xulCallback)
- Specified by:
getConnectionByName in interface IXulAsyncConnectionService
addConnection
public void addConnection(IConnection connection,
xulCallback)
- Specified by:
addConnection in interface IXulAsyncConnectionService
updateConnection
public void updateConnection(IConnection connection,
xulCallback)
- Specified by:
updateConnection in interface IXulAsyncConnectionService
deleteConnection
public void deleteConnection(IConnection connection,
xulCallback)
- Specified by:
deleteConnection in interface IXulAsyncConnectionService
deleteConnection
public void deleteConnection(String name,
xulCallback)
- Specified by:
deleteConnection in interface IXulAsyncConnectionService
testConnection
public void testConnection(IConnection connection,
xulCallback)
- Specified by:
testConnection in interface IXulAsyncConnectionService
convertFromConnection
public void convertFromConnection(IConnection databaseConnection,
xulCallback)
- Specified by:
convertFromConnection in interface IXulAsyncConnectionService
convertToConnection
public void convertToConnection(IDatabaseConnection databaseConnection,
xulCallback)
- Specified by:
convertToConnection in interface IXulAsyncConnectionService