Uses of Class
com.opensymphony.user.EntityNotFoundException

Packages that use EntityNotFoundException
com.atlassian.core.ofbiz.association   
com.atlassian.core.user   
com.atlassian.jira.util   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.workflow   
com.opensymphony.user   
 

Uses of EntityNotFoundException in com.atlassian.core.ofbiz.association
 

Methods in com.atlassian.core.ofbiz.association that throw EntityNotFoundException
 List<User> DefaultAssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink, String associationType, boolean useCache)
          Operates on UserAssociations - gets MANY users from ONE sink
 List<User> AssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink, String associationType, boolean useCache)
          Operates on UserAssociations - gets MANY users from ONE sink
 List<User> DefaultAssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink, String associationType, boolean useCache, boolean useSequence)
          Operates on UserAssociations - gets MANY users from ONE sink
 List<User> AssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink, String associationType, boolean useCache, boolean useSequence)
          Operates on UserAssociations - gets MANY users from ONE sink
 

Uses of EntityNotFoundException in com.atlassian.core.user
 

Methods in com.atlassian.core.user that throw EntityNotFoundException
static User UserUtils.getUser(String username)
          Deprecated. Retrieves and returns the user by given username.
static User UserUtils.getUserByEmail(String email)
          Deprecated. Return the first user found that matches thie email address.
 

Uses of EntityNotFoundException in com.atlassian.jira.util
 

Constructors in com.atlassian.jira.util that throw EntityNotFoundException
ParameterStore(String userName)
           
 

Uses of EntityNotFoundException in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that throw EntityNotFoundException
 String ManageWatchers.doStartWatchers()
           
 String ManageWatchers.doStopWatchers()
           
 

Uses of EntityNotFoundException in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that throw EntityNotFoundException
 User OSWorkflowManager.getRemoteUser(Map transientVars)
           
 User WorkflowManager.getRemoteUser(Map transientVars)
          Deprecated. Please use WorkflowUtil.getCaller(java.util.Map) or WorkflowUtil.getCallerName(java.util.Map). Deprecated since 4.3
 

Uses of EntityNotFoundException in com.opensymphony.user
 

Methods in com.opensymphony.user that throw EntityNotFoundException
 Group UserManager.getGroup(String name)
          Deprecated. Return Group with given name.
 User UserManager.getUser(String name)
          Deprecated. Return user with given name.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.