Uses of Class
org.exoplatform.chat.model.UserBean
-
Packages that use UserBean Package Description org.exoplatform.chat.model org.exoplatform.chat.services -
-
Uses of UserBean in org.exoplatform.chat.model
Methods in org.exoplatform.chat.model that return types with arguments of type UserBean Modifier and Type Method Description List<UserBean>UsersBean. getUsers()Method parameters in org.exoplatform.chat.model with type arguments of type UserBean Modifier and Type Method Description voidUsersBean. setUsers(List<UserBean> users) -
Uses of UserBean in org.exoplatform.chat.services
Methods in org.exoplatform.chat.services that return UserBean Modifier and Type Method Description UserBeanUserService. getUser(String user)UserBeanUserService. getUser(String user, boolean withFavorites)Methods in org.exoplatform.chat.services that return types with arguments of type UserBean Modifier and Type Method Description Map<String,UserBean>TokenService. getActiveUsersFilterBy(String user, List<String> limitUsers, boolean withUsers, boolean withPublic, boolean isAdmin, int limit)List<UserBean>UserService. getUsers(String roomId)List<UserBean>UserService. getUsers(String filter, boolean fullBean)List<UserBean>UserService. getUsers(String roomId, String filter, int limit)List<UserBean>UserService. getUsers(String roomId, List<String> onlineUsers, String filter, int limit, boolean onlyOnlineUsers)List<UserBean>UserService. getUsersInRoomChatOneToOne(String roomId)
-