Uses of Class
org.benjp.model.NotificationBean

Packages that use NotificationBean
org.benjp.model   
org.benjp.services   
org.benjp.services.jcr   
org.benjp.services.mongodb   
 

Uses of NotificationBean in org.benjp.model
 

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

Uses of NotificationBean in org.benjp.services
 

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

Uses of NotificationBean in org.benjp.services.jcr
 

Methods in org.benjp.services.jcr that return types with arguments of type NotificationBean
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user)
           
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user, String type, String category, String categoryId)
           
 

Uses of NotificationBean in org.benjp.services.mongodb
 

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



Copyright © 2003-2014 eXo Platform SAS. All Rights Reserved.