public class ComponentUtils extends Object
| Constructor and Description |
|---|
ComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static boolean isProjectLeadAssignable(org.ofbiz.core.entity.GenericValue entity)
public static boolean isComponentLeadAssignable(org.ofbiz.core.entity.GenericValue component)
public static long getComponentAssigneeType(org.ofbiz.core.entity.GenericValue component)
public static long getAssigneeType(org.ofbiz.core.entity.GenericValue component,
Long assigneeType)
public static boolean isIssueUnassignable(org.ofbiz.core.entity.GenericValue component)
component - Copyright © 2002-2015 Atlassian. All Rights Reserved.