public class

GroupToNotificationSchemeMapper

extends AbstractGroupToSchemeMapper
java.lang.Object
   ↳ com.atlassian.jira.security.util.AbstractGroupMapper
     ↳ com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
       ↳ com.atlassian.jira.security.util.GroupToNotificationSchemeMapper

Class Overview

Created by IntelliJ IDEA. User: owenfellows Date: 02-Aug-2004 Time: 14:46:41 To change this template use File | Settings | File Templates.

Summary

Constants
String GROUP_DROPDOWN
Public Constructors
GroupToNotificationSchemeMapper(NotificationSchemeManager notificationSchemeManager)
Protected Methods
Map init()
Go through all the Notification Schemes and create a Map, where the key is the group name and values are Sets of Schemes
[Expand]
Inherited Methods
From class com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
From class com.atlassian.jira.security.util.AbstractGroupMapper
From class java.lang.Object
From interface com.atlassian.jira.security.util.GroupMapper

Constants

public static final String GROUP_DROPDOWN

Constant Value: "Group_Dropdown"

Public Constructors

public GroupToNotificationSchemeMapper (NotificationSchemeManager notificationSchemeManager)

Throws
GenericEntityException

Protected Methods

protected Map init ()

Go through all the Notification Schemes and create a Map, where the key is the group name and values are Sets of Schemes

Throws
GenericEntityException