Interface IExtendedPubSubDAO<T, S extends tigase.db.DataSource, Q extends PubSubQuery>
- All Superinterfaces:
tigase.db.DataSourceAware<S>, IPubSubDAO<T,S, Q>
- All Known Implementing Classes:
PubSubDAOJDBC, PubSubDAOPool
public interface IExtendedPubSubDAO<T, S extends tigase.db.DataSource, Q extends PubSubQuery>
extends IPubSubDAO<T,S,Q>
-
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.mam.MAMRepository.ItemgetMAMItem(tigase.xmpp.jid.BareJID ownerJid, T nodeId, String stableId) voidupdateMAMItem(tigase.xmpp.jid.BareJID ownerJid, T nodeId, String stableId, tigase.xml.Element message) Methods inherited from interface tigase.db.DataSourceAware
setDataSourceMethods inherited from interface IPubSubDAO
addMAMItem, addMAMItem, createNode, createService, deleteItem, deleteNode, deleteService, destroy, getAllNodesList, getChildNodes, getItem, getItems, getItemsIds, getItemsIdsSince, getItemsMeta, getNodeAffiliations, getNodeMeta, getNodesCount, getNodesList, getNodeSubscriptions, getServices, getUserAffiliations, getUserRoster, getUserSubscriptions, newQuery, newQuery, parseConfig, queryItems, removeNodeSubscription, updateNodeAffiliation, updateNodeConfig, updateNodeSubscription, writeItem
-
Method Details
-
getMAMItem
-
updateMAMItem
-