Uses of Class
org.exoplatform.chat.model.RoomsBean
-
Packages that use RoomsBean Package Description org.exoplatform.chat.services -
-
Uses of RoomsBean in org.exoplatform.chat.services
Methods in org.exoplatform.chat.services that return RoomsBean Modifier and Type Method Description RoomsBeanChatService. getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getRooms(String user, List<String> onlineUsers, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, int limit, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getUserRooms(String user, List<String> onlineUsers, String filter, int offset, int limit, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getUserRooms(String user, List<String> onlineUsers, String filter, int offset, int limit, NotificationService notificationService, TokenService tokenService, String roomType)
-