public class PubSubOldDAOJDBC extends Object implements IPubSubOldDAO
IPubSubOldDAO.Item| Constructor and Description |
|---|
PubSubOldDAOJDBC(String type,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
IPubSubOldDAO.Item |
getItem(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id) |
String[] |
getItemsIds(tigase.xmpp.BareJID serviceJid,
String nodeName) |
UsersAffiliation[] |
getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName) |
AbstractNodeConfig |
getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName) |
<T extends AbstractNodeConfig> |
getNodeConfig(Class<T> nodeConfigClass,
String nodeName,
tigase.form.Form configForm) |
Date |
getNodeCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID |
getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
getNodesList(tigase.xmpp.BareJID serviceJid) |
UsersSubscription[] |
getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID[] |
getServiceJids() |
void |
init() |
public PubSubOldDAOJDBC(String type, String uri) throws RepositoryException
RepositoryExceptionpublic tigase.xmpp.BareJID[] getServiceJids()
throws RepositoryException
getServiceJids in interface IPubSubOldDAORepositoryExceptionpublic String[] getNodesList(tigase.xmpp.BareJID serviceJid) throws RepositoryException
getNodesList in interface IPubSubOldDAORepositoryExceptionpublic Date getNodeCreationDate(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
getNodeCreationDate in interface IPubSubOldDAORepositoryExceptionpublic tigase.xmpp.BareJID getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName)
throws RepositoryException
getNodeCreator in interface IPubSubOldDAORepositoryExceptionpublic AbstractNodeConfig getNodeConfig(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
getNodeConfig in interface IPubSubOldDAORepositoryExceptionpublic UsersAffiliation[] getNodeAffiliations(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
getNodeAffiliations in interface IPubSubOldDAORepositoryExceptionpublic UsersSubscription[] getNodeSubscriptions(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
getNodeSubscriptions in interface IPubSubOldDAORepositoryExceptionpublic String[] getItemsIds(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
getItemsIds in interface IPubSubOldDAORepositoryExceptionpublic IPubSubOldDAO.Item getItem(tigase.xmpp.BareJID serviceJid, String nodeName, String id) throws RepositoryException
getItem in interface IPubSubOldDAORepositoryExceptionpublic void init()
throws RepositoryException
init in interface IPubSubOldDAORepositoryExceptionpublic <T extends AbstractNodeConfig> T getNodeConfig(Class<T> nodeConfigClass, String nodeName, tigase.form.Form configForm) throws RepositoryException
RepositoryExceptionCopyright © 2008–2015 Tigase. All rights reserved.