NAME_COMPARATORID_COMPARATOR| Constructor and Description |
|---|
ProjectImpl(org.ofbiz.core.entity.GenericValue projectGv) |
public Long getId()
public String getName()
public String getKey()
public String getEmail()
public ApplicationUser getProjectLead()
getProjectLead in interface Projectpublic ApplicationUser getLead()
public String getLeadUserName()
getLeadUserName in interface Projectpublic String getLeadUserKey()
getLeadUserKey in interface Projectpublic String getOriginalKey()
getOriginalKey in interface Projectpublic boolean isArchived()
isArchived 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 ProjectTypeKey getProjectTypeKey()
ProjectgetProjectTypeKey in interface Projectpublic Collection<ProjectComponent> getComponents()
ProjectgetComponents in interface Projectpublic Collection<ProjectComponent> getProjectComponents()
Project
This is a synonym for Project.getComponents() that exists for legacy reasons.
getProjectComponents in interface ProjectProject.getComponents()public Collection<Version> getVersions()
getVersions in interface ProjectVersion for this projectpublic Collection<IssueType> getIssueTypes()
getIssueTypes in interface ProjectIssueType for this projectpublic ProjectCategory getProjectCategory()
getProjectCategory in interface Projectpublic ProjectCategory getProjectCategoryObject()
Project
This is a synonym for Project.getProjectCategory() that exists for legacy reasons.
getProjectCategoryObject in interface ProjectProject.getProjectCategory()@Nonnull public Avatar getAvatar()
ProjectAvatar for this project.public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface ProjectCopyright © 2002-2018 Atlassian. All Rights Reserved.