Uses of Class
tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem

Packages that use RosterItem
tigase.jaxmpp.core.client.xmpp.modules.roster Support for roster management. 
 

Uses of RosterItem in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.roster with type parameters of type RosterItem
protected  Map<BareJID,RosterItem> RosterStore.roster
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that return RosterItem
 RosterItem RosterStore.get(BareJID jid)
          Returns RosterItem of given bare JID.
 RosterItem RosterModule.RosterEvent.getItem()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that return types with arguments of type RosterItem
 List<RosterItem> RosterStore.getAll()
          Returns all buddies from roster.
 List<RosterItem> RosterStore.getAll(RosterStore.Predicate predicate)
          Returns all roster items selected by selector.
 Collection<RosterItem> RosterCacheProvider.loadCachedRoster(SessionObject sessionObject)
          Loads cached roster.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster with parameters of type RosterItem
 boolean RosterStore.Predicate.match(RosterItem item)
           
 void RosterStore.update(RosterItem item)
          Sends changed RosterItem to server.
protected  void RosterModule.update(RosterItem item)
           
 



Copyright © 2006-2013 Tigase. All Rights Reserved.