Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl

Packages that use ContactGroupSipImpl
net.java.sip.communicator.impl.protocol.sip   
 

Uses of ContactGroupSipImpl in net.java.sip.communicator.impl.protocol.sip
 

Fields in net.java.sip.communicator.impl.protocol.sip declared as ContactGroupSipImpl
protected  ContactGroupSipImpl ServerStoredContactList.rootGroup
          The root contact group.
 

Methods in net.java.sip.communicator.impl.protocol.sip that return ContactGroupSipImpl
 ContactGroupSipImpl ServerStoredContactListSipImpl.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
 ContactGroupSipImpl ServerStoredContactListXivoImpl.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
abstract  ContactGroupSipImpl ServerStoredContactList.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
 ContactGroupSipImpl ServerStoredContactList.createUnresolvedContactGroup(ContactGroupSipImpl parentGroup, String groupName)
          Creates a non resolved contact group for the specified name.
 ContactGroupSipImpl ContactGroupSipImpl.findContactParent(ContactSipImpl sipContact)
          Returns the group that is parent of the specified sipContact or null if no parent was found.
 ContactGroupSipImpl ContactGroupSipImpl.findGroupParent(ContactGroupSipImpl sipGroup)
          Returns the group that is parent of the specified sipGroup or null if no parent was found.
 ContactGroupSipImpl ServerStoredContactList.getRootGroup()
          Returns the root group of the contact list.
 

Methods in net.java.sip.communicator.impl.protocol.sip that return types with arguments of type ContactGroupSipImpl
 List<ContactGroupSipImpl> ServerStoredContactList.getAllGroups(ContactGroupSipImpl group)
          Returns all avaliable groups from group and all subgroups.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type ContactGroupSipImpl
 void ContactGroupSipImpl.addSubgroup(ContactGroupSipImpl subgroup)
          Adds the specified contact group to the contained by this group.
 ContactSipImpl ServerStoredContactList.createContact(ContactGroupSipImpl parentGroup, String contactId, boolean persistent, String contactType)
          Creates contact for the specified address and inside the specified group .
 ContactSipImpl ServerStoredContactListSipImpl.createContact(ContactGroupSipImpl parentGroup, String contactId, String displayName, boolean persistent, String contactType)
          Creates contact for the specified address and inside the specified group .
 ContactSipImpl ServerStoredContactListXivoImpl.createContact(ContactGroupSipImpl parentGroup, String contactId, String displayName, boolean persistent, String contactType)
          Creates contact for the specified address and inside the specified group .
abstract  ContactSipImpl ServerStoredContactList.createContact(ContactGroupSipImpl parentGroup, String contactId, String displayName, boolean persistent, String contactType)
          Creates contact for the specified address and inside the specified group .
 ContactGroupSipImpl ServerStoredContactListSipImpl.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
 ContactGroupSipImpl ServerStoredContactListXivoImpl.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
abstract  ContactGroupSipImpl ServerStoredContactList.createGroup(ContactGroupSipImpl parentGroup, String groupName, boolean persistent)
          Creates a group with the specified name and parent in the server stored contact list.
 ContactSipImpl ServerStoredContactList.createUnresolvedContact(ContactGroupSipImpl parentGroup, String contactId, String persistentData)
          Creates a non resolved contact for the specified address and inside the specified group.
 ContactGroupSipImpl ServerStoredContactList.createUnresolvedContactGroup(ContactGroupSipImpl parentGroup, String groupName)
          Creates a non resolved contact group for the specified name.
 ContactGroupSipImpl ContactGroupSipImpl.findGroupParent(ContactGroupSipImpl sipGroup)
          Returns the group that is parent of the specified sipGroup or null if no parent was found.
protected  void ServerStoredContactList.fireContactAdded(ContactGroupSipImpl parentGroup, ContactSipImpl contact)
          Make the parent persistent presence operation set dispatch a contact added event.
protected  void ServerStoredContactList.fireContactMoved(ContactGroupSipImpl oldParentGroup, ContactGroupSipImpl newParentGroup, ContactSipImpl contact)
          Make the parent persistent presence operation set dispatch a subscription moved event.
protected  void ServerStoredContactList.fireContactRemoved(ContactGroupSipImpl parentGroup, ContactSipImpl contact)
          Make the parent persistent presence operation set dispatch a contact removed event.
protected  void ServerStoredContactList.fireContactResolved(ContactGroupSipImpl parentGroup, ContactSipImpl contact)
          Make the parent persistent presence operation set dispatch a contact resolved event.
 List<ContactSipImpl> ServerStoredContactList.getAllContacts(ContactGroupSipImpl group)
          Returns all avaliable contacts from group and all subgroups.
 List<ContactGroupSipImpl> ServerStoredContactList.getAllGroups(ContactGroupSipImpl group)
          Returns all avaliable groups from group and all subgroups.
 List<ContactSipImpl> ServerStoredContactList.getUniqueContacts(ContactGroupSipImpl group)
          Gets all unique contacts from group and all subgroups.
 void ServerStoredContactListSipImpl.moveContactToGroup(ContactSipImpl contact, ContactGroupSipImpl newParentGroup)
          Removes the specified contact from its current parent and places it under newParent.
 void ServerStoredContactListXivoImpl.moveContactToGroup(ContactSipImpl contact, ContactGroupSipImpl newParentGroup)
          Removes the specified contact from its current parent and places it under newParent.
abstract  void ServerStoredContactList.moveContactToGroup(ContactSipImpl contact, ContactGroupSipImpl newParentGroup)
          Removes the specified contact from its current parent and places it under newParent.
 void ServerStoredContactListSipImpl.removeGroup(ContactGroupSipImpl group)
          Removes the specified group from the server stored contact list.
 void ServerStoredContactListXivoImpl.removeGroup(ContactGroupSipImpl group)
          Removes the specified group from the server stored contact list.
abstract  void ServerStoredContactList.removeGroup(ContactGroupSipImpl group)
          Removes the specified group from the server stored contact list.
 void ContactGroupSipImpl.removeSubGroup(ContactGroupSipImpl subgroup)
          Removes the specified contact group from the this group's subgroups.
 void ServerStoredContactListSipImpl.renameGroup(ContactGroupSipImpl group, String newName)
          Renames the specified group from the server stored contact list.
 void ServerStoredContactListXivoImpl.renameGroup(ContactGroupSipImpl group, String newName)
          Renames the specified group from the server stored contact list.
abstract  void ServerStoredContactList.renameGroup(ContactGroupSipImpl group, String newName)
          Renames the specified group from the server stored contact list.
(package private)  void ContactSipImpl.setParentGroup(ContactGroupSipImpl newParentGroup)
          This method is only called when the contact is added to a new ContactGroupSipImpl by the ContactGroupSipImpl itself.
(package private)  void ContactGroupSipImpl.setParentGroup(ContactGroupSipImpl parent)
          Sets the group that is the new parent of this group
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.