Uses of Class
com.atlassian.jira.bc.group.GroupRemoveChildMapper

Packages that use GroupRemoveChildMapper
com.atlassian.jira.bc.group   
 

Uses of GroupRemoveChildMapper in com.atlassian.jira.bc.group
 

Methods in com.atlassian.jira.bc.group that return GroupRemoveChildMapper
 GroupRemoveChildMapper GroupRemoveChildMapper.register(String childName)
          Registers the given childName to be removed from the configured list of default groups.
 GroupRemoveChildMapper GroupRemoveChildMapper.register(String childName, Collection groupNames)
          Registers the given childName to be removed from the specified group names.
 GroupRemoveChildMapper GroupRemoveChildMapper.register(String childName, String groupName)
          Registers the given childName to be removed from the specified groupName.
 

Methods in com.atlassian.jira.bc.group with parameters of type GroupRemoveChildMapper
 boolean DefaultGroupService.removeGroupsFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
           
 boolean GroupService.removeGroupsFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
          This method will remove the provided child groups from the specified groups.
 boolean DefaultGroupService.removeUsersFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
           
 boolean GroupService.removeUsersFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
          This method will remove the provided users from the specified groups.
 boolean DefaultGroupService.validateRemoveGroupsFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
           
 boolean GroupService.validateRemoveGroupsFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
          Performs validation to see if the groups identified in mapper can be removed from their respective groups by the current user (as specified in the jiraServiceContext).
 boolean DefaultGroupService.validateRemoveUsersFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
           
 boolean GroupService.validateRemoveUsersFromGroups(JiraServiceContext jiraServiceContext, GroupRemoveChildMapper mapper)
          Performs validation to see if the users identified in mapper can be removed from their respective groups by the current user (as specified in the jiraServiceContext).
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.