Uses of Interface
org.exoplatform.services.xmpp.history.Interlocutor

Packages that use Interlocutor
org.exoplatform.services.xmpp.bean   
org.exoplatform.services.xmpp.connection   
org.exoplatform.services.xmpp.connection.impl   
org.exoplatform.services.xmpp.history   
org.exoplatform.services.xmpp.history.impl.jcr   
 

Uses of Interlocutor in org.exoplatform.services.xmpp.bean
 

Methods in org.exoplatform.services.xmpp.bean that return types with arguments of type Interlocutor
 java.util.List<Interlocutor> InterlocutorListBean.getIntelocutorList()
           
 

Method parameters in org.exoplatform.services.xmpp.bean with type arguments of type Interlocutor
 void InterlocutorListBean.setIntelocutorList(java.util.List<Interlocutor> intelocutorList)
           
 

Constructor parameters in org.exoplatform.services.xmpp.bean with type arguments of type Interlocutor
InterlocutorListBean(java.util.List<Interlocutor> list)
           
 

Uses of Interlocutor in org.exoplatform.services.xmpp.connection
 

Methods in org.exoplatform.services.xmpp.connection that return types with arguments of type Interlocutor
 java.util.List<Interlocutor> XMPPSession.getInterlocutors(java.lang.String username)
          Get all interlocutors of user.
 

Uses of Interlocutor in org.exoplatform.services.xmpp.connection.impl
 

Methods in org.exoplatform.services.xmpp.connection.impl that return types with arguments of type Interlocutor
 java.util.List<Interlocutor> XMPPSessionImpl.getInterlocutors(java.lang.String username)
          Get all interlocutors of user.
 

Uses of Interlocutor in org.exoplatform.services.xmpp.history
 

Methods in org.exoplatform.services.xmpp.history that return types with arguments of type Interlocutor
 java.util.List<Interlocutor> History.getInterlocutors(java.lang.String participantJID)
           
 

Uses of Interlocutor in org.exoplatform.services.xmpp.history.impl.jcr
 

Classes in org.exoplatform.services.xmpp.history.impl.jcr that implement Interlocutor
 class InterlocutorImpl
          Created by The eXo Platform SAS.
 

Methods in org.exoplatform.services.xmpp.history.impl.jcr that return types with arguments of type Interlocutor
 java.util.List<Interlocutor> HistoryImpl.getInterlocutors(java.lang.String participantName, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.