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
- SQLException
public static void tigAddNode(long parentNid, long uid, String node, ResultSet[] data) throws SQLException
parentNid
- uid
- node
- data
- SQLException
public static void tigAddUser(String userId, String userPw, ResultSet[] data) throws SQLException
userId
- userPw
- data
- SQLException
public static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
userId
- userPw
- data
- SQLException
public static void tigAllUsers(ResultSet[] data) throws SQLException
data
- SQLException
public static void tigAllUsersCount(ResultSet[] data) throws SQLException
data
- SQLException
public static void tigDisableAccount(String userId) throws SQLException
userId
- SQLException
public static void tigDisabledAccounts(ResultSet[] data) throws SQLException
data
- SQLException
public static void tigEnableAccount(String userId) throws SQLException
userId
- SQLException
public static String tigGetDBProperty(String key) throws SQLException
key
- SQLException
public static void tigGetPassword(String userId, ResultSet[] data) throws SQLException
userId
- data
- SQLException
public static void tigGetUserDBUid(String userId, ResultSet[] data) throws SQLException
userId
- data
- SQLException
public static void tigInitdb() throws SQLException
SQLException
public static void tigOfflineUsers(ResultSet[] data) throws SQLException
data
- SQLException
public static void tigOnlineUsers(ResultSet[] data) throws SQLException
data
- SQLException
public static void tigPutDBProperty(String key, String value) throws SQLException
key
- value
- SQLException
public static void tigRemoveUser(String userId) throws SQLException
userId
- SQLException
public static void tigUpdatePairs(long nid, long uid, String key, Clob value) throws SQLException
nid
- uid
- key
- value
- SQLException
public static void tigUpdatePassword(String userId, String userPw) throws SQLException
userId
- userPw
- SQLException
public static void tigUpdatePasswordPlainPw(String userId, String userPw) throws SQLException
userId
- userPw
- SQLException
public static void tigUpdatePasswordPlainPwRev(String userPw, String userId) throws SQLException
userPw
- userId
- SQLException
public static void tigUserLogin(String userId, String userPw, ResultSet[] data) throws SQLException
userId
- userPw
- data
- SQLException
public static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
userId
- userPw
- data
- SQLException
public static void tigUserLogout(String userId) throws SQLException
userId
- SQLException
Copyright © 2018 "Tigase, Inc.". All rights reserved.