| 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,
String dbName) |
RoomBean |
ChatService.getTeamRoomById(String roomId,
String dbName)
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,
String dbName) |
List<RoomBean> |
ChatService.getTeamRoomsByName(String teamName,
String dbName)
Get rooms by name
|
List<RoomBean> |
UserService.getTeams(String user,
String dbName) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.