Uses of Class
tigase.pubsub.repository.stateless.UsersAffiliation
Packages that use UsersAffiliation
Package
Description
-
Uses of UsersAffiliation in tigase.pubsub.repository
Fields in tigase.pubsub.repository with type parameters of type UsersAffiliationModifier and TypeFieldDescriptionprotected final ConcurrentMap<tigase.xmpp.jid.BareJID, UsersAffiliation> NodeAffiliations.affsMethods in tigase.pubsub.repository that return UsersAffiliationModifier and TypeMethodDescriptionprotected UsersAffiliationNodeAffiliations.get(tigase.xmpp.jid.BareJID bareJid) IAffiliations.getAffiliations()NodeAffiliations.getAffiliations()IAffiliations.getSubscriberAffiliation(tigase.xmpp.jid.BareJID jid) NodeAffiliations.getSubscriberAffiliation(tigase.xmpp.jid.BareJID bareJid) Methods in tigase.pubsub.repository that return types with arguments of type UsersAffiliationModifier and TypeMethodDescriptionMap<tigase.xmpp.jid.BareJID, UsersAffiliation> NodeAffiliations.getAffiliationsMap()Map<tigase.xmpp.jid.BareJID, UsersAffiliation> IPubSubDAO.getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, T nodeId) Map<tigase.xmpp.jid.BareJID, UsersAffiliation> PubSubDAOJDBC.getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, Long nodeId) Map<tigase.xmpp.jid.BareJID, UsersAffiliation> PubSubDAOPool.getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, T nodeId) IPubSubDAO.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) IPubSubRepository.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) PubSubDAOJDBC.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) PubSubDAOPool.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) Methods in tigase.pubsub.repository with parameters of type UsersAffiliationModifier and TypeMethodDescriptionvoidIPubSubDAO.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid, T nodeId, String nodeName, UsersAffiliation userAffiliation) voidPubSubDAOJDBC.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid, Long nodeId, String nodeName, UsersAffiliation affiliation) voidPubSubDAOPool.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid, T nodeId, String nodeName, UsersAffiliation affiliation) Constructor parameters in tigase.pubsub.repository with type arguments of type UsersAffiliationModifierConstructorDescriptionprotectedNodeAffiliations(Map<tigase.xmpp.jid.BareJID, UsersAffiliation> affs) -
Uses of UsersAffiliation in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type UsersAffiliationModifier and TypeFieldDescriptionprotected final ThreadLocal<Map<tigase.xmpp.jid.BareJID, UsersAffiliation>> NodeAffiliations.changedAffsMethods in tigase.pubsub.repository.cached that return UsersAffiliationModifier and TypeMethodDescriptionprotected UsersAffiliationNodeAffiliations.get(tigase.xmpp.jid.BareJID bareJid) NodeAffiliations.getAffiliations()Methods in tigase.pubsub.repository.cached that return types with arguments of type UsersAffiliationModifier and TypeMethodDescriptionMap<tigase.xmpp.jid.BareJID, UsersAffiliation> IAffiliationsCached.getChanged()Map<tigase.xmpp.jid.BareJID, UsersAffiliation> NodeAffiliations.getChanged()CachedPubSubRepository.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) CachedPubSubRepository.NodeAffiliationProvider.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid) Method parameters in tigase.pubsub.repository.cached with type arguments of type UsersAffiliationModifier and TypeMethodDescriptionprotected IAffiliationsCachedCachedPubSubRepository.newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersAffiliation>> affiliationSupplier) CachedPubSubRepository.NodeAffiliationProvider.newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersAffiliation>> affiliationSupplier) Constructor parameters in tigase.pubsub.repository.cached with type arguments of type UsersAffiliationModifierConstructorDescriptionNodeAffiliations(Map<tigase.xmpp.jid.BareJID, UsersAffiliation> affs) -
Uses of UsersAffiliation in tigase.pubsub.repository.stateless
Methods in tigase.pubsub.repository.stateless that return UsersAffiliation