public class PubSubNewDAOJDBC extends PubSubDAOJDBC
conn| Constructor and Description |
|---|
PubSubNewDAOJDBC() |
| Modifier and Type | Method and Description |
|---|---|
void |
fixItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String itemId,
Date creationDate,
Date updateDate) |
void |
fixNode(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date creationDate) |
void |
init(String resource_uri,
Map<String,String> params,
tigase.db.UserRepository userRepository)
Method initilizes implementation of this interface which will internally call
initReposiotry() method
to initialize repository. |
addToRootCollection, createNode, deleteItem, deleteNode, destroy, getAllNodesList, getChildNodes, getDateFromItem, getItem, getItemCreationDate, getItemsIds, getItemsIdsSince, getItemsMeta, getItemUpdateDate, getNodeAffiliations, getNodeConfig, getNodeId, getNodesList, getNodeSubscriptions, getResourceUri, getStringFromItem, getUserAffiliations, getUserSubscriptions, initRepository, readNodeConfigFormData, removeAllFromRootCollection, removeFromRootCollection, removeNodeSubscription, updateNodeAffiliation, updateNodeConfig, updateNodeSubscription, writeItemgetBuddyGroups, getBuddySubscription, getNodeConfig, getUserRoster, itemDataToElement, parseConfig, parseConfigFormpublic void init(String resource_uri, Map<String,String> params, tigase.db.UserRepository userRepository) throws RepositoryException
IPubSubDAOinitReposiotry() method
to initialize repository.init in interface IPubSubDAO<Long>init in class PubSubDAO<Long>RepositoryExceptionpublic void fixNode(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date creationDate)
throws RepositoryException
RepositoryExceptionpublic void fixItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String itemId,
Date creationDate,
Date updateDate)
throws RepositoryException
RepositoryExceptionCopyright © 2008–2015 Tigase. All rights reserved.