Uses of Interface
org.cxbox.notifications.dao.NotificationDAO
-
Packages that use NotificationDAO Package Description org.cxbox.notifications.dao.impl org.cxbox.notifications.service.impl -
-
Uses of NotificationDAO in org.cxbox.notifications.dao.impl
Classes in org.cxbox.notifications.dao.impl that implement NotificationDAO Modifier and Type Class Description classNotificationDAOImpl -
Uses of NotificationDAO in org.cxbox.notifications.service.impl
Constructors in org.cxbox.notifications.service.impl with parameters of type NotificationDAO Constructor Description NotificationDeltaPollingService(org.cxbox.api.system.SystemSettings systemSettings, NotificationDAO notificationDAO)NotificationInitialPollingService(org.cxbox.api.system.SystemSettings systemSettings, NotificationDAO notificationDAO)
-