Uses of Class
com.atlassian.jira.exception.AddException

Packages that use AddException
com.atlassian.jira.user.util   
 

Uses of AddException in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that throw AddException
 void UserUtilImpl.addUserToGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToAdd)
           
 void UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToAdd)
          This is used to add a specified user to a specified group.
 void UserUtilImpl.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToAdd)
           
 void UserUtil.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToAdd)
          This is used to add a user to many groups at once.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.