| Package | Description |
|---|---|
| org.exoplatform.chat.model | |
| org.exoplatform.chat.services |
| Modifier and Type | Method and Description |
|---|---|
List<RoomBean> |
RoomsBean.getRooms() |
| Modifier and Type | Method and Description |
|---|---|
int |
RoomBean.compareTo(RoomBean roomBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoomsBean.setRooms(List<RoomBean> rooms) |
| Modifier and Type | Method and Description |
|---|---|
RoomBean |
UserService.getRoom(String user,
String roomId) |
RoomBean |
ChatService.getTeamRoomById(String roomId)
Retrieve a Room by its ID
|
| Modifier and Type | Method and Description |
|---|---|
List<RoomBean> |
ChatService.getExistingRooms(String user,
boolean withPublic,
boolean isAdmin,
NotificationService notificationService,
TokenService tokenService) |
List<RoomBean> |
ChatService.getTeamRoomsByName(String teamName)
Get rooms by name
|
List<RoomBean> |
UserService.getTeams(String user) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.