org.exoplatform.services.xmpp.bean
Class InitInfoBean
java.lang.Object
org.exoplatform.services.xmpp.bean.InitInfoBean
public class InitInfoBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitInfoBean
public InitInfoBean()
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
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 © 2010 eXo Platform SAS. All Rights Reserved.