it.eng.qbe.dao
Class DAOFactory

java.lang.Object
  extended by it.eng.qbe.dao.DAOFactory

public class DAOFactory
extends java.lang.Object

The Class DAOFactory.

Author:
Andrea Gioia

Constructor Summary
DAOFactory()
           
 
Method Summary
static DatamartJarFileDAO getDatamartJarFileDAO()
          Gets the datamart jar file dao.
static DatamartLabelsDAO getDatamartLabelsDAO()
          Gets the datamart labels dao.
static DatamartPropertiesDAO getDatamartPropertiesDAO()
          Gets the datamart properties dao.
static FormulaDAO getFormulaDAO()
          Gets the formula dao.
static ViewJarFileDAO getViewJarFileDAO()
          Gets the view jar file dao.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOFactory

public DAOFactory()
Method Detail

getFormulaDAO

public static FormulaDAO getFormulaDAO()
Gets the formula dao.

Returns:
the formula dao

getDatamartJarFileDAO

public static DatamartJarFileDAO getDatamartJarFileDAO()
Gets the datamart jar file dao.

Returns:
the datamart jar file dao

getViewJarFileDAO

public static ViewJarFileDAO getViewJarFileDAO()
Gets the view jar file dao.

Returns:
the view jar file dao

getDatamartPropertiesDAO

public static DatamartPropertiesDAO getDatamartPropertiesDAO()
Gets the datamart properties dao.

Returns:
the datamart properties dao

getDatamartLabelsDAO

public static DatamartLabelsDAO getDatamartLabelsDAO()
Gets the datamart labels dao.

Returns:
the datamart labels dao