|
||||||||||
| 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
|
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 |
ComponentConverter.convertToProjectComponent(MutableProjectComponent value)
Convert the specified MutableProjectComponent to a ProjectComponent object. |
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 |
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 |
ProjectComponentService.create(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentService.create(User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
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 |
DefaultProjectComponentService.create(User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentService.find(ErrorCollection errorCollection,
Long id)
Deprecated. Use ProjectComponentService.find(User, com.atlassian.jira.util.ErrorCollection, Long)
instead. This methods completely ignores the user calling and thus serves components for such project
a person may have no access rights to see |
ProjectComponent |
DefaultProjectComponentService.find(ErrorCollection errorCollection,
Long id)
Deprecated. Use DefaultProjectComponentService.find(com.opensymphony.user.User, com.atlassian.jira.util.ErrorCollection, Long)
instead. This methods completely ignores the user calling and thus serves components for such project
a person may have no access rights to see |
ProjectComponent |
ProjectComponentManager.find(Long id)
Implement this method to find the component with the specified ID. |
ProjectComponent |
DefaultProjectComponentManager.find(Long id)
Find the component with the specified ID |
ProjectComponent |
ProjectComponentService.find(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
ProjectComponentService.find(User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
DefaultProjectComponentService.find(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
DefaultProjectComponentService.find(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 |
DefaultProjectComponentManager.findByComponentName(Long projectId,
String componentName)
|
ProjectComponent |
ProjectComponentManager.update(MutableProjectComponent component)
Implement this method to update the component specified with the values given. |
ProjectComponent |
DefaultProjectComponentManager.update(MutableProjectComponent component)
Update the component specified with the values given. |
ProjectComponent |
ProjectComponentService.update(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
ProjectComponent |
ProjectComponentService.update(User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
ProjectComponent |
DefaultProjectComponentService.update(com.atlassian.crowd.embedded.api.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> |
ComponentConverter.convertToProjectComponents(Collection<MutableProjectComponent> mutables)
Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects. |
Collection<ProjectComponent> |
ProjectComponentManager.findAll()
Implement this method to find all components. |
Collection<ProjectComponent> |
DefaultProjectComponentManager.findAll()
|
Collection<ProjectComponent> |
ProjectComponentService.findAllForProject(ErrorCollection errorCollection,
Long projectId)
|
Collection<ProjectComponent> |
DefaultProjectComponentService.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> |
DefaultProjectComponentManager.findAllForProject(Long projectId)
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> |
DefaultProjectComponentManager.findByComponentNameCaseInSensitive(String componentName)
|
Collection<ProjectComponent> |
ProjectComponentManager.findComponentsByIssue(Issue issue)
|
Collection<ProjectComponent> |
DefaultProjectComponentManager.findComponentsByIssue(Issue issue)
|
Collection<ProjectComponent> |
ProjectComponentManager.findComponentsByLead(String userName)
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user. |
Collection<ProjectComponent> |
DefaultProjectComponentManager.findComponentsByLead(String userName)
Retrieve a collection of components - 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. |
List<ProjectComponent> |
DefaultProjectComponentManager.getComponents(List<Long> ids)
|
| Methods in com.atlassian.jira.bc.project.component with parameters of type ProjectComponent | |
|---|---|
int |
ProjectComponentComparator.compare(ProjectComponent projectComponent1,
ProjectComponent projectComponent2)
|
int |
LocaleSensitiveProjectComponentNameComparator.compare(ProjectComponent projectComponent1,
ProjectComponent projectComponent2)
|
org.ofbiz.core.entity.GenericValue |
ProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
Deprecated. don't use GenericValue use the ProjectComponent instead. |
org.ofbiz.core.entity.GenericValue |
DefaultProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent)
|
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> |
ProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents)
Deprecated. don't use GenericValue use the ProjectComponent instead. |
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. |
| 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()
|
Collection<ProjectComponent> |
IssueImpl.getComponentObjects()
|
Collection<ProjectComponent> |
DocumentIssueImpl.getComponentObjects()
|
| 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.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.plugin.componentpanel |
|---|
| Methods in com.atlassian.jira.plugin.componentpanel that return ProjectComponent | |
|---|---|
ProjectComponent |
BrowseComponentContextImpl.getComponent()
|
ProjectComponent |
BrowseComponentContext.getComponent()
Retrieve the component for this context |
| 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.projectpanel.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.impl with parameters of type ProjectComponent | |
|---|---|
PercentageGraphModel |
VersionDrillDownRenderer.RoadMapGraphingBean.getIssueSummaryByFixForVersion(Version version,
ProjectComponent component,
int openCount,
int allCount)
Gets a progress graph model for the current version under the current context. |
String |
VersionDrillDownRenderer.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal)
|
String |
VersionDrillDownRenderer.RoadMapGraphingBean.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal,
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> |
Project.getProjectComponents()
Returns the components for this Project. |
Collection<ProjectComponent> |
ProjectImpl.getProjectComponents()
|
| Methods in com.atlassian.jira.project with parameters of type ProjectComponent | |
|---|---|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
Gets the default assignee for a project and/or component depending on if a component was specified. |
com.atlassian.crowd.embedded.api.User |
AbstractProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
|
| Uses of ProjectComponent in com.atlassian.jira.rest.v2.issue |
|---|
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type ProjectComponent | |
|---|---|
static ComponentBean |
ComponentBean.fullComponent(ProjectComponent component,
javax.ws.rs.core.UriInfo uriInfo,
UserManager userManager)
|
static ComponentBean |
ComponentBean.shortComponent(ProjectComponent component,
javax.ws.rs.core.UriInfo uriInfo)
|
| Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type ProjectComponent | |
|---|---|
static Collection<ComponentBean> |
ComponentBean.asBeans(Collection<ProjectComponent> components,
javax.ws.rs.core.UriInfo uriInfo)
|
| 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(User user)
Deprecated. Use UserUtil.getComponentsUserLeads(com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
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. |
Collection<ProjectComponent> |
UserUtilImpl.getComponentsUserLeads(com.atlassian.crowd.embedded.api.User user)
|
Collection<ProjectComponent> |
UserUtilImpl.getComponentsUserLeads(User 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||