Uses of Interface
com.atlassian.jira.notification.NotificationSchemeManager

Packages that use NotificationSchemeManager
com.atlassian.jira   
com.atlassian.jira.auditing.handlers   
com.atlassian.jira.bc.group   
com.atlassian.jira.bc.project   
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.component   
com.atlassian.jira.event.listeners.mail   
com.atlassian.jira.event.listeners.mention   
com.atlassian.jira.event.type   
com.atlassian.jira.issue.managers   
com.atlassian.jira.mock.event   
com.atlassian.jira.notification   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.scheme   
com.atlassian.jira.security.util   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.notification   
com.atlassian.jira.web.action.admin.roles   
com.atlassian.jira.web.action.admin.user   
 

Uses of NotificationSchemeManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return NotificationSchemeManager
static NotificationSchemeManager ManagerFactory.getNotificationSchemeManager()
          Deprecated. 
 

Uses of NotificationSchemeManager in com.atlassian.jira.auditing.handlers
 

Constructors in com.atlassian.jira.auditing.handlers with parameters of type NotificationSchemeManager
NotificationChangeHandlerImpl(NotificationSchemeManager notificationSchemeManager, NotificationTypeManager notificationTypeManager, EventTypeManager eventTypeManager, I18nHelper.BeanFactory i18n)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.bc.group
 

Constructors in com.atlassian.jira.bc.group with parameters of type NotificationSchemeManager
DefaultGroupService(GlobalPermissionManager globalPermissionManager, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, CommentManager commentManager, WorklogManager worklogManager, NotificationSchemeManager notificationSchemeManager, PermissionManager permissionManager, ProjectRoleService projectRoleService, IssueSecurityLevelManager issueSecurityLevelManager, UserUtil userUtil, SharePermissionDeleteUtils sharePermissionDeleteUtils, SubscriptionManager subscriptionManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, JiraContactHelper jiraContactHelper, GroupManager groupManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.bc.project
 

Constructors in com.atlassian.jira.bc.project with parameters of type NotificationSchemeManager
DefaultProjectService(JiraAuthenticationContext jiraAuthenticationContext, ProjectManager projectManager, ApplicationProperties applicationProperties, PermissionManager permissionManager, PermissionSchemeManager permissionSchemeManager, NotificationSchemeManager notificationSchemeManager, IssueSecuritySchemeManager issueSecuritySchemeManager, SchemeFactory schemeFactory, WorkflowSchemeManager workflowSchemeManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, CustomFieldManager customFieldManager, NodeAssociationStore nodeAssociationStore, VersionManager versionManager, ProjectComponentManager projectComponentManager, SharePermissionDeleteUtils sharePermissionDeleteUtils, AvatarManager avatarManager, I18nHelper.BeanFactory i18nFactory, WorkflowManager workflowManager, UserManager userManager, ProjectEventManager projectEventManager, ProjectKeyStore projectKeyStore)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.bc.projectroles
 

Constructors in com.atlassian.jira.bc.projectroles with parameters of type NotificationSchemeManager
DefaultProjectRoleService(ProjectRoleManager projectRoleManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, RoleActorFactory roleActorFactory, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, WorkflowManager workflowManager, ProjectManager projectManager, SchemeFactory schemeFactory, IssueSecurityLevelManager issueSecurityLevelManager, SharePermissionDeleteUtils sharePermissionDeleteUtils, IssueSecuritySchemeManager issueSecuritySchemeManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return NotificationSchemeManager
static NotificationSchemeManager ComponentAccessor.getNotificationSchemeManager()
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.event.listeners.mail
 

Constructors in com.atlassian.jira.event.listeners.mail with parameters of type NotificationSchemeManager
DebugMailListener(NotificationSchemeManager notificationSchemeManager, IssueMailQueueItemFactory issueMailQueueItemFactory, UserManager userManager, NotificationFilterManager notificationFilterManager)
           
MailListener(NotificationSchemeManager notificationSchemeManager, IssueMailQueueItemFactory issueMailQueueItemFactory, UserManager userManager, NotificationFilterManager notificationFilterManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.event.listeners.mention
 

Constructors in com.atlassian.jira.event.listeners.mention with parameters of type NotificationSchemeManager
MentionEventListener(MentionService mentionService, NotificationSchemeManager notificationSchemeManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.event.type
 

Constructors in com.atlassian.jira.event.type with parameters of type NotificationSchemeManager
DefaultEventTypeManager(OfBizDelegator delegator, WorkflowManager workflowManager, NotificationSchemeManager notificationSchemeManager, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.issue.managers
 

Constructors in com.atlassian.jira.issue.managers with parameters of type NotificationSchemeManager
DefaultCustomFieldManager(com.atlassian.plugin.PluginAccessor pluginAccessor, OfBizDelegator delegator, FieldConfigSchemeManager fieldConfigSchemeManager, JiraAuthenticationContext authenticationContext, ConstantsManager constantsManager, ProjectManager projectManager, PermissionManager permissionManager, FieldConfigContextPersister contextPersister, FieldScreenManager fieldScreenManager, RendererManager rendererManager, CustomFieldValuePersister customFieldValuePersister, NotificationSchemeManager notificationSchemeManager, FieldManager fieldManager, FieldConfigSchemeClauseContextUtil fieldConfigSchemeClauseContextUtil, com.atlassian.event.api.EventPublisher eventPublisher, CustomFieldDescription customFieldDescription, I18nHelper.BeanFactory i18nFactory, FeatureManager featureManager, TranslationManager translationManager, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.mock.event
 

Constructors in com.atlassian.jira.mock.event with parameters of type NotificationSchemeManager
MockMailListener(NotificationSchemeManager notificationSchemeManager, IssueMailQueueItemFactory issueMailQueueItemFactory, UserManager userManager, NotificationFilterManager notificationFilterManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.notification
 

Classes in com.atlassian.jira.notification that implement NotificationSchemeManager
 class DefaultNotificationSchemeManager
           
 

Constructors in com.atlassian.jira.notification with parameters of type NotificationSchemeManager
AdhocNotificationServiceImpl(MailService mailService, UserManager userManager, GroupManager groupManager, WatcherService watcherService, VoteService voteService, PermissionManager permissionManager, I18nHelper.BeanFactory i18nBeanFactory, NotificationSchemeManager notificationSchemeManager, NotificationFilterManager notificationFilterManager)
           
DefaultProjectNotificationsSchemeHelper(NotificationSchemeManager notificationSchemeManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type NotificationSchemeManager
NotificationsSummaryPanelContextProvider(NotificationSchemeManager notificationSchemeManager, ContextProviderUtils providerUtils, com.atlassian.mail.server.MailServerManager mailServerManager, TabUrlFactory tabUrlFactory)
           
ProjectNotificationContextProvider(NotificationSchemeManager notificationSchemeManager, ContextProviderUtils contextProviderUtils, ProjectNotificationsSchemeHelper helper, com.atlassian.mail.server.MailServerManager mailServerManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.scheme
 

Constructors in com.atlassian.jira.scheme with parameters of type NotificationSchemeManager
DefaultSchemeManagerFactory(NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, WorkflowSchemeManager workflowSchemeManager, IssueSecuritySchemeManager issueSecuritySchemeManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.security.util
 

Constructors in com.atlassian.jira.security.util with parameters of type NotificationSchemeManager
GroupToNotificationSchemeMapper(NotificationSchemeManager notificationSchemeManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.upgrade.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type NotificationSchemeManager
AbstractNotificationSchemeUpgradeTask(NotificationSchemeManager notificationSchemeManager)
           
UpgradeTask_Build801(OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager, NotificationSchemeManager notificationSchemeManager)
          Constructs a new instance with given OfBizDelegator and EventTypeManager.
 

Uses of NotificationSchemeManager in com.atlassian.jira.user.util
 

Constructors in com.atlassian.jira.user.util with parameters of type NotificationSchemeManager
UserUtilImpl(IssueSecurityLevelManager issueSecurityLevelManager, GlobalPermissionManager globalPermissionManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.manager.directory.DirectoryManager directoryManager, PermissionManager permissionManager, ApplicationProperties applicationProperties, SearchProvider searchProvider, ProjectManager projectManager, ProjectRoleService projectRoleService, ProjectComponentManager componentManager, SubscriptionManager subscriptionManager, NotificationSchemeManager notificationSchemeManager, UserHistoryManager userHistoryManager, UserManager userManager, com.atlassian.event.api.EventPublisher eventPublisher, StudioHooks hooks, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type NotificationSchemeManager
MailQueueAdmin(com.atlassian.mail.queue.MailQueue mailQueue, NotificationSchemeManager notificationSchemeManager, ApplicationProperties applicationProperties)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.web.action.admin.notification
 

Constructors in com.atlassian.jira.web.action.admin.notification with parameters of type NotificationSchemeManager
AddNotification(EventTypeManager eventTypeManager, NotificationTypeManager notificationTypeManager, NotificationSchemeManager notificationSchemeManager)
           
AddScheme(NotificationSchemeManager notificationSchemeManager)
           
DeleteScheme(NotificationSchemeManager notificationSchemeManager)
           
SelectProjectScheme(NotificationSchemeManager notificationSchemeManager)
           
ViewSchemes(NotificationSchemeManager notificationSchemeManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.web.action.admin.roles
 

Constructors in com.atlassian.jira.web.action.admin.roles with parameters of type NotificationSchemeManager
DeleteProjectRole(ProjectRoleService projectRoleService, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, ProjectFactory projectFactory, WorkflowManager workflowManager)
           
ProjectRoleUsageAction(ProjectRoleService projectRoleService, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, ProjectFactory projectFactory, WorkflowManager workflowManager)
           
 

Uses of NotificationSchemeManager in com.atlassian.jira.web.action.admin.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type NotificationSchemeManager
ViewGroup(SearchRequestAdminService searchRequestAdminService, UserFormats userFormats, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, PermissionSchemeManager permissionSchemeManager, SchemePermissions schemePermissions, NotificationSchemeManager notificationSchemeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.