Uses of Class
org.exoplatform.webconferencing.UserInfo.IMInfo
Packages that use UserInfo.IMInfo
-
Uses of UserInfo.IMInfo in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return UserInfo.IMInfoModifier and TypeMethodDescriptionUserInfo.addImAccount(String type, String id) Adds the user IM account.abstract UserInfo.IMInfoGets theUserInfo.IMInfoinstance for given IM identifier.Methods in org.exoplatform.webconferencing that return types with arguments of type UserInfo.IMInfoModifier and TypeMethodDescriptionUserInfo.getImAccount(String type) Gets the IM accounts by type.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.IMInfoModifier and TypeMethodDescriptionvoidUserInfo.addImAccount(UserInfo.IMInfo... ims) Adds the user IM account(s).