com.ibm.btt.bc.ac.dao.db
Class DBDAOFactory
java.lang.Object
com.ibm.btt.bc.ac.dao.db.DBDAOFactory
- All Implemented Interfaces:
- IDAOFactory
public class DBDAOFactory
- extends java.lang.Object
- implements IDAOFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBDAOFactory
public DBDAOFactory()
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)
(c) Copyright IBM Corporation 1998, 2010