Uses of Class
com.opensymphony.user.EntityNotFoundException

Packages that use EntityNotFoundException
com.atlassian.core.ofbiz.association   
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.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 SimpleWorkflowManager.getRemoteUser(Map transientVars)
           
 User WorkflowManager.getRemoteUser(Map transientVars)
          Deprecated. This Method will be changed in the future to return a com.atlassian.crowd.embedded.api.User. 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.