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

Packages that use ProjectComponent
com.atlassian.jira.bc.project.component   
com.atlassian.jira.issue.fields.option   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.browser   
 

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

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

Methods in com.atlassian.jira.bc.project.component that return ProjectComponent
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 ProjectComponentService.create(User user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId)
           
 ProjectComponent DefaultProjectComponentService.create(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.find(ErrorCollection errorCollection, Long id)
           
 ProjectComponent DefaultProjectComponentService.find(ErrorCollection errorCollection, Long id)
           
 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 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 ProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 ProjectComponent DefaultProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 

Methods in com.atlassian.jira.bc.project.component that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> DefaultProjectComponentManager.findAll()
           
 Collection<ProjectComponent> ProjectComponentManager.findAll()
          Implement this method to find all components.
 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.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
 

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.
 

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

Fields in com.atlassian.jira.issue.fields.option with type parameters of type ProjectComponent
static Function<ProjectComponent,Option> ComponentOption.FUNCTION
           
 

Constructors in com.atlassian.jira.issue.fields.option with parameters of type ProjectComponent
ComponentOption(ProjectComponent component)
           
 

Uses of ProjectComponent in com.atlassian.jira.issue.search.searchers.transformer
 

Constructor parameters in com.atlassian.jira.issue.search.searchers.transformer with type arguments of type ProjectComponent
ComponentSearchInputTransformer(ClauseNames clauseNames, String urlParameterName, IndexInfoResolver<ProjectComponent> componentIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, SearchContextVisibilityChecker searchContextVisibilityChecker, NameResolver<ProjectComponent> componentResolver)
           
ComponentSearchInputTransformer(ClauseNames clauseNames, String urlParameterName, IndexInfoResolver<ProjectComponent> componentIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, SearchContextVisibilityChecker searchContextVisibilityChecker, NameResolver<ProjectComponent> componentResolver)
           
 

Uses of ProjectComponent in com.atlassian.jira.issue.search.searchers.util
 

Constructor parameters in com.atlassian.jira.issue.search.searchers.util with type arguments of type ProjectComponent
ComponentIndexedInputHelper(IndexInfoResolver<ProjectComponent> componentIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, SearchContextVisibilityChecker searchContextVisibilityChecker, NameResolver<ProjectComponent> componentResolver)
           
ComponentIndexedInputHelper(IndexInfoResolver<ProjectComponent> componentIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, SearchContextVisibilityChecker searchContextVisibilityChecker, NameResolver<ProjectComponent> componentResolver)
           
 

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.plugin.componentpanel
 

Methods in com.atlassian.jira.plugin.componentpanel that return ProjectComponent
 ProjectComponent BrowseComponentContext.getComponent()
          Retrieve the component for this context
 ProjectComponent BrowseComponentContextImpl.getComponent()
           
 

Constructors in com.atlassian.jira.plugin.componentpanel with parameters of type ProjectComponent
BrowseComponentContextImpl(SearchService searchService, ProjectComponent component, User user)
           
 

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.user.util
 

Methods in com.atlassian.jira.user.util that return types with arguments of type ProjectComponent
 Collection<ProjectComponent> UserUtilImpl.getComponentsUserLeads(User user)
           
 Collection<ProjectComponent> UserUtil.getComponentsUserLeads(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()
           
 Collection<ProjectComponent> DeleteUser.getComponentsUserLeads(int limit)
           
 

Uses of ProjectComponent in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that return ProjectComponent
 ProjectComponent BrowseComponent.getComponent()
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.