public class NotificationTypeManager extends AbstractSchemeTypeManager<NotificationType>
Constructor and Description |
---|
NotificationTypeManager() |
NotificationTypeManager(String configFile) |
Modifier and Type | Method and Description |
---|---|
NotificationType |
getNotificationType(String id) |
String |
getResourceName() |
Map<String,NotificationType> |
getSchemeTypes() |
Class<NotificationTypeManager> |
getTypeClass() |
void |
setSchemeTypes(Map<String,NotificationType> schemeType) |
getSchemeType, getTypes
public NotificationTypeManager()
public NotificationTypeManager(String configFile)
public String getResourceName()
getResourceName
in class AbstractSchemeTypeManager<NotificationType>
public Class<NotificationTypeManager> getTypeClass()
public NotificationType getNotificationType(String id)
public Map<String,NotificationType> getSchemeTypes()
getSchemeTypes
in interface SchemeTypeManager<NotificationType>
getSchemeTypes
in class AbstractSchemeTypeManager<NotificationType>
public void setSchemeTypes(Map<String,NotificationType> schemeType)
setSchemeTypes
in interface SchemeTypeManager<NotificationType>
setSchemeTypes
in class AbstractSchemeTypeManager<NotificationType>
Copyright © 2002-2016 Atlassian. All Rights Reserved.