Uses of Interface
org.kuali.rice.ken.dao.NotificationDao
Packages that use NotificationDao
Package
Description
-
Uses of NotificationDao in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationDao -
Uses of NotificationDao in org.kuali.rice.ken.dao.impl
Classes in org.kuali.rice.ken.dao.impl that implement NotificationDao -
Uses of NotificationDao in org.kuali.rice.ken.service.impl
Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationDaoModifierConstructorDescriptionNotificationServiceImpl(org.kuali.rice.krad.data.DataObjectService dataObjectService, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, NotificationMessageDeliveryService notificationMessageDeliveryService, NotificationDao notDao) Constructs a NotificationServiceImpl class instance.