org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory Class Reference

Inheritance diagram for org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory:

org.openmobileis.common.user.UserManagerFactory List of all members.

Detailed Description

Definition at line 44 of file MyCrmJDBCUserFactory.java.

Public Member Functions

 MyCrmJDBCUserFactory ()
void deleteUser (String userID) throws ServiceException, UserNotFoundException
void storeUser (User user) throws ServiceException, UserAlreadyExistException
User getUser (String userID) throws ServiceException, UserNotFoundException
String authenticateUser (String login, String pass) throws ServiceException, UserNotFoundException
 Authenticate the login/pass.


Member Function Documentation

String org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory.authenticateUser ( String  login,
String  pass 
) throws ServiceException, UserNotFoundException

Authenticate the login/pass.

return the authenticated userId if ok.

Parameters:
login 
pass 
Returns:
Exceptions:
ServiceException 
UserNotFoundException 

Implements org.openmobileis.common.user.UserManagerFactory.

Definition at line 95 of file MyCrmJDBCUserFactory.java.

References org.openmobileis.common.util.database.ManagerDB.garbageOpenedConnection(), org.openmobileis.common.util.database.AbstractQueryManager.getDbManager(), and org.openmobileis.examples.mycrm.data.jdbc.MyCrmUserManagerDBQuery.getUserIDWithloginPass().


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:39 2006 for OpenMobileIS by  doxygen 1.5.1-p1