Uses of Class
org.cxbox.notifications.service.NotificationDeferredResult
-
Packages that use NotificationDeferredResult Package Description org.cxbox.notifications.dao org.cxbox.notifications.dao.impl -
-
Uses of NotificationDeferredResult in org.cxbox.notifications.dao
Method parameters in org.cxbox.notifications.dao with type arguments of type NotificationDeferredResult Modifier and Type Method Description Map<Long,List<Notification>>NotificationDAO. checkNewNotifications(List<NotificationDeferredResult> recipients) -
Uses of NotificationDeferredResult in org.cxbox.notifications.dao.impl
Method parameters in org.cxbox.notifications.dao.impl with type arguments of type NotificationDeferredResult Modifier and Type Method Description Map<Long,List<Notification>>NotificationDAOImpl. checkNewNotifications(List<NotificationDeferredResult> recipients)
-