com.atlassian.jira.auditing.handlers
Class NotificationChangeHandlerImpl

java.lang.Object
  extended by com.atlassian.jira.auditing.handlers.NotificationChangeHandlerImpl
All Implemented Interfaces:
NotificationChangeHandler

public class NotificationChangeHandlerImpl
extends Object
implements NotificationChangeHandler

Since:
v6.2

Field Summary
static String SCHEME_UPDATED_I18N_KEY
           
 
Constructor Summary
NotificationChangeHandlerImpl(NotificationSchemeManager notificationSchemeManager, NotificationTypeManager notificationTypeManager, EventTypeManager eventTypeManager, I18nHelper.BeanFactory i18n)
           
 
Method Summary
protected  I18nHelper getI18n()
           
 RecordRequest onNotificationAddedEvent(NotificationAddedEvent event)
           
 RecordRequest onNotificationDeletedEvent(NotificationDeletedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEME_UPDATED_I18N_KEY

public static final String SCHEME_UPDATED_I18N_KEY
See Also:
Constant Field Values
Constructor Detail

NotificationChangeHandlerImpl

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

onNotificationAddedEvent

public RecordRequest onNotificationAddedEvent(NotificationAddedEvent event)
Specified by:
onNotificationAddedEvent in interface NotificationChangeHandler

onNotificationDeletedEvent

public RecordRequest onNotificationDeletedEvent(NotificationDeletedEvent event)
Specified by:
onNotificationDeletedEvent in interface NotificationChangeHandler

getI18n

protected I18nHelper getI18n()


Copyright © 2002-2014 Atlassian. All Rights Reserved.