IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ac.dao
Interface ISecurityRightDAO

All Known Implementing Classes:
SecurityRightDAODBImpl, SecurityRightDAOXMLImpl

public interface ISecurityRightDAO


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()
           
 java.lang.String updateRight(SecurityRight right)
           
 

Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011