Uses of Class
org.exoplatform.services.xmpp.history.impl.jcr.InterlocutorImpl

Packages that use InterlocutorImpl
org.exoplatform.services.xmpp.history.impl.jcr   
 

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

Methods in org.exoplatform.services.xmpp.history.impl.jcr that return InterlocutorImpl
 InterlocutorImpl Participant.getGroupChat(java.lang.String name)
           
 InterlocutorImpl Participant.getInterlocutor(java.lang.String name)
           
 

Methods in org.exoplatform.services.xmpp.history.impl.jcr that return types with arguments of type InterlocutorImpl
 java.util.List<InterlocutorImpl> Participant.getGroupChatList()
           
 java.util.List<InterlocutorImpl> Participant.getInterlocutorList()
           
 

Methods in org.exoplatform.services.xmpp.history.impl.jcr with parameters of type InterlocutorImpl
 void Participant.addGroupChat(InterlocutorImpl interlocutor)
           
 void Participant.addInterlocutor(InterlocutorImpl interlocutor)
           
 

Method parameters in org.exoplatform.services.xmpp.history.impl.jcr with type arguments of type InterlocutorImpl
 void Participant.setGroupChatList(java.util.List<InterlocutorImpl> groupChatList)
           
 void Participant.setInterlocutorList(java.util.List<InterlocutorImpl> interlocutorList)
           
 

Constructor parameters in org.exoplatform.services.xmpp.history.impl.jcr with type arguments of type InterlocutorImpl
Participant(java.lang.String jid, java.util.List<InterlocutorImpl> interlocutorList, java.util.List<InterlocutorImpl> groupChatList)
           
Participant(java.lang.String jid, java.util.List<InterlocutorImpl> interlocutorList, java.util.List<InterlocutorImpl> groupChatList)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.