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