Uses of Class
org.exoplatform.webconferencing.UserInfo.IMInfo
-
Packages that use UserInfo.IMInfo Package Description org.exoplatform.webconferencing -
-
Uses of UserInfo.IMInfo in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return UserInfo.IMInfo Modifier and Type Method Description UserInfo.IMInfoUserInfo. addImAccount(String type, String id)Adds the user IM account.abstract UserInfo.IMInfoCallProvider. getIMInfo(String imId)Gets theUserInfo.IMInfoinstance for given IM identifier.Methods in org.exoplatform.webconferencing that return types with arguments of type UserInfo.IMInfo Modifier and Type Method Description Collection<UserInfo.IMInfo>UserInfo. getImAccount(String type)Gets the IM accounts by type.Map<String,Collection<UserInfo.IMInfo>>UserInfo. getImAccounts()Gets the im accounts.protected List<UserInfo.IMInfo>WebConferencingService. getUserIMs(org.exoplatform.social.core.identity.model.Profile profile)Gets the user IM accounts.Methods in org.exoplatform.webconferencing with parameters of type UserInfo.IMInfo Modifier and Type Method Description voidUserInfo. addImAccount(UserInfo.IMInfo... ims)Adds the user IM account(s).
-