IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ac.dao.db
Class DBDAOFactory

java.lang.Object
  extended by com.ibm.btt.bc.ac.dao.db.DBDAOFactory
All Implemented Interfaces:
IDAOFactory

public class DBDAOFactory
extends java.lang.Object
implements IDAOFactory


Constructor Summary
DBDAOFactory()
           
 
Method Summary
 ConnectionPool getConnectionPool()
           
 java.lang.String getDbSchema()
           
 ISecurityRightDAO getRightDAO()
           
 ISecurityRoleDAO getRoleDAO()
           
 ISecurityServiceDAO getServiceDAO()
           
 ISecurityUserDAO getUserDAO()
           
 void setConnectionPool(ConnectionPool connectionPool)
           
 void setDbSchema(java.lang.String dbSchema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDAOFactory

public DBDAOFactory()
Method Detail

getRightDAO

public ISecurityRightDAO getRightDAO()
                              throws DAOException
Specified by:
getRightDAO in interface IDAOFactory
Throws:
DAOException

getRoleDAO

public ISecurityRoleDAO getRoleDAO()
                            throws DAOException
Specified by:
getRoleDAO in interface IDAOFactory
Throws:
DAOException

getServiceDAO

public ISecurityServiceDAO getServiceDAO()
                                  throws DAOException
Specified by:
getServiceDAO in interface IDAOFactory
Throws:
DAOException

getUserDAO

public ISecurityUserDAO getUserDAO()
                            throws DAOException
Specified by:
getUserDAO in interface IDAOFactory
Throws:
DAOException

getConnectionPool

public ConnectionPool getConnectionPool()

setConnectionPool

public void setConnectionPool(ConnectionPool connectionPool)

getDbSchema

public java.lang.String getDbSchema()

setDbSchema

public void setDbSchema(java.lang.String dbSchema)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011