Dashboard Builder JDBC/SQL Provider 6.1.0.Beta1

org.jboss.dashboard.provider.sql
Class SQLDataProviderType

java.lang.Object
  extended by org.jboss.dashboard.provider.sql.SQLDataProviderType
All Implemented Interfaces:
DataProviderType

public class SQLDataProviderType
extends Object
implements DataProviderType


Field Summary
protected  org.jboss.dashboard.LocaleManager localeManager
           
protected  String uid
           
static String UID
           
protected  SQLDataLoaderXMLFormat xmlFormat
           
 
Constructor Summary
SQLDataProviderType()
           
 
Method Summary
 DataLoader createDataLoader()
           
 String getDescription(Locale l)
           
 String getUid()
           
 org.jboss.dashboard.export.DataLoaderXMLFormat getXmlFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UID

public static final String UID
See Also:
Constant Field Values

uid

@Inject
protected String uid

localeManager

@Inject
protected org.jboss.dashboard.LocaleManager localeManager

xmlFormat

protected SQLDataLoaderXMLFormat xmlFormat
Constructor Detail

SQLDataProviderType

public SQLDataProviderType()
Method Detail

getUid

public String getUid()
Specified by:
getUid in interface DataProviderType

getXmlFormat

public org.jboss.dashboard.export.DataLoaderXMLFormat getXmlFormat()
Specified by:
getXmlFormat in interface DataProviderType

getDescription

public String getDescription(Locale l)
Specified by:
getDescription in interface DataProviderType

createDataLoader

public DataLoader createDataLoader()
Specified by:
createDataLoader in interface DataProviderType

Dashboard Builder JDBC/SQL Provider 6.1.0.Beta1

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