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

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

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)
           
 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()
           
 List<RosterItem> RosterStore.getAll(RosterStore.Predicate predicate)
           
 Collection<RosterItem> RosterCacheProvider.loadCachedRoster(SessionObject sessionObject)
           
 

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)
           
protected  void RosterModule.update(RosterItem item)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.