Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl

Packages that use ContactIcqImpl
net.java.sip.communicator.impl.protocol.icq   
 

Uses of ContactIcqImpl in net.java.sip.communicator.impl.protocol.icq
 

Methods in net.java.sip.communicator.impl.protocol.icq that return ContactIcqImpl
(package private)  ContactIcqImpl ServerStoredContactListIcqImpl.createUnresolvedContact(ContactGroupIcqImpl parentGroup, net.kano.joustsim.Screenname screenname)
          Creates a non resolved contact for the specified address and inside the specified group.
(package private)  ContactIcqImpl ServerStoredContactListIcqImpl.createVolatileContact(net.kano.joustsim.Screenname screenname)
          Creates a non persistent contact for the specified address.
 ContactIcqImpl OperationSetPersistentPresenceIcqImpl.createVolatileContact(String uin)
          Creates a non persistent contact for the specified address.
(package private)  ContactIcqImpl ContactGroupIcqImpl.findContact(net.kano.joustsim.oscar.oscar.service.ssi.Buddy joustSimBuddy)
          Returns the icq contact encapsulating the specified joustSim buddy or null if no such buddy was found.
(package private)  ContactIcqImpl ContactGroupIcqImpl.findContact(String screenName)
          Returns the icq contact encapsulating with the specified screen name or null if no such contact was found.
 ContactIcqImpl ServerStoredContactListIcqImpl.findContactByJoustSimBuddy(net.kano.joustsim.oscar.oscar.service.ssi.Buddy buddy)
          Returns the Contact with the specified screenname (or icq UIN) or null if no such screenname was found.
 ContactIcqImpl ServerStoredContactListIcqImpl.findContactByScreenName(String screenName)
          Returns the Contact with the specified screenname (or icq UIN) or null if no such screenname was found.
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type ContactIcqImpl
(package private)  void ContactGroupIcqImpl.addContact(ContactIcqImpl contact)
          Adds the specified contact to the end of this group.
protected  void ServerStoredContactListIcqImpl.addContactForUpdate(ContactIcqImpl c)
          when there is no alias for contact we must retreive its nickname from server but when the contact list is loaded the client is not yet registered to server we wait this and then retreive the nicknames
 ContactGroupIcqImpl ServerStoredContactListIcqImpl.findContactGroup(ContactIcqImpl child)
          Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
 void ServerStoredContactListIcqImpl.moveContact(ContactIcqImpl contact, ContactGroupIcqImpl newParent)
          Moves the specified contact to the group indicated by newParent.
(package private)  void ContactGroupIcqImpl.removeContact(ContactIcqImpl contact)
          Removes the specified contact from this contact group
 

Method parameters in net.java.sip.communicator.impl.protocol.icq with type arguments of type ContactIcqImpl
(package private)  void ContactGroupIcqImpl.updateGroup(net.kano.joustsim.oscar.oscar.service.ssi.MutableGroup joustSimGroup, List<? extends net.kano.joustsim.oscar.oscar.service.ssi.Buddy> serverBuddies, List<Contact> newContacts, List<ContactIcqImpl> removedContacts)
          Sets this group and contacts corresponding to buddies in the serverBuddies list as resolved.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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