Package org.exoplatform.webconferencing
Class GuestInfo
java.lang.Object
org.exoplatform.webconferencing.IdentityInfo
org.exoplatform.webconferencing.UserInfo
org.exoplatform.webconferencing.GuestInfo
Represent guests in calls.
Created by The eXo Platform SAS.
- Version:
- $Id: GuestInfo.java 00000 Feb 23, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.webconferencing.UserInfo
UserInfo.IMInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.LogThe Constant LOG.static final StringThe Constant TYPE_NAME.Fields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.webconferencing.UserInfo
addImAccount, addImAccount, getClientId, getFirstName, getImAccount, getImAccounts, getLastName, getState, hasImAccount, hasSameClientId, isGroup, setClientId, setStateMethods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
Field Details
-
TYPE_NAME
The Constant TYPE_NAME. -
LOG
protected static final org.exoplatform.services.log.Log LOGThe Constant LOG.
-
-
Constructor Details
-
GuestInfo
Instantiates a new user info.- Parameters:
userId- the user id in the system
-
GuestInfo
Instantiates a new user info.- Parameters:
userId- the user id in the systemfirstName- the first typelastName- the last type
-
GuestInfo
Instantiates a new guest info based on userInfo- Parameters:
userInfo- the user info
-
-
Method Details