Uses of Class
tigase.pubsub.repository.stateless.UsersAffiliation
-
Packages that use UsersAffiliation Package Description tigase.pubsub.repository tigase.pubsub.repository.cached tigase.pubsub.repository.stateless -
-
Uses of UsersAffiliation in tigase.pubsub.repository
Fields in tigase.pubsub.repository with type parameters of type UsersAffiliation Modifier and Type Field Description protected ConcurrentMap<tigase.xmpp.jid.BareJID,UsersAffiliation>NodeAffiliations. affsMethods in tigase.pubsub.repository that return UsersAffiliation Modifier and Type Method Description protected UsersAffiliationNodeAffiliations. get(tigase.xmpp.jid.BareJID bareJid)UsersAffiliation[]IAffiliations. getAffiliations()UsersAffiliation[]NodeAffiliations. getAffiliations()UsersAffiliationIAffiliations. getSubscriberAffiliation(tigase.xmpp.jid.BareJID jid)UsersAffiliationNodeAffiliations. getSubscriberAffiliation(tigase.xmpp.jid.BareJID bareJid)Methods in tigase.pubsub.repository that return types with arguments of type UsersAffiliation Modifier and Type Method Description Map<tigase.xmpp.jid.BareJID,UsersAffiliation>NodeAffiliations. getAffiliationsMap()Map<String,UsersAffiliation>IPubSubDAO. getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid)Map<String,UsersAffiliation>PubSubDAOJDBC. getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid)Map<String,UsersAffiliation>PubSubDAOPool. getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid, tigase.xmpp.jid.BareJID jid)Methods in tigase.pubsub.repository with parameters of type UsersAffiliation Modifier and Type Method Description voidIPubSubDAO. 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)Method parameters in tigase.pubsub.repository with type arguments of type UsersAffiliation Modifier and Type Method Description static NodeAffiliationsNodeAffiliations. create(Queue<UsersAffiliation> data) -
Uses of UsersAffiliation in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type UsersAffiliation Modifier and Type Field Description protected ThreadLocal<Map<tigase.xmpp.jid.BareJID,UsersAffiliation>>NodeAffiliations. changedAffsMethods in tigase.pubsub.repository.cached that return UsersAffiliation Modifier and Type Method Description protected UsersAffiliationNodeAffiliations. get(tigase.xmpp.jid.BareJID bareJid)UsersAffiliation[]NodeAffiliations. getAffiliations()Methods in tigase.pubsub.repository.cached that return types with arguments of type UsersAffiliation Modifier and Type Method Description Map<tigase.xmpp.jid.BareJID,UsersAffiliation>NodeAffiliations. getChanged()Method parameters in tigase.pubsub.repository.cached with type arguments of type UsersAffiliation Modifier and Type Method Description voidNodeAffiliations. init(Queue<UsersAffiliation> data) -
Uses of UsersAffiliation in tigase.pubsub.repository.stateless
Methods in tigase.pubsub.repository.stateless that return UsersAffiliation Modifier and Type Method Description UsersAffiliationUsersAffiliation. clone()
-