Uses of Interface
org.duracloud.account.db.util.notification.NotificationMgr
-
Packages that use NotificationMgr Package Description org.duracloud.account.db.util.impl org.duracloud.account.db.util.notification org.duracloud.account.db.util.sys.impl -
-
Uses of NotificationMgr in org.duracloud.account.db.util.impl
Constructors in org.duracloud.account.db.util.impl with parameters of type NotificationMgr Constructor Description AccountServiceFactoryImpl(org.duracloud.account.db.repo.DuracloudRepoMgr repoMgr, org.springframework.security.access.AccessDecisionVoter voter, SecurityContextUtil securityContext, AnnotationParser annotationParser, AmaEndpoint amaEndpoint, org.duracloud.common.changenotifier.AccountChangeNotifier accountChangeNotifier, NotificationMgr notificationMgr, EmailTemplateService emailTemplateService)AccountServiceImpl(AmaEndpoint amaEndpoint, org.duracloud.account.db.model.AccountInfo acct, org.duracloud.account.db.repo.DuracloudRepoMgr repoMgr, org.duracloud.common.changenotifier.AccountChangeNotifier accountChangeNotifier, NotificationMgr notificationMgr, EmailTemplateService emailTemplateService)DuracloudUserServiceImpl(org.duracloud.account.db.repo.DuracloudRepoMgr duracloudRepoMgr, NotificationMgr notificationMgr, AmaEndpoint amaEndpoint, org.duracloud.common.changenotifier.AccountChangeNotifier accountChangeNotifier, EmailTemplateService emailTemplateService) -
Uses of NotificationMgr in org.duracloud.account.db.util.notification
Classes in org.duracloud.account.db.util.notification that implement NotificationMgr Modifier and Type Class Description classNotificationMgrImpl -
Uses of NotificationMgr in org.duracloud.account.db.util.sys.impl
Constructors in org.duracloud.account.db.util.sys.impl with parameters of type NotificationMgr Constructor Description EventMonitorBase(NotificationMgr notificationMgr)SystemMonitorImpl(NotificationMgr notificationMgr, McConfig config, AmaEndpoint amaEndpoint)
-