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

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

org.openmobileis.common.util.database.AbstractQueryManager List of all members.

Detailed Description

Author:
Philippe Delrieu

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Definition at line 21 of file MyCrmUserManagerDBQuery.java.

Public Member Functions

 MyCrmUserManagerDBQuery ()
void create (String[] parameters) throws ServiceException
void delete (String[] parameters) throws ServiceException
void update (String[] parameters) throws DatabaseException
ResultSet getUserIDWithloginPass (String parameters[]) throws DatabaseException
ResultSet getValidateUserID (String parameters[]) throws DatabaseException
ResultSet getUser (String parameters[]) throws DatabaseException

Static Protected Attributes

static String queryGetUserId = "SELECT code_rep FROM user where login='%0%' AND password='%1%'"
static String queryValidateUser = "SELECT code_rep FROM user where code_rep='%0%'"
static String queryUpdateUser


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