Uses of Class
org.exoplatform.services.xmpp.bean.ContactBean

Packages that use ContactBean
org.exoplatform.services.xmpp.bean   
org.exoplatform.services.xmpp.util   
 

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

Methods in org.exoplatform.services.xmpp.bean that return ContactBean
 ContactBean InitInfoBean.getMyProfile()
           
 

Methods in org.exoplatform.services.xmpp.bean that return types with arguments of type ContactBean
 java.util.List<ContactBean> InitInfoBean.getRoster()
           
 java.util.List<ContactBean> EventsBean.getRoster()
           
 

Methods in org.exoplatform.services.xmpp.bean with parameters of type ContactBean
 void InitInfoBean.setMyProfile(ContactBean myProfile)
           
 

Method parameters in org.exoplatform.services.xmpp.bean with type arguments of type ContactBean
 void InitInfoBean.setRoster(java.util.List<ContactBean> roster)
           
 void EventsBean.setRoster(java.util.List<ContactBean> roster)
           
 

Uses of ContactBean in org.exoplatform.services.xmpp.util
 

Methods in org.exoplatform.services.xmpp.util that return types with arguments of type ContactBean
static java.util.List<ContactBean> TransformUtils.rosterToRosterBean(org.jivesoftware.smack.Roster roster)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.