public class StoredProcedures extends Object
| Constructor and Description |
|---|
StoredProcedures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tigPubSubCreateNode(String serviceJid,
String nodeName,
Integer nodeType,
String nodeCreator,
String nodeConf,
Long collectionId,
ResultSet[] data) |
static void |
tigPubSubDeleteAllNodes(String serviceJid,
ResultSet[] data) |
static void |
tigPubSubDeleteItem(Long nodeId,
String itemId,
ResultSet[] data) |
static void |
tigPubSubDeleteNodeSubscription(Long nodeId,
String jid,
ResultSet[] data) |
static Long |
tigPubSubEnsureJid(String jid) |
static Long |
tigPubSubEnsureServiceJid(String serviceJid) |
static void |
tigPubSubFixItem(Long nodeId,
String itemId,
Timestamp creationDate,
Timestamp updateDate) |
static void |
tigPubSubFixNode(Long nodeId,
Timestamp creationDate) |
static void |
tigPubSubGetAllNodes(String serviceJid,
ResultSet[] data) |
static void |
tigPubSubGetChildNodes(String serviceJid,
String collection,
ResultSet[] data) |
static void |
tigPubSubGetItem(Long nodeId,
String itemId,
ResultSet[] data) |
static void |
tigPubSubGetNodeAffiliations(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubGetNodeConfiguration(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubGetNodeId(String serviceJid,
String nodeName,
ResultSet[] data) |
static void |
tigPubSubGetNodeItemIds(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubGetNodeItemIdsSince(Long nodeId,
Timestamp since,
ResultSet[] data) |
static void |
tigPubSubGetNodeItemsMeta(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubGetNodeSubscriptions(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubGetRootNodes(String serviceJid,
ResultSet[] data) |
static void |
tigPubSubGetUserAffiliations(String serviceJid,
String jid,
ResultSet[] data) |
static void |
tigPubSubGetUserSubscriptions(String serviceJid,
String jid,
ResultSet[] data) |
static void |
tigPubSubRemoveNode(Long nodeId,
ResultSet[] data) |
static void |
tigPubSubSetNodeAffiliation(Long nodeId,
String jid,
String affil,
ResultSet[] data) |
static void |
tigPubSubSetNodeConfiguration(Long nodeId,
String conf,
Long collectionId,
ResultSet[] data) |
static void |
tigPubSubSetNodeSubscription(Long nodeId,
String jid,
String subscr,
String subscrId,
ResultSet[] data) |
static void |
tigPubSubWriteItem(Long nodeId,
String itemId,
String publisher,
String itemData,
ResultSet[] data) |
public static Long tigPubSubEnsureServiceJid(String serviceJid) throws SQLException
SQLExceptionpublic static Long tigPubSubEnsureJid(String jid) throws SQLException
SQLExceptionpublic static void tigPubSubCreateNode(String serviceJid, String nodeName, Integer nodeType, String nodeCreator, String nodeConf, Long collectionId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubRemoveNode(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetItem(Long nodeId, String itemId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubWriteItem(Long nodeId, String itemId, String publisher, String itemData, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubDeleteItem(Long nodeId, String itemId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeId(String serviceJid, String nodeName, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeItemIds(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeItemIdsSince(Long nodeId, Timestamp since, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetAllNodes(String serviceJid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetRootNodes(String serviceJid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetChildNodes(String serviceJid, String collection, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubDeleteAllNodes(String serviceJid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubSetNodeConfiguration(Long nodeId, String conf, Long collectionId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubSetNodeAffiliation(Long nodeId, String jid, String affil, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeConfiguration(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeAffiliations(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeSubscriptions(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubSetNodeSubscription(Long nodeId, String jid, String subscr, String subscrId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubDeleteNodeSubscription(Long nodeId, String jid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetUserAffiliations(String serviceJid, String jid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetUserSubscriptions(String serviceJid, String jid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubGetNodeItemsMeta(Long nodeId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPubSubFixNode(Long nodeId, Timestamp creationDate) throws SQLException
SQLExceptionpublic static void tigPubSubFixItem(Long nodeId, String itemId, Timestamp creationDate, Timestamp updateDate) throws SQLException
SQLExceptionCopyright © 2008–2014 Tigase. All rights reserved.