it.eng.qbe.conf
Class QbeConf

java.lang.Object
  extended by it.eng.qbe.conf.QbeConf

public class QbeConf
extends java.lang.Object

Author:
Andrea Gioia

Method Summary
 it.eng.spago.base.SourceBean getConfig()
           
 java.util.List getConnectionNames()
           
 it.eng.qbe.utility.IDataMartModelRetriever getDataMartModelRetriever()
           
 java.util.Map getFunctianalityProperties(it.eng.spago.base.SourceBean functionalitiesSB)
           
static QbeConf getInstance()
           
 java.lang.String getJndiConnectionName(java.lang.String connectionName)
           
 it.eng.qbe.utility.IQbeMessageHelper getQbeMessageHelper()
           
 it.eng.qbe.utility.IQueryPersister getQueryPersister()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static QbeConf getInstance()

getConfig

public it.eng.spago.base.SourceBean getConfig()

getQbeMessageHelper

public it.eng.qbe.utility.IQbeMessageHelper getQbeMessageHelper()

getConnectionNames

public java.util.List getConnectionNames()

getJndiConnectionName

public java.lang.String getJndiConnectionName(java.lang.String connectionName)

getDataMartModelRetriever

public it.eng.qbe.utility.IDataMartModelRetriever getDataMartModelRetriever()
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

getQueryPersister

public it.eng.qbe.utility.IQueryPersister getQueryPersister()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

getFunctianalityProperties

public java.util.Map getFunctianalityProperties(it.eng.spago.base.SourceBean functionalitiesSB)