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

Packages that use LogicalModelSummary
org.pentaho.platform.dataaccess.datasource.beans JavaBean implementations for the MQL thin-model interfaces. 
org.pentaho.platform.dataaccess.datasource.ui.selectdialog   
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 LogicalModelSummary in org.pentaho.platform.dataaccess.datasource.beans
 

Methods in org.pentaho.platform.dataaccess.datasource.beans with parameters of type LogicalModelSummary
 int LogicalModelSummary.compareTo(LogicalModelSummary other)
           
 

Uses of LogicalModelSummary in org.pentaho.platform.dataaccess.datasource.ui.selectdialog
 

Methods in org.pentaho.platform.dataaccess.datasource.ui.selectdialog that return types with arguments of type LogicalModelSummary
 List<LogicalModelSummary> DatasourceSelectionDialogModel.getLogicalModelSummaries()
           
 

Method parameters in org.pentaho.platform.dataaccess.datasource.ui.selectdialog with type arguments of type LogicalModelSummary
 void GwtDatasourceSelectionDialog.addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
          Specified by DialogController.
 void SwingDatasourceSelectionDialog.addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
          Specified by DialogController.
 void GwtDatasourceSelectionDialog.removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
          Specified by DialogController.
 void SwingDatasourceSelectionDialog.removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
          Specified by DialogController.
 void DatasourceSelectionDialogModel.setLogicalModelSummaries(List<LogicalModelSummary> logicalModelSummaries)
           
 

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

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service with type arguments of type LogicalModelSummary
 void IXulAsyncDatasourceService.getLogicalModels(org.pentaho.ui.xul.XulServiceCallback<List<LogicalModelSummary>> callback)
           
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return types with arguments of type LogicalModelSummary
 List<LogicalModelSummary> DatasourceDebugGwtServlet.getLogicalModels()
           
 List<LogicalModelSummary> IDatasourceService.getLogicalModels()
          Returns the list of Logical Models.
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with type arguments of type LogicalModelSummary
 void IGwtDatasourceServiceAsync.getLogicalModels(com.google.gwt.user.client.rpc.AsyncCallback<List<LogicalModelSummary>> callback)
           
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return types with arguments of type LogicalModelSummary
 List<LogicalModelSummary> DatasourceServiceImpl.getLogicalModels()
           
 List<LogicalModelSummary> InMemoryDatasourceServiceImpl.getLogicalModels()
           
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with type arguments of type LogicalModelSummary
 void DatasourceServiceDebugImpl.getLogicalModels(org.pentaho.ui.xul.XulServiceCallback<List<LogicalModelSummary>> callback)
           
 void DatasourceServiceGwtImpl.getLogicalModels(org.pentaho.ui.xul.XulServiceCallback<List<LogicalModelSummary>> xulCallback)