Dashboard Builder UI Panels 6.2.0.CR2

org.jboss.dashboard.ui.panel.dataSourceManagement
Class DataSourceTableManager

java.lang.Object
  extended by org.jboss.dashboard.ui.panel.dataSourceManagement.DataSourceTableManager

@ApplicationScoped
public class DataSourceTableManager
extends Object

Data source tables manager


Constructor Summary
DataSourceTableManager()
           
 
Method Summary
 List<DataSourceColumnEntry> getSelectedColumnsEntries(String datasource, String tableName)
           
 List<DataSourceTableEntry> getSelectedTablesEntries(String datasource)
           
 List<String> getSelectedTablesName(String datasource)
           
static DataSourceTableManager lookup()
          Get the singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceTableManager

public DataSourceTableManager()
Method Detail

lookup

public static DataSourceTableManager lookup()
Get the singleton instance.


getSelectedTablesEntries

public List<DataSourceTableEntry> getSelectedTablesEntries(String datasource)
                                                    throws Exception
Throws:
Exception

getSelectedTablesName

public List<String> getSelectedTablesName(String datasource)
                                   throws Exception
Throws:
Exception

getSelectedColumnsEntries

public List<DataSourceColumnEntry> getSelectedColumnsEntries(String datasource,
                                                             String tableName)
                                                      throws Exception
Throws:
Exception

Dashboard Builder UI Panels 6.2.0.CR2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.