org.exoplatform.services.xmpp.bean
Class InitInfoBean

java.lang.Object
  extended by org.exoplatform.services.xmpp.bean.InitInfoBean

public class InitInfoBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
InitInfoBean()
           
 
Method Summary
 FormBean getForm()
           
 java.util.List<HostedRoomBean> getHostedRooms()
           
 java.util.List<FullRoomInfoBean> getJoinedRooms()
           
 java.lang.String getMainServiceName()
           
 java.util.List<HistoricalMessage> getMessages()
           
 java.util.Collection<java.lang.String> getMucServicesNames()
           
 ContactBean getMyProfile()
           
 java.util.List<ContactBean> getRoster()
           
 java.util.List<java.lang.String> getSearchServicesNames()
           
 java.lang.Integer getTotalJoinedRooms()
           
 java.lang.Integer getTotalRooms()
           
 void setForm(FormBean form)
           
 void setHostedRooms(java.util.List<HostedRoomBean> hostedRooms)
           
 void setJoinedRooms(java.util.List<FullRoomInfoBean> joinedRooms)
           
 void setMainServiceName(java.lang.String mainServiceName)
           
 void setMessages(java.util.List<HistoricalMessage> messages)
           
 void setMucServicesNames(java.util.Collection<java.lang.String> mucServicesNames)
           
 void setMyProfile(ContactBean myProfile)
           
 void setRoster(java.util.List<ContactBean> roster)
           
 void setSearchServicesNames(java.util.List<java.lang.String> searchServicesNames)
           
 void setTotalJoinedRooms(java.lang.Integer totalJoinedRooms)
           
 void setTotalRooms(java.lang.Integer totalRooms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitInfoBean

public InitInfoBean()
Method Detail

getMainServiceName

public java.lang.String getMainServiceName()
Returns:
the mainServiceName

getMucServicesNames

public java.util.Collection<java.lang.String> getMucServicesNames()
Returns:
the mucServiceName

getSearchServicesNames

public java.util.List<java.lang.String> getSearchServicesNames()
Returns:
the searchServicesNames

getForm

public FormBean getForm()
Returns:
the form

getRoster

public java.util.List<ContactBean> getRoster()
Returns:
the roster

getHostedRooms

public java.util.List<HostedRoomBean> getHostedRooms()
Returns:
the hostedRoom

getMessages

public java.util.List<HistoricalMessage> getMessages()
Returns:
the messages

setMainServiceName

public void setMainServiceName(java.lang.String mainServiceName)
Parameters:
mainServiceName - the mainServiceName to set

setMucServicesNames

public void setMucServicesNames(java.util.Collection<java.lang.String> mucServicesNames)
Parameters:
mucServicesNames - the nemes of group chat services

setSearchServicesNames

public void setSearchServicesNames(java.util.List<java.lang.String> searchServicesNames)
Parameters:
searchServicesNames - the searchServicesNames to set

setForm

public void setForm(FormBean form)
Parameters:
form - the form to set

setRoster

public void setRoster(java.util.List<ContactBean> roster)
Parameters:
roster - the roster to set

getMyProfile

public ContactBean getMyProfile()

setMyProfile

public void setMyProfile(ContactBean myProfile)

setHostedRooms

public void setHostedRooms(java.util.List<HostedRoomBean> hostedRooms)
Parameters:
hostedRooms - the hostedRooms to set

setMessages

public void setMessages(java.util.List<HistoricalMessage> messages)
Parameters:
messages - the messages to set

getJoinedRooms

public java.util.List<FullRoomInfoBean> getJoinedRooms()
Returns:
the joined rooms

setJoinedRooms

public void setJoinedRooms(java.util.List<FullRoomInfoBean> joinedRooms)
Parameters:
joinedRooms - the joinedRooms to set

getTotalRooms

public java.lang.Integer getTotalRooms()
Returns:
the totalRooms

setTotalRooms

public void setTotalRooms(java.lang.Integer totalRooms)
Parameters:
totalRooms - the totalRooms to set

getTotalJoinedRooms

public java.lang.Integer getTotalJoinedRooms()
Returns:
the totalJoinedRooms

setTotalJoinedRooms

public void setTotalJoinedRooms(java.lang.Integer totalJoinedRooms)
Parameters:
totalJoinedRooms - the totalJoinedRooms to set


Copyright © 2011 eXo Platform SAS. All Rights Reserved.