Uses of Class
org.pentaho.platform.dataaccess.datasource.beans.BusinessData

Packages that use BusinessData
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   
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt Gwt interfaces 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers with parameters of type BusinessData
 void PhysicalDatasourceController.initializeBusinessData(BusinessData businessData)
           
 void StageDataController.initializeBusinessData(BusinessData businessData)
           
 void WizardRelationalDatasourceController.initializeBusinessData(BusinessData businessData)
           
 boolean PhysicalDatasourceController.supportsBusinessData(BusinessData businessData)
           
 boolean StageDataController.supportsBusinessData(BusinessData businessData)
           
 boolean WizardRelationalDatasourceController.supportsBusinessData(BusinessData businessData)
           
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return BusinessData
 BusinessData CsvModel.getBusinessData()
          Deprecated. Use ModelInfo instead
 BusinessData CsvSourcedRelationalModel.getBusinessData()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type BusinessData
 void CsvModel.setBusinessData(BusinessData value)
          Deprecated. Use ModelInfo instead
 void CsvSourcedRelationalModel.setBusinessData(BusinessData value)
           
 

Uses of BusinessData in org.pentaho.platform.dataaccess.datasource.wizard.service
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service with type arguments of type BusinessData
 void IXulAsyncDatasourceService.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit, org.pentaho.ui.xul.XulServiceCallback<BusinessData> callback)
           
 void IXulAsyncDatasourceService.loadBusinessData(String domainId, String modelId, org.pentaho.ui.xul.XulServiceCallback<BusinessData> callback)
           
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return BusinessData
 BusinessData DatasourceDebugGwtServlet.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit)
           
 BusinessData IDatasourceService.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit)
          Returns the generated relational based logical model along with the sample data for the given connection name and query
 BusinessData DatasourceDebugGwtServlet.loadBusinessData(String domainId, String modelId)
           
 BusinessData IDatasourceService.loadBusinessData(String domainId, String modelId)
          Returns the save logical model for a given Domain ID and Model ID
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with type arguments of type BusinessData
 void IGwtDatasourceServiceAsync.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit, com.google.gwt.user.client.rpc.AsyncCallback<BusinessData> callback)
           
 void IGwtDatasourceServiceAsync.loadBusinessData(String domainId, String modelId, com.google.gwt.user.client.rpc.AsyncCallback<BusinessData> callback)
           
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return BusinessData
 BusinessData DatasourceServiceImpl.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit)
          This method gets the business data which are the business columns, columns types and sample preview data
 BusinessData InMemoryDatasourceServiceImpl.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit)
          This method gets the business data which are the business columns, columns types and sample preview data
 BusinessData DatasourceServiceImpl.loadBusinessData(String domainId, String modelId)
           
 BusinessData InMemoryDatasourceServiceImpl.loadBusinessData(String domainId, String modelId)
           
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with type arguments of type BusinessData
 void DatasourceServiceDebugImpl.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit, org.pentaho.ui.xul.XulServiceCallback<BusinessData> callback)
           
 void DatasourceServiceGwtImpl.generateLogicalModel(String modelName, String connectionName, String dbType, String query, String previewLimit, org.pentaho.ui.xul.XulServiceCallback<BusinessData> xulCallback)
           
 void DatasourceServiceDebugImpl.loadBusinessData(String domainId, String modelId, org.pentaho.ui.xul.XulServiceCallback<BusinessData> callback)
           
 void DatasourceServiceGwtImpl.loadBusinessData(String domainId, String modelId, org.pentaho.ui.xul.XulServiceCallback<BusinessData> xulCallback)