Uses of Class
com.atlassian.jira.bc.project.component.MutableProjectComponent
Packages that use MutableProjectComponent
Package
Description
-
Uses of MutableProjectComponent in com.atlassian.jira.bc.project.component
Methods in com.atlassian.jira.bc.project.component that return MutableProjectComponentModifier and TypeMethodDescriptionComponentConverter.convertToComponent
(org.ofbiz.core.entity.GenericValue componentGV) Convert the specified GenericValue representing a MutableProjectComponent object to a MutableProjectComponent object.static MutableProjectComponent
MutableProjectComponent.copy
(ProjectComponent c) Copy given componentLooks up the project component by the given ID and returns it.Retrieve the MutableProjectComponent with the specified ID.Implement this method to look up the project component by the given ID and return it.CachingProjectComponentStore.findByComponentName
(Long projectId, String componentName) Looks up the component with the given name in the project with the given id.OfBizProjectComponentStore.findByComponentName
(Long projectId, String componentName) ProjectComponentStore.findByComponentName
(Long projectId, String componentName) Finds the ProjectComponent with the given name (case sensitive) in the project with the given Id.CachingProjectComponentStore.store
(MutableProjectComponent component) Persist the component.OfBizProjectComponentStore.store
(MutableProjectComponent component) Persists the component.ProjectComponentStore.store
(MutableProjectComponent component) Implement this method to persist the component.Methods in com.atlassian.jira.bc.project.component that return types with arguments of type MutableProjectComponentModifier and TypeMethodDescriptionComponentConverter.convertToComponents
(Collection<org.ofbiz.core.entity.GenericValue> componentGVCollection) Convert the specified collection of GenericValues representing MutableProjectComponent object to a collection of MutableProjectComponent objects.static Collection
<MutableProjectComponent> MutableProjectComponent.copy
(Collection<ProjectComponent> c) Copy given collection of componentsCachingProjectComponentStore.findAllForProject
(Long projectId) Looks up all components that are related to the project with given ID.OfBizProjectComponentStore.findAllForProject
(Long projectId) Retrieve all components that are related to the project with given ID and sort by name.ProjectComponentStore.findAllForProject
(Long projectId) Implement this method to look up all components that are related to the project with given ID.CachingProjectComponentStore.findByComponentNameCaseInSensitive
(String componentName) Finds one or more ProjectComponent with a given name.OfBizProjectComponentStore.findByComponentNameCaseInSensitive
(String componentName) ProjectComponentStore.findByComponentNameCaseInSensitive
(String componentName) Finds the ProjectComponents with the given name (case insensitive) in all projects.Methods in com.atlassian.jira.bc.project.component with parameters of type MutableProjectComponentModifier and TypeMethodDescriptionComponentConverter.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.boolean
MutableProjectComponent.equalsName
(MutableProjectComponent component) CachingProjectComponentStore.store
(MutableProjectComponent component) Persist the component.OfBizProjectComponentStore.store
(MutableProjectComponent component) Persists the component.ProjectComponentStore.store
(MutableProjectComponent component) Implement this method to persist the component.DefaultProjectComponentManager.update
(MutableProjectComponent component) Update the component specified with the values given.DefaultProjectComponentService.update
(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) ProjectComponentManager.update
(MutableProjectComponent component) Implement this method to update the component specified with the values given.ProjectComponentService.update
(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) Method parameters in com.atlassian.jira.bc.project.component with type arguments of type MutableProjectComponentModifier and TypeMethodDescriptionComponentConverter.convertToProjectComponents
(Collection<MutableProjectComponent> mutables) Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects. -
Uses of MutableProjectComponent in com.atlassian.jira.mock.project.component
Methods in com.atlassian.jira.mock.project.component with parameters of type MutableProjectComponentModifier and TypeMethodDescriptionMockProjectComponentManager.update
(MutableProjectComponent component)