com.atlassian.jira.action.component
Class ComponentUtils
java.lang.Object
com.atlassian.jira.action.component.ComponentUtils
- public class ComponentUtils
- extends java.lang.Object
Method Summary |
static long |
getAssigneeType(org.ofbiz.core.entity.GenericValue component,
java.lang.Long assigneeType)
|
static long |
getComponentAssigneeType(org.ofbiz.core.entity.GenericValue component)
|
static boolean |
isComponentLeadAssignable(org.ofbiz.core.entity.GenericValue component)
|
static boolean |
isIssueUnassignable(org.ofbiz.core.entity.GenericValue component)
The component is passed incase in the FUTURE the unassigned option is done by project and not globally
(Scotty are you happy?) |
static boolean |
isProjectLeadAssignable(org.ofbiz.core.entity.GenericValue entity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentUtils
public ComponentUtils()
isProjectLeadAssignable
public static boolean isProjectLeadAssignable(org.ofbiz.core.entity.GenericValue entity)
isComponentLeadAssignable
public static boolean isComponentLeadAssignable(org.ofbiz.core.entity.GenericValue component)
getComponentAssigneeType
public static long getComponentAssigneeType(org.ofbiz.core.entity.GenericValue component)
getAssigneeType
public static long getAssigneeType(org.ofbiz.core.entity.GenericValue component,
java.lang.Long assigneeType)
isIssueUnassignable
public static boolean isIssueUnassignable(org.ofbiz.core.entity.GenericValue component)
- The component is passed incase in the FUTURE the unassigned option is done by project and not globally
(Scotty are you happy?)
- Parameters:
component
-
- Returns:
Copyright © 2002-2005 Atlassian. All Rights Reserved.