Dashboard Builder UI Panels 6.0.0.Final

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 getSelectedColumnsEntries(String datasource, String tableName)
           
 List getSelectedTablesEntries(String datasource)
           
 List 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 getSelectedTablesEntries(String datasource)
                              throws Exception
Throws:
Exception

getSelectedTablesName

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

getSelectedColumnsEntries

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

Dashboard Builder UI Panels 6.0.0.Final

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