Uses of Class
org.exoplatform.chat.model.RoomBean
-
Packages that use RoomBean Package Description org.exoplatform.chat.model org.exoplatform.chat.services -
-
Uses of RoomBean in org.exoplatform.chat.model
Methods in org.exoplatform.chat.model that return types with arguments of type RoomBean Modifier and Type Method Description List<RoomBean>RoomsBean. getRooms()Methods in org.exoplatform.chat.model with parameters of type RoomBean Modifier and Type Method Description intRoomBean. compareTo(RoomBean roomBean)Method parameters in org.exoplatform.chat.model with type arguments of type RoomBean Modifier and Type Method Description voidRoomsBean. setRooms(List<RoomBean> rooms) -
Uses of RoomBean in org.exoplatform.chat.services
Methods in org.exoplatform.chat.services that return RoomBean Modifier and Type Method Description RoomBeanUserService. getRoom(String user, String roomId)RoomBeanChatService. getTeamRoomById(String roomId)Retrieve a Room by its IDMethods in org.exoplatform.chat.services that return types with arguments of type RoomBean Modifier and Type Method Description List<RoomBean>ChatService. getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)List<RoomBean>ChatService. getTeamRoomsByName(String teamName)Get rooms by nameList<RoomBean>UserService. getTeams(String user)
-