org.singlet.dao
Class DAOManager

java.lang.Object
  extended by org.singlet.dao.DAOManager

public class DAOManager
extends java.lang.Object


Constructor Summary
DAOManager()
           
 
Method Summary
static SingletDAOImpl getSingletDAO()
          This method is used to get instance of SingletDAO
static SingletDAOImpl getSingletDAO(java.lang.String filePath)
          This method is used to get instance of SingletDAO with external filepath as parameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOManager

public DAOManager()
Method Detail

getSingletDAO

public static SingletDAOImpl getSingletDAO()
                                    throws java.lang.Exception
This method is used to get instance of SingletDAO

Returns:
instance of SingletDAO
Throws:
java.lang.Exception

getSingletDAO

public static SingletDAOImpl getSingletDAO(java.lang.String filePath)
                                    throws java.lang.Exception
This method is used to get instance of SingletDAO with external filepath as parameter

Parameters:
filePath -
Returns:
SingletDAOImpl
Throws:
java.lang.Exception