com.ibm.btt.bc.ac.dao
Interface ISecurityRightDAO
- All Known Implementing Classes:
- SecurityRightDAODBImpl, SecurityRightDAOXMLImpl
public interface ISecurityRightDAO
addRight
java.lang.String addRight(SecurityRight right)
throws DAOException
- Throws:
DAOException
getAllRights
java.util.List<SecurityRight> getAllRights()
throws DAOException
- Throws:
DAOException
deleteRight
java.lang.String deleteRight(java.lang.String rightName)
throws DAOException
- Throws:
DAOException
updateRight
java.lang.String updateRight(SecurityRight right)
throws DAOException
- Throws:
DAOException
findRightByName
SecurityRight findRightByName(java.lang.String rightName)
throws DAOException
- Throws:
DAOException
findRight
java.util.List<SecurityRight> findRight(QueryConditions queryConditions)
throws DAOException
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2011