com.ibm.btt.bc.ac.dao.db
Class SecurityRightDAODBImpl
java.lang.Object
com.ibm.btt.bc.ac.dao.db.DBBase
com.ibm.btt.bc.ac.dao.db.SecurityRightDAODBImpl
- All Implemented Interfaces:
- ISecurityRightDAO
public class SecurityRightDAODBImpl
- extends DBBase
- implements ISecurityRightDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRightDAODBImpl
public SecurityRightDAODBImpl(ConnectionPool connenctionPool,
java.lang.String dbSchema)
addRight
public java.lang.String addRight(SecurityRight right)
throws DAOException
- Specified by:
addRight
in interface ISecurityRightDAO
- Throws:
DAOException
deleteRight
public java.lang.String deleteRight(java.lang.String rightName)
throws DAOException
- Specified by:
deleteRight
in interface ISecurityRightDAO
- Throws:
DAOException
findRightByName
public SecurityRight findRightByName(java.lang.String rightName)
throws DAOException
- Specified by:
findRightByName
in interface ISecurityRightDAO
- Throws:
DAOException
getAllRights
public java.util.List<SecurityRight> getAllRights()
throws DAOException
- Specified by:
getAllRights
in interface ISecurityRightDAO
- Throws:
DAOException
updateRight
public java.lang.String updateRight(SecurityRight right)
throws DAOException
- Specified by:
updateRight
in interface ISecurityRightDAO
- Throws:
DAOException
findRight
public java.util.List<SecurityRight> findRight(QueryConditions queryConditions)
throws DAOException
- Specified by:
findRight
in interface ISecurityRightDAO
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2011