public class StoredProcedures extends Object
| Constructor and Description |
|---|
StoredProcedures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tigActiveAccounts(ResultSet[] data)
Method description
|
static void |
tigAddNode(long parentNid,
long uid,
String node,
ResultSet[] data)
Method description
|
static void |
tigAddUser(String userId,
String userPw,
ResultSet[] data)
Method description
|
static void |
tigAddUserPlainPw(String userId,
String userPw,
ResultSet[] data)
Method description
|
static void |
tigAllUsers(ResultSet[] data)
Method description
|
static void |
tigAllUsersCount(ResultSet[] data)
Method description
|
static void |
tigDisableAccount(String userId)
Method description
|
static void |
tigDisabledAccounts(ResultSet[] data)
Method description
|
static void |
tigEnableAccount(String userId)
Method description
|
static String |
tigGetDBProperty(String key)
Method description
|
static void |
tigGetPassword(String userId,
ResultSet[] data)
Method description
|
static void |
tigGetUserDBUid(String userId,
ResultSet[] data)
Method description
|
static void |
tigInitdb()
Method description
|
static void |
tigOfflineUsers(ResultSet[] data)
Method description
|
static void |
tigOnlineUsers(ResultSet[] data)
Method description
|
static void |
tigPutDBProperty(String key,
String value)
Method description
|
static void |
tigRemoveUser(String userId)
Method description
|
static void |
tigUpdatePairs(long nid,
long uid,
String key,
Clob value) |
static void |
tigUpdatePassword(String userId,
String userPw)
Method description
|
static void |
tigUpdatePasswordPlainPw(String userId,
String userPw)
Method description
|
static void |
tigUpdatePasswordPlainPwRev(String userPw,
String userId)
Method description
|
static void |
tigUserLogin(String userId,
String userPw,
ResultSet[] data)
Method description
|
static void |
tigUserLoginPlainPw(String userId,
String userPw,
ResultSet[] data)
Method description
|
static void |
tigUserLogout(String userId)
Method description
|
public static void tigActiveAccounts(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigAddNode(long parentNid,
long uid,
String node,
ResultSet[] data)
throws SQLException
parentNid - uid - node - data - SQLExceptionpublic static void tigAddUser(String userId, String userPw, ResultSet[] data) throws SQLException
userId - userPw - data - SQLExceptionpublic static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
userId - userPw - data - SQLExceptionpublic static void tigAllUsers(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigAllUsersCount(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigDisableAccount(String userId) throws SQLException
userId - SQLExceptionpublic static void tigDisabledAccounts(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigEnableAccount(String userId) throws SQLException
userId - SQLExceptionpublic static String tigGetDBProperty(String key) throws SQLException
key - SQLExceptionpublic static void tigGetPassword(String userId, ResultSet[] data) throws SQLException
userId - data - SQLExceptionpublic static void tigGetUserDBUid(String userId, ResultSet[] data) throws SQLException
userId - data - SQLExceptionpublic static void tigInitdb()
throws SQLException
SQLExceptionpublic static void tigOfflineUsers(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigOnlineUsers(ResultSet[] data) throws SQLException
data - SQLExceptionpublic static void tigPutDBProperty(String key, String value) throws SQLException
key - value - SQLExceptionpublic static void tigRemoveUser(String userId) throws SQLException
userId - SQLExceptionpublic static void tigUpdatePairs(long nid,
long uid,
String key,
Clob value)
throws SQLException
nid - uid - key - value - SQLExceptionpublic static void tigUpdatePassword(String userId, String userPw) throws SQLException
userId - userPw - SQLExceptionpublic static void tigUpdatePasswordPlainPw(String userId, String userPw) throws SQLException
userId - userPw - SQLExceptionpublic static void tigUpdatePasswordPlainPwRev(String userPw, String userId) throws SQLException
userPw - userId - SQLExceptionpublic static void tigUserLogin(String userId, String userPw, ResultSet[] data) throws SQLException
userId - userPw - data - SQLExceptionpublic static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
userId - userPw - data - SQLExceptionpublic static void tigUserLogout(String userId) throws SQLException
userId - SQLExceptionCopyright © 2015 "Tigase, Inc.". All rights reserved.