| Package | Description |
|---|---|
| org.exoplatform.chat.services | |
| org.exoplatform.chat.services.mongodb |
| Modifier and Type | Class and Description |
|---|---|
class |
UserServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationBean> |
NotificationServiceImpl.getUnreadNotifications(String user,
UserService userService,
String dbName) |
List<NotificationBean> |
NotificationService.getUnreadNotifications(String user,
UserService userService,
String dbName) |
List<NotificationBean> |
NotificationDataStorage.getUnreadNotifications(String user,
UserService userService,
String dbName) |
List<NotificationBean> |
NotificationServiceImpl.getUnreadNotifications(String user,
UserService userService,
String type,
String category,
String categoryId,
String dbName) |
List<NotificationBean> |
NotificationService.getUnreadNotifications(String user,
UserService userService,
String type,
String category,
String categoryId,
String dbName) |
List<NotificationBean> |
NotificationDataStorage.getUnreadNotifications(String user,
UserService userService,
String type,
String category,
String categoryId,
String dbName) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationBean> |
NotificationMongoDataStorage.getUnreadNotifications(String user,
UserService userService,
String dbName) |
List<NotificationBean> |
NotificationMongoDataStorage.getUnreadNotifications(String user,
UserService userService,
String type,
String category,
String categoryId,
String dbName) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.