|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.db.derby.StoredProcedures
public class StoredProcedures
Class description
| Constructor Summary | |
|---|---|
StoredProcedures()
|
|
| Method Summary | |
|---|---|
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,
String 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoredProcedures()
| Method Detail |
|---|
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,
String 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||