Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

Methods in net.java.sip.communicator.impl.protocol.sip that return ContactSipImpl
 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 .
 ContactSipImpl ServerStoredContactList.createUnresolvedContact(ContactGroupSipImpl parentGroup, String contactId, String persistentData)
          Creates a non resolved contact for the specified address and inside the specified group.
 ContactSipImpl OperationSetPresenceSipImpl.createVolatileContact(String contactAddress)
          Creates a non persistent contact for the specified address.
 ContactSipImpl OperationSetPresenceSipImpl.createVolatileContact(String contactAddress, String displayName)
          Creates a non persistent contact for the specified address.
 ContactSipImpl ContactGroupSipImpl.findContactByID(String id)
          Returns the contact with the specified id or null if no such contact exists.
 ContactSipImpl OperationSetPresenceSipImpl.findContactByID(String contactID)
          Returns a ContactSipImpl with a specific ID in case we have a subscription for it and null otherwise.
 ContactSipImpl OperationSetPresenceSipImpl.getLocalContactForDst(javax.sip.address.Address destination)
          Returns the protocol specific contact instance representing the local user.
 ContactSipImpl OperationSetPresenceSipImpl.getLocalContactForDst(ContactSipImpl destination)
          Returns the protocol specific contact instance representing the local user.
(package private)  ContactSipImpl OperationSetPresenceSipImpl.resolveContactID(String contactID)
          Tries to find a ContactSipImpl which is identified either by a specific contactID or by a derivation of it.
 

Methods in net.java.sip.communicator.impl.protocol.sip that return types with arguments of type ContactSipImpl
 List<ContactSipImpl> ServerStoredContactList.getAllContacts(ContactGroupSipImpl group)
          Returns all avaliable contacts from group and all subgroups.
 List<ContactSipImpl> ServerStoredContactList.getUniqueContacts(ContactGroupSipImpl group)
          Gets all unique contacts from group and all subgroups.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type ContactSipImpl
 void ContactGroupSipImpl.addContact(ContactSipImpl contactToAdd)
          Adds the specified contact to this group.
(package private)  boolean ServerStoredContactListSipImpl.addContactToBlockList(ContactSipImpl contact)
          Adds contact to the "block" rule.
(package private)  boolean ServerStoredContactListSipImpl.addContactToPoliteBlockList(ContactSipImpl contact)
          Adds contact to the "polite block" rule.
(package private)  boolean ServerStoredContactListSipImpl.addContactToWhiteList(ContactSipImpl contact)
          Adds contact to the "white" rule.
 void ServerStoredContactListSipImpl.authorizationAccepted(ContactSipImpl contact)
          The user accepted authorization request for contact
 void ServerStoredContactListXivoImpl.authorizationAccepted(ContactSipImpl contact)
          The user accepted authorization request for contact
abstract  void ServerStoredContactList.authorizationAccepted(ContactSipImpl contact)
          The user accepted authorization request for contact
 void ServerStoredContactListSipImpl.authorizationIgnored(ContactSipImpl contact)
          The user ignored authorization request for contact
 void ServerStoredContactListXivoImpl.authorizationIgnored(ContactSipImpl contact)
          The user ignored authorization request for contact
abstract  void ServerStoredContactList.authorizationIgnored(ContactSipImpl contact)
          The user ignored authorization request for contact
 void ServerStoredContactListSipImpl.authorizationRejected(ContactSipImpl contact)
          The user rejected authorization request for contact
 void ServerStoredContactListXivoImpl.authorizationRejected(ContactSipImpl contact)
          The user rejected authorization request for contact
abstract  void ServerStoredContactList.authorizationRejected(ContactSipImpl contact)
          The user rejected authorization request for contact
 ContactGroupSipImpl ContactGroupSipImpl.findContactParent(ContactSipImpl sipContact)
          Returns the group that is parent of the specified sipContact 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.
 void OperationSetPresenceSipImpl.forcePollContact(ContactSipImpl contact)
          Forces the poll of a contact to update its current state.
 ContactSipImpl OperationSetPresenceSipImpl.getLocalContactForDst(ContactSipImpl destination)
          Returns the protocol specific contact instance representing the local user.
 byte[] OperationSetPresenceSipImpl.getPidfPresenceStatus(ContactSipImpl contact)
          Converts the PresenceStatus of contact into a PIDF document.
 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.removeContact(ContactSipImpl contact)
          Removes a contact.
 void ServerStoredContactListXivoImpl.removeContact(ContactSipImpl contact)
          Removes a contact.
 void ContactGroupSipImpl.removeContact(ContactSipImpl contact)
          Removes the specified contact from this group.
abstract  void ServerStoredContactList.removeContact(ContactSipImpl contact)
          Removes a contact.
(package private)  boolean ServerStoredContactListSipImpl.removeContactFromBlockList(ContactSipImpl contact)
          Removes contact from the "block" rule.
(package private)  boolean ServerStoredContactListSipImpl.removeContactFromPoliteBlockList(ContactSipImpl contact)
          Removes contact from the "polite block" rule.
(package private)  boolean ServerStoredContactListSipImpl.removeContactFromWhiteList(ContactSipImpl contact)
          Removes contact from the "white" rule.
 void ServerStoredContactListSipImpl.renameContact(ContactSipImpl contact, String newName)
          Renames the specified contact.
 void ServerStoredContactListXivoImpl.renameContact(ContactSipImpl contact, String newName)
          Renames the specified contact.
abstract  void ServerStoredContactList.renameContact(ContactSipImpl contact, String newName)
          Renames the specified contact.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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