NAME_COMPARATOR
ID_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 Project
public ApplicationUser getLead()
public String getLeadUserName()
getLeadUserName
in interface Project
public String getLeadUserKey()
getLeadUserKey
in interface Project
public String getOriginalKey()
getOriginalKey
in interface Project
public boolean isArchived()
isArchived
in interface Project
public ApplicationUser getArchivedBy()
getArchivedBy
in interface Project
public Date getArchivedDate()
getArchivedDate
in interface Project
Date
when this project was archived, or null if it wasn't archived.public String getDescription()
getDescription
in interface Project
getDescription
in interface NamedWithDescription
public Long getAssigneeType()
Project
AssigneeTypes.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 Project
public ProjectTypeKey getProjectTypeKey()
Project
getProjectTypeKey
in interface Project
public Collection<ProjectComponent> getComponents()
Project
getComponents
in interface Project
public Collection<ProjectComponent> getProjectComponents()
Project
This is a synonym for Project.getComponents()
that exists for legacy reasons.
getProjectComponents
in interface Project
Project.getComponents()
public Collection<Version> getVersions()
getVersions
in interface Project
Version
for this projectpublic Collection<IssueType> getIssueTypes()
getIssueTypes
in interface Project
IssueType
for this projectpublic ProjectCategory getProjectCategory()
getProjectCategory
in interface Project
public ProjectCategory getProjectCategoryObject()
Project
This is a synonym for Project.getProjectCategory()
that exists for legacy reasons.
getProjectCategoryObject
in interface Project
Project.getProjectCategory()
@Nonnull public Avatar getAvatar()
Project
Avatar
for this project.public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue
in interface Project
Copyright © 2002-2022 Atlassian. All Rights Reserved.