public class

NotificationTypeManager

extends AbstractSchemeTypeManager<T>
java.lang.Object
   ↳ com.atlassian.jira.scheme.AbstractSchemeTypeManager<T>
     ↳ com.atlassian.jira.notification.NotificationTypeManager

Summary

Public Constructors
NotificationTypeManager()
NotificationTypeManager(String configFile)
Public Methods
NotificationType getNotificationType(String id)
String getResourceName()
Map<StringNotificationType> getSchemeTypes()
Class<NotificationTypeManager> getTypeClass()
void setSchemeTypes(Map<StringNotificationType> schemeType)
[Expand]
Inherited Methods
From class com.atlassian.jira.scheme.AbstractSchemeTypeManager
From class java.lang.Object
From interface com.atlassian.jira.scheme.SchemeTypeManager

Public Constructors

public NotificationTypeManager ()

public NotificationTypeManager (String configFile)

Public Methods

public NotificationType getNotificationType (String id)

public String getResourceName ()

public Map<StringNotificationType> getSchemeTypes ()

public Class<NotificationTypeManager> getTypeClass ()

public void setSchemeTypes (Map<StringNotificationType> schemeType)