Uses of Class
org.exoplatform.chat.model.UserBean

Packages that use UserBean
org.exoplatform.chat.model   
org.exoplatform.chat.services   
org.exoplatform.chat.services.mongodb   
 

Uses of UserBean in org.exoplatform.chat.model
 

Methods in org.exoplatform.chat.model that return types with arguments of type UserBean
 Collection<UserBean> ReportBean.getAttendees()
           
 List<UserBean> UsersBean.getUsers()
           
 

Methods in org.exoplatform.chat.model with parameters of type UserBean
 void ReportBean.addUser(UserBean attendee)
           
 

Method parameters in org.exoplatform.chat.model with type arguments of type UserBean
 void ReportBean.fill(com.mongodb.BasicDBList messages, List<UserBean> users)
           
 void UsersBean.setUsers(List<UserBean> users)
           
 

Uses of UserBean in org.exoplatform.chat.services
 

Methods in org.exoplatform.chat.services that return UserBean
 UserBean UserService.getUser(String user)
           
 UserBean UserService.getUser(String user, boolean withFavorites)
           
 

Methods in org.exoplatform.chat.services that return types with arguments of type UserBean
 HashMap<String,UserBean> TokenService.getActiveUsersFilterBy(String user, boolean withUsers, boolean withPublic, boolean isAdmin)
           
 HashMap<String,UserBean> TokenService.getActiveUsersFilterBy(String user, boolean withUsers, boolean withPublic, boolean isAdmin, int limit)
           
 List<UserBean> UserService.getUsers(String spaceId)
           
 List<UserBean> UserService.getUsers(String filter, boolean fullBean)
           
 

Uses of UserBean in org.exoplatform.chat.services.mongodb
 

Methods in org.exoplatform.chat.services.mongodb that return UserBean
 UserBean UserServiceImpl.getUser(String user)
           
 UserBean UserServiceImpl.getUser(String user, boolean withFavorites)
           
 

Methods in org.exoplatform.chat.services.mongodb that return types with arguments of type UserBean
 HashMap<String,UserBean> TokenServiceImpl.getActiveUsersFilterBy(String user, boolean withUsers, boolean withPublic, boolean isAdmin)
           
 HashMap<String,UserBean> TokenServiceImpl.getActiveUsersFilterBy(String user, boolean withUsers, boolean withPublic, boolean isAdmin, int limit)
           
 List<UserBean> UserServiceImpl.getUsers(String roomId)
           
 List<UserBean> UserServiceImpl.getUsers(String filter, boolean fullBean)
           
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.