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

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

Uses of RoomBean in org.exoplatform.chat.model
 

Methods in org.exoplatform.chat.model that return types with arguments of type RoomBean
 List<RoomBean> RoomsBean.getRooms()
           
 

Methods in org.exoplatform.chat.model with parameters of type RoomBean
 int RoomBean.compareTo(RoomBean roomBean)
           
 

Method parameters in org.exoplatform.chat.model with type arguments of type RoomBean
 void RoomsBean.setRooms(List<RoomBean> rooms)
           
 

Uses of RoomBean in org.exoplatform.chat.services
 

Methods in org.exoplatform.chat.services that return RoomBean
 RoomBean UserService.getRoom(String user, String roomId)
           
 

Methods in org.exoplatform.chat.services that return types with arguments of type RoomBean
 List<RoomBean> ChatService.getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)
           
 List<RoomBean> UserService.getTeams(String user)
           
 

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

Methods in org.exoplatform.chat.services.mongodb that return RoomBean
 RoomBean UserServiceImpl.getRoom(String user, String roomId)
           
 

Methods in org.exoplatform.chat.services.mongodb that return types with arguments of type RoomBean
 List<RoomBean> ChatServiceImpl.getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)
           
 List<RoomBean> UserServiceImpl.getTeams(String user)
           
 



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