com.atlassian.jira.security.util
Class GroupToNotificationSchemeMapper
java.lang.Object
com.atlassian.jira.security.util.AbstractGroupMapper
com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROUP_DROPDOWN
public static final String GROUP_DROPDOWN
- See Also:
- Constant Field Values
GroupToNotificationSchemeMapper
public GroupToNotificationSchemeMapper(NotificationSchemeManager notificationSchemeManager)
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
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-2012 Atlassian. All Rights Reserved.