com.ibm.btt.bc.ac.dao.xml
Class SecurityRightDAOXMLImpl
java.lang.Object
com.ibm.btt.bc.ac.dao.xml.XMLBase
com.ibm.btt.bc.ac.dao.xml.SecurityRightDAOXMLImpl
- All Implemented Interfaces:
- ISecurityRightDAO
public class SecurityRightDAOXMLImpl
- extends XMLBase
- implements ISecurityRightDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRightDAOXMLImpl
public SecurityRightDAOXMLImpl(java.lang.String filePath)
throws XMLPersistException
- Throws:
XMLPersistException
setFactory
public static void setFactory(IDAOFactory fac)
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
addRight
public java.lang.String addRight(SecurityRight right)
throws DAOException
- Specified by:
addRight
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, 2010