Uses of Class
org.exoplatform.chat.model.NotificationBean

Packages that use NotificationBean
org.exoplatform.chat.model   
org.exoplatform.chat.services   
org.exoplatform.chat.services.mongodb   
 

Uses of NotificationBean in org.exoplatform.chat.model
 

Method parameters in org.exoplatform.chat.model with type arguments of type NotificationBean
static String NotificationBean.notificationstoJSON(List<NotificationBean> notificationBeans)
           
 

Uses of NotificationBean in org.exoplatform.chat.services
 

Methods in org.exoplatform.chat.services that return types with arguments of type NotificationBean
 List<NotificationBean> NotificationService.getUnreadNotifications(String user, UserService userService)
           
 List<NotificationBean> NotificationService.getUnreadNotifications(String user, UserService userService, String type, String category, String categoryId)
           
 

Uses of NotificationBean in org.exoplatform.chat.services.mongodb
 

Methods in org.exoplatform.chat.services.mongodb that return types with arguments of type NotificationBean
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user, UserService userService)
           
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user, UserService userService, String type, String category, String categoryId)
           
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.