Uses of Interface
com.atlassian.jira.bc.project.component.ProjectComponent

Packages that use ProjectComponent
com.atlassian.jira.bc.project.component   
com.atlassian.jira.event.bc.project.component   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.event   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.mail   
com.atlassian.jira.mock.issue   
com.atlassian.jira.mock.project.component   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.issue.component   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin.user   
 

Uses of ProjectComponent in com.atlassian.jira.bc.project.component
 

Classes in com.atlassian.jira.bc.project.component that implement ProjectComponent
 class MockProjectComponent
           
 class MutableProjectComponent
           
 class ProjectComponentImpl
          Standard implementation of the ProjectComponent.
 

Methods in com.atlassian.jira.bc.project.component that return ProjectComponent
 ProjectComponent ComponentConverter.convertToProjectComponent(MutableProjectComponent value)
          Convert the specified MutableProjectComponent to a ProjectComponent object.
protected  ProjectComponent DefaultProjectComponentManager.convertToProjectComponent(MutableProjectComponent value)
          Convert the specified MutableProjectComponent to a ProjectComponent object.
 ProjectComponent DefaultProjectComponentManager.create(String name, String description, String lead, long assigneeType, Long projectId)
          Create a new ProjectComponent object associated with the project with the ID specified and with the values given.
 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 DefaultProjectComponentService.create(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId)
          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)
          Deprecated. since 6.3, use ProjectComponentService.create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, String, String, String, Long, Long) instead
 ProjectComponent DefaultProjectComponentService.create(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId, Long assigneeType)
           
 ProjectComponent ProjectComponentService.create(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId, Long assigneeType)
          Create a project component with assignee type set as provided.
 ProjectComponent DefaultProjectComponentManager.find(Long id)
          Find the component with the specified ID
 ProjectComponent ProjectComponentManager.find(Long id)
          Implement this method to find the component with the specified ID.
 ProjectComponent DefaultProjectComponentService.find(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, Long id)
           
 ProjectComponent ProjectComponentService.find(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, Long id)
           
 ProjectComponent DefaultProjectComponentManager.findByComponentName(Long projectId, String componentName)
           
 ProjectComponent ProjectComponentManager.findByComponentName(Long projectId, String componentName)
          Finds the ProjectComponent with the given name in the project with the given id.
 ProjectComponent DefaultProjectComponentManager.update(MutableProjectComponent component)
          Update the component specified with the values given.
 ProjectComponent ProjectComponentManager.update(MutableProjectComponent component)
          Implement this method to update the component specified with the values given.
 ProjectComponent DefaultProjectComponentService.update(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 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> ComponentConverter.convertToProjectComponents(Collection<MutableProjectComponent> mutables)
          Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects.
 Collection<ProjectComponent> DefaultProjectComponentManager.findAll()
           
 Collection<ProjectComponent> ProjectComponentManager.findAll()
          Implement this method to find all components.
 Collection<ProjectComponent> DefaultProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId)
           
 Collection<ProjectComponent> ProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId)
           
 Collection<ProjectComponent> DefaultProjectComponentManager.findAllForProject(Long projectId)
          Find all components associated with the project with the ID specified
 Collection<ProjectComponent> ProjectComponentManager.findAllForProject(Long projectId)
          Implement this method to find all components associated with the project with the ID specified.
 Collection<ProjectComponent> DefaultProjectComponentManager.findByComponentNameCaseInSensitive(String componentName)
           
 Collection<ProjectComponent> ProjectComponentManager.findByComponentNameCaseInSensitive(String componentName)
          Finds all ProjectComponents with the given name with comparisons case insenstive.
 Collection<ProjectComponent> DefaultProjectComponentManager.findComponentsByIssue(Issue issue)
           
 Collection<ProjectComponent> ProjectComponentManager.findComponentsByIssue(Issue issue)
           
 Collection<ProjectComponent> DefaultProjectComponentManager.findComponentsByLead(String userName)
          Retrieve a collection of components - where the lead of each component is the specified user.
 Collection<ProjectComponent> ProjectComponentManager.findComponentsByLead(String userName)
          Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.
 List<ProjectComponent> DefaultProjectComponentManager.getComponents(List<Long> ids)
           
 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 LocaleSensitiveProjectComponentNameComparator.compare(ProjectComponent projectComponent1, ProjectComponent projectComponent2)
           
 int ProjectComponentComparator.compare(ProjectComponent projectComponent1, ProjectComponent projectComponent2)
           
 org.ofbiz.core.entity.GenericValue DefaultProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
           
 org.ofbiz.core.entity.GenericValue ProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
          Deprecated. don't use GenericValue use the ProjectComponent instead.
protected  MutableProjectComponent DefaultProjectComponentManager.convertToMutableProjectComponent(ProjectComponent value)
          Convert the specified ProjectComponent to a MutableProjectComponent object and sets its project ID with the given value.
static MutableProjectComponent MutableProjectComponent.copy(ProjectComponent c)
          Copy given component
 Collection<Long> DefaultProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component)
           
 Collection<Long> ProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component)
          Returns a list of all Issue IDs with the given component.
 

Method parameters in com.atlassian.jira.bc.project.component with type arguments of type ProjectComponent
 Collection<org.ofbiz.core.entity.GenericValue> DefaultProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents)
          Temporary method to allow conversion of a collection of ProjectComponent objects to a collection of GenericValues representing a project component.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents)
          Deprecated. don't use GenericValue use the ProjectComponent instead.
static Collection<MutableProjectComponent> MutableProjectComponent.copy(Collection<ProjectComponent> c)
          Copy given collection of components
 

Uses of ProjectComponent in com.atlassian.jira.event.bc.project.component
 

Methods in com.atlassian.jira.event.bc.project.component that return ProjectComponent
 ProjectComponent ProjectComponentMergedEvent.getMergedProjectComponent()
           
 ProjectComponent ProjectComponentUpdatedEvent.getOldProjectComponent()
           
 ProjectComponent AbstractProjectComponentEvent.getProjectComponent()
           
 

Constructors in com.atlassian.jira.event.bc.project.component with parameters of type ProjectComponent
AbstractProjectComponentEvent(ProjectComponent projectComponent)
           
ProjectComponentCreatedEvent(ProjectComponent projectComponent)
           
ProjectComponentCreatedViaRestEvent(ProjectComponent projectComponent)
           
ProjectComponentDeletedEvent(ProjectComponent projectComponent)
           
ProjectComponentMergedEvent(ProjectComponent projectComponent, ProjectComponent mergedProjectComponent)
           
ProjectComponentUpdatedEvent(ProjectComponent projectComponent, ProjectComponent oldProjectComponent)
           
 

Uses of ProjectComponent in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that return types with arguments of type ProjectComponent
 Map<String,ProjectComponent> DefaultProjectImportPersister.createComponents(BackupProject backupProject, ProjectImportMapper projectImportMapper)
           
 Map<String,ProjectComponent> ProjectImportPersister.createComponents(BackupProject backupProject, ProjectImportMapper projectImportMapper)
          Creates the components, specified by BackupProject.getProjectComponents() for the named backup project.
 

Uses of ProjectComponent in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> IssueImpl.getComponentObjects()
           
 Collection<ProjectComponent> DocumentIssueImpl.getComponentObjects()
           
 Collection<ProjectComponent> Issue.getComponentObjects()
           
 

Method parameters in com.atlassian.jira.issue with type arguments of type ProjectComponent
 void IssueImpl.setComponentObjects(Collection<ProjectComponent> components)
           
 void MutableIssue.setComponentObjects(Collection<ProjectComponent> components)
          Sets the components for this Issue.
 

Uses of ProjectComponent in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that return types with arguments of type ProjectComponent
 List<ProjectComponent> ComponentsSystemField.getComponentsFromParams(Map params)
          Returns the list of components contained in the given parameters Map, or null if not contained.
 

Uses of ProjectComponent in com.atlassian.jira.issue.fields.event
 

Constructors in com.atlassian.jira.issue.fields.event with parameters of type ProjectComponent
ComponentCreatedInlineEvent(ProjectComponent projectComponent)
           
 

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.jql.resolver
 

Methods in com.atlassian.jira.jql.resolver that return ProjectComponent
 ProjectComponent ComponentResolver.get(Long id)
           
 

Methods in com.atlassian.jira.jql.resolver that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> ComponentResolver.getAll()
           
 

Methods in com.atlassian.jira.jql.resolver with parameters of type ProjectComponent
 String ComponentIndexInfoResolver.getIndexedValue(ProjectComponent component)
           
 

Constructor parameters in com.atlassian.jira.jql.resolver with type arguments of type ProjectComponent
ComponentIndexInfoResolver(NameResolver<ProjectComponent> componentResolver)
           
 

Uses of ProjectComponent in com.atlassian.jira.mail
 

Methods in com.atlassian.jira.mail that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> TemplateIssue.getComponentObjects()
           
 

Uses of ProjectComponent in com.atlassian.jira.mock.issue
 

Methods in com.atlassian.jira.mock.issue that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> MockIssue.getComponentObjects()
           
 

Method parameters in com.atlassian.jira.mock.issue with type arguments of type ProjectComponent
 void MockIssue.setComponentObjects(Collection<ProjectComponent> components)
           
 

Uses of ProjectComponent in com.atlassian.jira.mock.project.component
 

Methods in com.atlassian.jira.mock.project.component that return ProjectComponent
 ProjectComponent MockProjectComponentManager.create(String name, String description, String lead, long assigneeType, Long projectId)
           
 ProjectComponent MockProjectComponentManager.find(Long id)
           
 ProjectComponent MockProjectComponentManager.findByComponentName(Long projectId, String componentName)
           
 ProjectComponent MockProjectComponentManager.update(MutableProjectComponent component)
           
 

Methods in com.atlassian.jira.mock.project.component that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> MockProjectComponentManager.findAll()
           
 Collection<ProjectComponent> MockProjectComponentManager.findAllForProject(Long projectId)
           
 Collection<ProjectComponent> MockProjectComponentManager.findByComponentNameCaseInSensitive(String componentName)
           
 Collection<ProjectComponent> MockProjectComponentManager.findComponentsByIssue(Issue issue)
           
 Collection<ProjectComponent> MockProjectComponentManager.findComponentsByLead(String userName)
           
 List<ProjectComponent> MockProjectComponentManager.getComponents(List<Long> ids)
           
 

Methods in com.atlassian.jira.mock.project.component with parameters of type ProjectComponent
 org.ofbiz.core.entity.GenericValue MockProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
           
 Collection<Long> MockProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component)
           
 

Method parameters in com.atlassian.jira.mock.project.component with type arguments of type ProjectComponent
 Collection<org.ofbiz.core.entity.GenericValue> MockProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents)
           
 

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.plugin.projectpanel.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.impl with parameters of type ProjectComponent
 PercentageGraphModel VersionDrillDownRendererImpl.RoadMapGraphingBean.getIssueSummaryByFixForVersion(Version version, ProjectComponent component, int openCount, int allCount)
          Gets a progress graph model for the current version under the current context.
 String VersionDrillDownRendererImpl.getNavigatorUrl(Project project, Version version, ProjectComponent component)
           
 String VersionDrillDownRenderer.getNavigatorUrl(Project project, Version version, ProjectComponent component)
           
 String VersionDrillDownRendererImpl.RoadMapGraphingBean.getNavigatorUrl(Project project, Version version, ProjectComponent component, boolean unresolved)
           
 

Uses of ProjectComponent in com.atlassian.jira.plugin.webfragment.model
 

Methods in com.atlassian.jira.plugin.webfragment.model that return ProjectComponent
 ProjectComponent ComponentHelper.getComponent()
           
 

Uses of ProjectComponent in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> MockProject.getProjectComponents()
           
 Collection<ProjectComponent> ProjectImpl.getProjectComponents()
           
 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 AbstractProjectManager.getDefaultAssignee(Project project, ProjectComponent component)
           
 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 AbstractProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components)
           
 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.
 void MockProject.setProjectComponents(Collection<ProjectComponent> projectComponents)
           
 

Uses of ProjectComponent in com.atlassian.jira.rest.v2.issue.component
 

Methods in com.atlassian.jira.rest.v2.issue.component with parameters of type ProjectComponent
 ComponentIssueCountsBean ComponentIssueCountsBeanFactoryImpl.createComponentBean(ProjectComponent component, long issueCount)
           
 ComponentIssueCountsBean ComponentIssueCountsBeanFactory.createComponentBean(ProjectComponent component, long issueCount)
          Create a ComponentBean given the passed Component.
static ComponentBean ComponentBean.fullComponent(ProjectComponent component, JiraBaseUrls jiraBaseUrls, String projectLeadUserName, long projectAssigneeType, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager)
           
 

Method parameters in com.atlassian.jira.rest.v2.issue.component with type arguments of type ProjectComponent
static Collection<ComponentBean> ComponentBean.asBeans(Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls)
           
static Collection<ComponentBean> ComponentBean.asFullBeans(Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls, String projectLeadUserName, long projectAssigneeType, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager)
           
 

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> UserUtilImpl.getComponentsUserLeads(ApplicationUser user)
           
 Collection<ProjectComponent> UserUtil.getComponentsUserLeads(ApplicationUser user)
          Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.
 Collection<ProjectComponent> UserUtilImpl.getComponentsUserLeads(com.atlassian.crowd.embedded.api.User 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.
 

Uses of ProjectComponent in com.atlassian.jira.web.action.admin.user
 

Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> DeleteUser.getComponentsUserLeads()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.