IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ac.dao.xml
Class SecurityRightDAOXMLImpl

java.lang.Object
  extended by com.ibm.btt.bc.ac.dao.xml.XMLBase
      extended by com.ibm.btt.bc.ac.dao.xml.SecurityRightDAOXMLImpl
All Implemented Interfaces:
ISecurityRightDAO

public class SecurityRightDAOXMLImpl
extends XMLBase
implements ISecurityRightDAO


Field Summary
 
Fields inherited from class com.ibm.btt.bc.ac.dao.xml.XMLBase
builder, doc, filePath
 
Constructor Summary
SecurityRightDAOXMLImpl(java.lang.String filePath)
           
 
Method Summary
 java.lang.String addRight(SecurityRight right)
           
 java.lang.String deleteRight(java.lang.String rightName)
           
 java.util.List<SecurityRight> findRight(QueryConditions queryConditions)
           
 SecurityRight findRightByName(java.lang.String rightName)
           
 java.util.List<SecurityRight> getAllRights()
           
static void setFactory(IDAOFactory fac)
           
 java.lang.String updateRight(SecurityRight right)
           
 
Methods inherited from class com.ibm.btt.bc.ac.dao.xml.XMLBase
appendElementWithText, findElementByContent, findElementByTag, findElementsWithCondition, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRightDAOXMLImpl

public SecurityRightDAOXMLImpl(java.lang.String filePath)
                        throws XMLPersistException
Throws:
XMLPersistException
Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011