|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProjectComponent in com.atlassian.jira.bc.project.component |
---|
Classes in com.atlassian.jira.bc.project.component that implement ProjectComponent | |
---|---|
class |
MutableProjectComponent
|
Methods in com.atlassian.jira.bc.project.component that return ProjectComponent | |
---|---|
ProjectComponent |
ProjectComponentManager.create(String name,
String description,
String lead,
long assigneeType,
Long projectId)
Implement this method to create a new ProjectComponent object associated with the project with the ID specified and with the values given. |
ProjectComponent |
ProjectComponentService.create(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentManager.find(Long id)
Implement this method to find the component with the specified ID. |
ProjectComponent |
ProjectComponentService.find(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
ProjectComponentManager.findByComponentName(Long projectId,
String componentName)
Finds the ProjectComponent with the given name in the project with the given id. |
ProjectComponent |
ProjectComponentManager.update(MutableProjectComponent component)
Implement this method to update the component specified with the values given. |
ProjectComponent |
ProjectComponentService.update(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
Methods in com.atlassian.jira.bc.project.component that return types with arguments of type ProjectComponent | |
---|---|
Collection<ProjectComponent> |
ProjectComponentManager.findAll()
Implement this method to find all components. |
Collection<ProjectComponent> |
ProjectComponentService.findAllForProject(ErrorCollection errorCollection,
Long projectId)
|
Collection<ProjectComponent> |
ProjectComponentManager.findAllForProject(Long projectId)
Implement this method to find all components associated with the project with the ID specified. |
Collection<ProjectComponent> |
ProjectComponentManager.findByComponentNameCaseInSensitive(String componentName)
Finds all ProjectComponents with the given name with comparisons case insenstive. |
Collection<ProjectComponent> |
ProjectComponentManager.findComponentsByIssue(Issue issue)
|
Collection<ProjectComponent> |
ProjectComponentManager.findComponentsByLead(String userName)
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user. |
List<ProjectComponent> |
ProjectComponentManager.getComponents(List<Long> ids)
Creates a list of ProjectComponent objects from the given list of IDs. |
Methods in com.atlassian.jira.bc.project.component with parameters of type ProjectComponent | |
---|---|
int |
ProjectComponentComparator.compare(ProjectComponent projectComponent1,
ProjectComponent projectComponent2)
|
org.ofbiz.core.entity.GenericValue |
ProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
Deprecated. don't use GenericValue use the ProjectComponent instead. |
static MutableProjectComponent |
MutableProjectComponent.copy(ProjectComponent c)
Copy given component |
Method parameters in com.atlassian.jira.bc.project.component with type arguments of type ProjectComponent | |
---|---|
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents)
Deprecated. don't use GenericValue use the ProjectComponent instead. |
Uses of ProjectComponent in com.atlassian.jira.event.bc.project.component |
---|
Constructors in com.atlassian.jira.event.bc.project.component with parameters of type ProjectComponent | |
---|---|
AbstractProjectComponentEvent(ProjectComponent projectComponent)
|
|
ProjectComponentCreatedEvent(ProjectComponent projectComponent)
|
|
ProjectComponentUpdatedEvent(ProjectComponent projectComponent)
|
Uses of ProjectComponent in com.atlassian.jira.issue |
---|
Methods in com.atlassian.jira.issue that return types with arguments of type ProjectComponent | |
---|---|
Collection<ProjectComponent> |
Issue.getComponentObjects()
|
Method parameters in com.atlassian.jira.issue with type arguments of type ProjectComponent | |
---|---|
void |
MutableIssue.setComponentObjects(Collection<ProjectComponent> components)
Sets the components for this Issue. |
Uses of ProjectComponent in com.atlassian.jira.issue.fields.rest.json.beans |
---|
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ProjectComponent | |
---|---|
static ComponentJsonBean |
ComponentJsonBean.shortBean(ProjectComponent component,
JiraBaseUrls urls)
|
Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type ProjectComponent | |
---|---|
static Collection<ComponentJsonBean> |
ComponentJsonBean.shortBeans(Collection<ProjectComponent> components,
JiraBaseUrls urls)
|
Uses of ProjectComponent in com.atlassian.jira.plugin.componentpanel |
---|
Methods in com.atlassian.jira.plugin.componentpanel that return ProjectComponent | |
---|---|
ProjectComponent |
BrowseComponentContext.getComponent()
Retrieve the component for this context |
Uses of ProjectComponent in com.atlassian.jira.project |
---|
Methods in com.atlassian.jira.project that return types with arguments of type ProjectComponent | |
---|---|
Collection<ProjectComponent> |
Project.getProjectComponents()
Returns the components for this Project. |
Methods in com.atlassian.jira.project with parameters of type ProjectComponent | |
---|---|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) which allows for multiple components. Since v4.4. |
Method parameters in com.atlassian.jira.project with type arguments of type ProjectComponent | |
---|---|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
Collection<ProjectComponent> components)
Gets the default assignee for an issue given its project and list of Components. |
Uses of ProjectComponent in com.atlassian.jira.user.util |
---|
Methods in com.atlassian.jira.user.util that return types with arguments of type ProjectComponent | |
---|---|
Collection<ProjectComponent> |
UserUtil.getComponentsUserLeads(ApplicationUser user)
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user. |
Collection<ProjectComponent> |
UserUtil.getComponentsUserLeads(com.atlassian.crowd.embedded.api.User user)
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |