Package | Description |
---|---|
com.fgm.formbuilder.database |
Modifier and Type | Method and Description |
---|---|
SQLResult |
PPMUserService.attemptAutoLogin()
Attempts to retrieves the user's distinguished name off the session and
searches the databse for a matching one.
|
SQLResult |
PPMUserService.changePassword(java.lang.String loginID,
java.lang.String password,
java.lang.String newPassword)
change password for specified user.
|
SQLResult |
MySQLIf.copyProject(DBUserInfo user,
int projectId)
Copy project.
|
private SQLResult |
PPMUserService.getUser(java.lang.String loginId,
java.lang.String password)
Gets the user.
|
private SQLResult |
PPMUserService.getUserByDN(java.lang.String userDN)
Gets the user by dn.
|
SQLResult |
PPMUserService.login(java.lang.String loginID,
java.lang.String password)
Queries the database for the username and password combination, returns
the result.
|
SQLResult |
MySQLIf.runSQL(DBUserInfo user,
java.lang.String stmt,
boolean recordFlag)
run SQL on MySQL database, return results accordingly.
|
SQLResult |
MySQLIf.runSQLArr(DBUserInfo user,
java.util.List<java.lang.String> sqlList,
java.lang.Boolean recordFlag)
run list of SQLs on MySQL database, return results accordingly.
|
SQLResult |
MySQLIf.runSQLArr(DBUserInfo user,
java.util.List<java.lang.String> sqlList,
java.lang.Boolean commit,
java.lang.Boolean recordFlag)
run list of SQLs on MySQL database, return results accordingly.
|
private SQLResult |
PPMUserService.setUserDN(java.lang.String loginID,
java.lang.String userDN)
Updates the user_DN entry in the database.
|
private SQLResult |
MySQLIf.SQLError(java.sql.SQLException e,
java.lang.String msg,
java.lang.String sqlStr)
process and construct SQL Error and return.
|