Uses of Class
tigase.pubsub.repository.stateless.UsersSubscription
Packages that use UsersSubscription
Package
Description
-
Uses of UsersSubscription in tigase.pubsub.modules.ext.presence
Methods in tigase.pubsub.modules.ext.presence that return types with arguments of type UsersSubscriptionModifier and TypeMethodDescriptionMap<tigase.xmpp.jid.BareJID, UsersSubscription> PresenceNodeSubscriptions.getChanged()PresenceNodeSubscriptions.getSubscriptions()PresenceNodeSubscriptions.getSubscriptionsForPublish()Methods in tigase.pubsub.modules.ext.presence with parameters of type UsersSubscriptionModifier and TypeMethodDescriptionvoidPresenceNodeSubscriptions.changeSubscription(UsersSubscription subscription) -
Uses of UsersSubscription in tigase.pubsub.repository
Fields in tigase.pubsub.repository with type parameters of type UsersSubscriptionModifier and TypeFieldDescriptionprotected final ConcurrentMap<tigase.xmpp.jid.BareJID, UsersSubscription> NodeSubscriptions.subsMethods in tigase.pubsub.repository that return UsersSubscriptionModifier and TypeMethodDescriptionprotected UsersSubscriptionNodeSubscriptions.get(tigase.xmpp.jid.BareJID bareJid) Methods in tigase.pubsub.repository that return types with arguments of type UsersSubscriptionModifier and TypeMethodDescriptionMap<tigase.xmpp.jid.BareJID, UsersSubscription> IPubSubDAO.getNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, T nodeId) Map<tigase.xmpp.jid.BareJID, UsersSubscription> PubSubDAOJDBC.getNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, Long nodeId) Map<tigase.xmpp.jid.BareJID, UsersSubscription> PubSubDAOPool.getNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, T nodeId) ISubscriptions.getSubscriptions()NodeSubscriptions.getSubscriptions()ISubscriptions.getSubscriptionsForPublish()NodeSubscriptions.getSubscriptionsForPublish()IPubSubDAO.getUserSubscriptions(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) IPubSubRepository.getUserSubscriptions(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID userJid) PubSubDAOJDBC.getUserSubscriptions(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) PubSubDAOPool.getUserSubscriptions(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) Methods in tigase.pubsub.repository with parameters of type UsersSubscriptionModifier and TypeMethodDescriptionvoidIPubSubDAO.updateNodeSubscription(tigase.xmpp.jid.BareJID serviceJid, T nodeId, String nodeName, UsersSubscription userSubscription) voidPubSubDAOJDBC.updateNodeSubscription(tigase.xmpp.jid.BareJID serviceJid, Long nodeId, String nodeName, UsersSubscription subscription) voidPubSubDAOPool.updateNodeSubscription(tigase.xmpp.jid.BareJID serviceJid, T nodeId, String nodeName, UsersSubscription subscription) Method parameters in tigase.pubsub.repository with type arguments of type UsersSubscriptionConstructor parameters in tigase.pubsub.repository with type arguments of type UsersSubscriptionModifierConstructorDescriptionprotectedNodeSubscriptions(Map<tigase.xmpp.jid.BareJID, UsersSubscription> subscriptions) -
Uses of UsersSubscription in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type UsersSubscriptionModifier and TypeFieldDescriptionprotected final ThreadLocal<Map<tigase.xmpp.jid.BareJID, UsersSubscription>> NodeSubscriptions.changedSubsMethods in tigase.pubsub.repository.cached that return UsersSubscriptionModifier and TypeMethodDescriptionprotected UsersSubscriptionNodeSubscriptions.get(tigase.xmpp.jid.BareJID bareJid) Methods in tigase.pubsub.repository.cached that return types with arguments of type UsersSubscriptionModifier and TypeMethodDescriptionMap<tigase.xmpp.jid.BareJID, UsersSubscription> ISubscriptionsCached.getChanged()Map<tigase.xmpp.jid.BareJID, UsersSubscription> NodeSubscriptions.getChanged()NodeSubscriptions.getSubscriptions()CachedPubSubRepository.getUserSubscriptions(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID userJid) Methods in tigase.pubsub.repository.cached with parameters of type UsersSubscriptionModifier and TypeMethodDescriptionvoidISubscriptionsCached.changeSubscription(UsersSubscription subscription) voidNodeSubscriptions.changeSubscription(UsersSubscription subscription) Method parameters in tigase.pubsub.repository.cached with type arguments of type UsersSubscriptionModifier and TypeMethodDescriptionprotected ISubscriptionsCachedCachedPubSubRepository.newNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersSubscription>> subscriptionsSupplier) Constructor parameters in tigase.pubsub.repository.cached with type arguments of type UsersSubscriptionModifierConstructorDescriptionNodeSubscriptions(Map<tigase.xmpp.jid.BareJID, UsersSubscription> subscriptions) -
Uses of UsersSubscription in tigase.pubsub.repository.stateless
Methods in tigase.pubsub.repository.stateless that return UsersSubscription