|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |