Uses of Class
com.opensymphony.user.DuplicateEntityException

Packages that use DuplicateEntityException
com.atlassian.core.user   
com.opensymphony.user   
 

Uses of DuplicateEntityException in com.atlassian.core.user
 

Methods in com.atlassian.core.user that throw DuplicateEntityException
static User UserUtils.createUser(String username, String email)
          Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator).
static User UserUtils.createUser(String username, String email, String fullname)
          Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator).
static User UserUtils.createUser(String username, String password, String email, String fullname)
          Deprecated. Generic method which actually creates users, and fires the given event.
static User UserUtils.createUser(String username, String password, String email, String fullname, Collection groups)
          Deprecated. Creates a new user with given attributes and associates the user with given collection of groups.
 

Uses of DuplicateEntityException in com.opensymphony.user
 

Methods in com.opensymphony.user that throw DuplicateEntityException
 Group UserManager.createGroup(String name)
          Deprecated. Create a new Group with given name.
 User UserManager.createUser(String name)
          Deprecated. Create a new User with given name.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.