public class AndroidRosterStore
extends tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore
| Constructor and Description |
|---|
AndroidRosterStore(RosterProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
addItem(tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem item) |
protected Set<String> |
calculateModifiedGroups(HashSet<String> groupsOld) |
tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem |
get(tigase.jaxmpp.core.client.BareJID jid) |
List<tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem> |
getAll(tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore.Predicate predicate) |
int |
getCount() |
Collection<? extends String> |
getGroups() |
void |
removeAll() |
protected void |
removeItem(tigase.jaxmpp.core.client.BareJID jid) |
public AndroidRosterStore(RosterProvider provider)
protected Set<String> addItem(tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem item)
addItem in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStoreprotected Set<String> calculateModifiedGroups(HashSet<String> groupsOld)
calculateModifiedGroups in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStorepublic tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem get(tigase.jaxmpp.core.client.BareJID jid)
get in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStorepublic List<tigase.jaxmpp.core.client.xmpp.modules.roster.RosterItem> getAll(tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStore.Predicate predicate)
getAll in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStorepublic int getCount()
getCount in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStorepublic Collection<? extends String> getGroups()
getGroups in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStorepublic void removeAll()
removeAll in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStoreprotected void removeItem(tigase.jaxmpp.core.client.BareJID jid)
removeItem in class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterStoreCopyright © 2006–2016 Tigase. All rights reserved.