public class

NotificationChangeHandlerImpl

extends Object
implements NotificationChangeHandler
java.lang.Object
   ↳ com.atlassian.jira.auditing.handlers.NotificationChangeHandlerImpl

Summary

Constants
String SCHEME_UPDATED_I18N_KEY
Public Constructors
NotificationChangeHandlerImpl(NotificationSchemeManager notificationSchemeManager, NotificationTypeManager notificationTypeManager, EventTypeManager eventTypeManager, I18nHelper.BeanFactory i18n)
Public Methods
RecordRequest onNotificationAddedEvent(NotificationAddedEvent event)
RecordRequest onNotificationDeletedEvent(NotificationDeletedEvent event)
Protected Methods
I18nHelper getI18n()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.auditing.handlers.NotificationChangeHandler

Constants

public static final String SCHEME_UPDATED_I18N_KEY

Constant Value: "jira.auditing.notification.scheme.updated"

Public Constructors

public NotificationChangeHandlerImpl (NotificationSchemeManager notificationSchemeManager, NotificationTypeManager notificationTypeManager, EventTypeManager eventTypeManager, I18nHelper.BeanFactory i18n)

Public Methods

public RecordRequest onNotificationAddedEvent (NotificationAddedEvent event)

public RecordRequest onNotificationDeletedEvent (NotificationDeletedEvent event)

Protected Methods

protected I18nHelper getI18n ()