com.atlassian.jira.security.util
Class GroupToNotificationSchemeMapper

java.lang.Object
  extended by com.atlassian.jira.security.util.AbstractGroupMapper
      extended by com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
          extended by com.atlassian.jira.security.util.GroupToNotificationSchemeMapper
All Implemented Interfaces:
GroupMapper

public class GroupToNotificationSchemeMapper
extends AbstractGroupToSchemeMapper

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


Field Summary
static String GROUP_DROPDOWN
           
 
Constructor Summary
GroupToNotificationSchemeMapper(NotificationSchemeManager notificationSchemeManager)
           
 
Method Summary
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
 
Methods inherited from class com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
getSchemeManager
 
Methods inherited from class com.atlassian.jira.security.util.AbstractGroupMapper
addEntry, getGroupMapping, getMappedValues, setGroupMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_DROPDOWN

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

GroupToNotificationSchemeMapper

public GroupToNotificationSchemeMapper(NotificationSchemeManager notificationSchemeManager)
                                throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException
Method Detail

init

protected Map init()
            throws org.ofbiz.core.entity.GenericEntityException
Go through all the Notification Schemes and create a Map, where the key is the group name and values are Sets of Schemes

Specified by:
init in class AbstractGroupMapper
Throws:
org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2007 Atlassian. All Rights Reserved.