com.atlassian.jira.bc.group
Class GroupRemoveUserMapper

java.lang.Object
  extended by com.atlassian.jira.bc.group.GroupRemoveChildMapper
      extended by com.atlassian.jira.bc.group.GroupRemoveUserMapper

Deprecated. since v4.3. Use GroupRemoveChildMapper.

public class GroupRemoveUserMapper
extends GroupRemoveChildMapper

This is a subclass retained for backward compatibility of plugins.


Constructor Summary
GroupRemoveUserMapper()
          Deprecated.  
GroupRemoveUserMapper(List defaultGroupNames)
          Deprecated.  
 
Method Summary
 GroupRemoveUserMapper register(String childName)
          Deprecated. Registers the given childName to be removed from the configured list of default groups.
 GroupRemoveUserMapper register(String childName, Collection groupNames)
          Deprecated. Registers the given childName to be removed from the specified group names.
 GroupRemoveUserMapper register(String childName, String groupName)
          Deprecated. Registers the given childName to be removed from the specified groupName.
 
Methods inherited from class com.atlassian.jira.bc.group.GroupRemoveChildMapper
childIterator, getDefaultGroupNames, getGroups, getGroupsIterator, isRemoveFromAllSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupRemoveUserMapper

public GroupRemoveUserMapper()
Deprecated. 

GroupRemoveUserMapper

public GroupRemoveUserMapper(List defaultGroupNames)
Deprecated. 
Method Detail

register

public GroupRemoveUserMapper register(String childName,
                                      String groupName)
Deprecated. 
Description copied from class: GroupRemoveChildMapper
Registers the given childName to be removed from the specified groupName. This can be called many times and the groups will be aggregated against the childName. Calling this method implies that the child should be removed from the specified group instead of the default groups.

Overrides:
register in class GroupRemoveChildMapper
Parameters:
childName - identifies the child to be removed from the default groups.
groupName - identifies the group to remove the child from.
Returns:
this.

register

public GroupRemoveUserMapper register(String childName)
Deprecated. 
Description copied from class: GroupRemoveChildMapper
Registers the given childName to be removed from the configured list of default groups.

Overrides:
register in class GroupRemoveChildMapper
Parameters:
childName - identifies the child to be removed from the default groups.
Returns:
this.

register

public GroupRemoveUserMapper register(String childName,
                                      Collection groupNames)
Deprecated. 
Description copied from class: GroupRemoveChildMapper
Registers the given childName to be removed from the specified group names. This can be called many times and the groups will be aggregated against the childName. Calling this method implies that the child should be removed from the specified groups instead of the default groups.

Overrides:
register in class GroupRemoveChildMapper
Parameters:
childName - identifies the child to be removed from the default groups.
groupNames - a collection of groupNames that identify the groups to remove the child from.
Returns:
this.


Copyright © 2002-2011 Atlassian. All Rights Reserved.