Uses of Class
org.web_auth.utils.ApplicationException

Packages that use ApplicationException
org.web_auth.bizobj This package contains interfaces of domain objects of this project. 
org.web_auth.bizobj.impl This package contains implementations of domain objects of this project. 
 

Uses of ApplicationException in org.web_auth.bizobj
 

Methods in org.web_auth.bizobj that throw ApplicationException
 void IUser.changePassword(java.sql.Connection conn, java.lang.String newPassword)
          This method changes the user password.
 void IUser.add(java.sql.Connection conn)
          This method persists the user object in the database.
 void IUser.remove(java.sql.Connection conn)
          This method removes the user from the database.
 

Uses of ApplicationException in org.web_auth.bizobj.impl
 

Methods in org.web_auth.bizobj.impl that throw ApplicationException
 void User.changePassword(java.sql.Connection conn, java.lang.String newPassword)
          This method changes the user password.
 void User.add(java.sql.Connection conn)
          This method persists the user object in the database.
 void User.remove(java.sql.Connection conn)
          This method removes the user from the database.
 



Copyright © 2003 Zhengrong Tang. All Rights Reserved.