Uses of Interface
tigase.pubsub.repository.IPubSubDAO
Packages that use IPubSubDAO
-
Uses of IPubSubDAO in tigase.pubsub.repository
Subinterfaces of IPubSubDAO in tigase.pubsub.repositoryModifier and TypeInterfaceDescriptioninterfaceIExtendedPubSubDAO<T,S extends tigase.db.DataSource, Q extends PubSubQuery> Classes in tigase.pubsub.repository that implement IPubSubDAOModifier and TypeClassDescriptionclassPubSubDAO<T,S extends tigase.db.DataSource, Q extends PubSubQuery> classclassPubSubDAOPool<T,S extends tigase.db.DataSource, Q extends PubSubQuery> Methods in tigase.pubsub.repository that return IPubSubDAOModifier and TypeMethodDescriptionIPubSubRepository.getPubSubDAO()PubSubDAOPool.takeDao(tigase.xmpp.jid.BareJID serviceJid) Methods in tigase.pubsub.repository that return types with arguments of type IPubSubDAOModifier and TypeMethodDescriptionprotected Class<? extends IPubSubDAO<T, S, Q>> PubSubDAOPool.findClassForDataSource(tigase.db.DataSource dataSource) Methods in tigase.pubsub.repository with parameters of type IPubSubDAOModifier and TypeMethodDescriptionprotected voidPubSubDAOPool.offerDao(tigase.xmpp.jid.BareJID serviceJid, IPubSubDAO dao) Deprecated. -
Uses of IPubSubDAO in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached declared as IPubSubDAOModifier and TypeFieldDescriptionprotected IPubSubDAO<T, tigase.db.DataSource, PubSubQuery> CachedPubSubRepository.daoMethods in tigase.pubsub.repository.cached that return IPubSubDAOMethods in tigase.pubsub.repository.cached with parameters of type IPubSubDAOModifier and TypeMethodDescriptionvoidCachedPubSubRepository.setDao(IPubSubDAO<T, tigase.db.DataSource, PubSubQuery> dao) Constructors in tigase.pubsub.repository.cached with parameters of type IPubSubDAOModifierConstructorDescriptionItems(T nodeId, tigase.xmpp.jid.BareJID serviceJid, String nodeName, IPubSubDAO dao, IItems.IListnener listnener) -
Uses of IPubSubDAO in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type IPubSubDAOModifier and TypeMethodDescriptionstatic voidPubSubRepositoryManagerExtension.exportMAMDataFromRepository(IPubSubDAO mamRepository, tigase.xmpp.jid.BareJID repoJID, String nodeName, INodeMeta nodeMeta, tigase.xmpp.jid.BareJID askingJID, Writer writer)