| Constructor and Description |
|---|
ProjectImpl(org.ofbiz.core.entity.GenericValue projectGv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAssigneeType()
Returns the default assignee for issues that get created in this project.
|
Avatar |
getAvatar()
Gives the currently-configured
Avatar for this project. |
Collection<org.ofbiz.core.entity.GenericValue> |
getComponents()
Returns the components for this Project.
|
Long |
getCounter() |
String |
getDescription() |
String |
getEmail() |
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
Long |
getId() |
Collection<IssueType> |
getIssueTypes() |
String |
getKey() |
com.atlassian.crowd.embedded.api.User |
getLead() |
com.atlassian.crowd.embedded.api.User |
getLeadUser()
Returns the Project Lead
|
String |
getLeadUserKey() |
String |
getLeadUserName() |
String |
getName() |
String |
getOriginalKey() |
org.ofbiz.core.entity.GenericValue |
getProjectCategory() |
ProjectCategory |
getProjectCategoryObject() |
Collection<ProjectComponent> |
getProjectComponents()
Returns the components for this Project.
|
ApplicationUser |
getProjectLead() |
String |
getUrl() |
Collection<Version> |
getVersions() |
int |
hashCode() |
String |
toString() |
public Long getId()
public String getName()
public String getKey()
public String getEmail()
public ApplicationUser getProjectLead()
getProjectLead in interface Projectpublic com.atlassian.crowd.embedded.api.User getLead()
public com.atlassian.crowd.embedded.api.User getLeadUser()
ProjectgetLeadUser in interface Projectpublic String getLeadUserName()
getLeadUserName in interface Projectpublic String getLeadUserKey()
getLeadUserKey in interface Projectpublic String getOriginalKey()
getOriginalKey in interface Projectpublic String getDescription()
getDescription in interface ProjectgetDescription in interface NamedWithDescriptionpublic Long getAssigneeType()
ProjectAssigneeTypes.PROJECT_LEAD or AssigneeTypes.UNASSIGNED.
Can return NULL if the default assignee has not been set for this project and this means the PROJECT LEAD is the default assignee.
TODO: Write upgrade task to ensure default assignee is always set.getAssigneeType in interface Projectpublic Long getCounter()
getCounter in interface Projectpublic Collection<org.ofbiz.core.entity.GenericValue> getComponents()
ProjectgetComponents in interface ProjectProject.getProjectComponents()public Collection<ProjectComponent> getProjectComponents()
ProjectgetProjectComponents in interface Projectpublic Collection<Version> getVersions()
getVersions in interface ProjectVersion for this projectpublic Collection<IssueType> getIssueTypes()
getIssueTypes in interface ProjectIssueType for this projectpublic org.ofbiz.core.entity.GenericValue getProjectCategory()
getProjectCategory in interface Projectpublic ProjectCategory getProjectCategoryObject()
getProjectCategoryObject in interface Project@Nonnull public Avatar getAvatar()
ProjectAvatar for this project.public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface ProjectCopyright © 2002-2015 Atlassian. All Rights Reserved.