com.atlassian.jira.action.component
Class ComponentUtils

java.lang.Object
  extended by com.atlassian.jira.action.component.ComponentUtils

public class ComponentUtils
extends Object


Constructor Summary
ComponentUtils()
           
 
Method Summary
static long getAssigneeType(org.ofbiz.core.entity.GenericValue component, 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
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

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,
                                   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 -


Copyright © 2002-2007 Atlassian. All Rights Reserved.