| Methods in org.exoplatform.chat.services with parameters of type TokenService |
List<RoomBean> |
ChatService.getExistingRooms(String user,
boolean withPublic,
boolean isAdmin,
NotificationService notificationService,
TokenService tokenService)
|
RoomsBean |
ChatService.getRooms(String user,
String filter,
boolean withUsers,
boolean withSpaces,
boolean withPublic,
boolean withOffline,
boolean isAdmin,
int limit,
NotificationService notificationService,
UserService userService,
TokenService tokenService)
|
RoomsBean |
ChatService.getRooms(String user,
String filter,
boolean withUsers,
boolean withSpaces,
boolean withPublic,
boolean withOffline,
boolean isAdmin,
NotificationService notificationService,
UserService userService,
TokenService tokenService)
|
| Methods in org.exoplatform.chat.services.mongodb with parameters of type TokenService |
List<RoomBean> |
ChatServiceImpl.getExistingRooms(String user,
boolean withPublic,
boolean isAdmin,
NotificationService notificationService,
TokenService tokenService)
|
RoomsBean |
ChatServiceImpl.getRooms(String user,
String filter,
boolean withUsers,
boolean withSpaces,
boolean withPublic,
boolean withOffline,
boolean isAdmin,
int limit,
NotificationService notificationService,
UserService userService,
TokenService tokenService)
|
RoomsBean |
ChatServiceImpl.getRooms(String user,
String filter,
boolean withUsers,
boolean withSpaces,
boolean withPublic,
boolean withOffline,
boolean isAdmin,
NotificationService notificationService,
UserService userService,
TokenService tokenService)
|