tigase.db.derby
Class StoredProcedures

java.lang.Object
  extended by tigase.db.derby.StoredProcedures

public class StoredProcedures
extends Object


Constructor Summary
StoredProcedures()
           
 
Method Summary
static void tigActiveAccounts(ResultSet[] data)
           
static void TigAddNode(long parentNid, long uid, String node, ResultSet[] data)
           
static void tigAddUser(String userId, String userPw, ResultSet[] data)
           
static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data)
           
static void tigAllUsers(ResultSet[] data)
           
static void tigAllUsersCount(ResultSet[] data)
           
static void tigDisableAccount(String userId)
           
static void tigDisabledAccounts(ResultSet[] data)
           
static void tigEnableAccount(String userId)
           
static String tigGetDBProperty(String key)
           
static void tigGetPassword(String userId, ResultSet[] data)
           
static void tigGetUserDBUid(String userId, ResultSet[] data)
           
static void tigInitdb()
           
static void tigOfflineUsers(ResultSet[] data)
           
static void tigOnlineUsers(ResultSet[] data)
           
static void tigPutDBProperty(String key, String value)
           
static void tigRemoveUser(String userId)
           
static void tigUpdatePassword(String userId, String userPw)
           
static void tigUpdatePasswordPlainPw(String userId, String userPw)
           
static void tigUpdatePasswordPlainPwRev(String userPw, String userId)
           
static void tigUserLogin(String userId, String userPw, ResultSet[] data)
           
static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data)
           
static void tigUserLogout(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredProcedures

public StoredProcedures()
Method Detail

tigActiveAccounts

public static void tigActiveAccounts(ResultSet[] data)
                              throws SQLException
Throws:
SQLException

TigAddNode

public static void TigAddNode(long parentNid,
                              long uid,
                              String node,
                              ResultSet[] data)
                       throws SQLException
Throws:
SQLException

tigAddUser

public static void tigAddUser(String userId,
                              String userPw,
                              ResultSet[] data)
                       throws SQLException
Throws:
SQLException

tigAddUserPlainPw

public static void tigAddUserPlainPw(String userId,
                                     String userPw,
                                     ResultSet[] data)
                              throws SQLException
Throws:
SQLException

tigAllUsers

public static void tigAllUsers(ResultSet[] data)
                        throws SQLException
Throws:
SQLException

tigAllUsersCount

public static void tigAllUsersCount(ResultSet[] data)
                             throws SQLException
Throws:
SQLException

tigDisableAccount

public static void tigDisableAccount(String userId)
                              throws SQLException
Throws:
SQLException

tigDisabledAccounts

public static void tigDisabledAccounts(ResultSet[] data)
                                throws SQLException
Throws:
SQLException

tigEnableAccount

public static void tigEnableAccount(String userId)
                             throws SQLException
Throws:
SQLException

tigGetDBProperty

public static String tigGetDBProperty(String key)
                               throws SQLException
Throws:
SQLException

tigGetPassword

public static void tigGetPassword(String userId,
                                  ResultSet[] data)
                           throws SQLException
Throws:
SQLException

tigGetUserDBUid

public static void tigGetUserDBUid(String userId,
                                   ResultSet[] data)
                            throws SQLException
Throws:
SQLException

tigInitdb

public static void tigInitdb()
                      throws SQLException
Throws:
SQLException

tigOfflineUsers

public static void tigOfflineUsers(ResultSet[] data)
                            throws SQLException
Throws:
SQLException

tigOnlineUsers

public static void tigOnlineUsers(ResultSet[] data)
                           throws SQLException
Throws:
SQLException

tigPutDBProperty

public static void tigPutDBProperty(String key,
                                    String value)
                             throws SQLException
Throws:
SQLException

tigRemoveUser

public static void tigRemoveUser(String userId)
                          throws SQLException
Throws:
SQLException

tigUserLogout

public static void tigUserLogout(String userId)
                          throws SQLException
Throws:
SQLException

tigUpdatePassword

public static void tigUpdatePassword(String userId,
                                     String userPw)
                              throws SQLException
Throws:
SQLException

tigUpdatePasswordPlainPw

public static void tigUpdatePasswordPlainPw(String userId,
                                            String userPw)
                                     throws SQLException
Throws:
SQLException

tigUpdatePasswordPlainPwRev

public static void tigUpdatePasswordPlainPwRev(String userPw,
                                               String userId)
                                        throws SQLException
Throws:
SQLException

tigUserLogin

public static void tigUserLogin(String userId,
                                String userPw,
                                ResultSet[] data)
                         throws SQLException
Throws:
SQLException

tigUserLoginPlainPw

public static void tigUserLoginPlainPw(String userId,
                                       String userPw,
                                       ResultSet[] data)
                                throws SQLException
Throws:
SQLException


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.