Package | Description |
---|---|
com.atlassian.jira.bc.project.component | |
com.atlassian.jira.mock.project.component |
Modifier and Type | Method and Description |
---|---|
MutableProjectComponent |
ComponentConverter.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 component
|
MutableProjectComponent |
ProjectComponentStore.find(Long id)
Implement this method to look up the project component by the given ID and return it.
|
MutableProjectComponent |
CachingProjectComponentStore.find(Long id)
Looks up the project component by the given ID and returns it.
|
MutableProjectComponent |
OfBizProjectComponentStore.find(Long id)
Retrieve the MutableProjectComponent with the specified ID.
|
MutableProjectComponent |
ProjectComponentStore.findByComponentName(Long projectId,
String componentName)
Finds the ProjectComponent with the given name (case sensitive) in the project with the
given Id.
|
MutableProjectComponent |
CachingProjectComponentStore.findByComponentName(Long projectId,
String componentName)
Looks up the component with the given name in the project with the given id.
|
MutableProjectComponent |
OfBizProjectComponentStore.findByComponentName(Long projectId,
String componentName) |
MutableProjectComponent |
ProjectComponentStore.store(MutableProjectComponent component)
Implement this method to persist the component.
|
MutableProjectComponent |
CachingProjectComponentStore.store(MutableProjectComponent component)
Persist the component.
|
MutableProjectComponent |
OfBizProjectComponentStore.store(MutableProjectComponent component)
Persists the component.
|
Modifier and Type | Method and Description |
---|---|
Collection<MutableProjectComponent> |
ComponentConverter.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 components
|
Collection<MutableProjectComponent> |
ProjectComponentStore.findAllForProject(Long projectId)
Implement this method to look up all components that are related to the project with given ID.
|
Collection<MutableProjectComponent> |
CachingProjectComponentStore.findAllForProject(Long projectId)
Looks up all components that are related to the project with given ID.
|
Collection<MutableProjectComponent> |
OfBizProjectComponentStore.findAllForProject(Long projectId)
Retrieve all components that are related to the project with given ID and sort by name.
|
Collection<MutableProjectComponent> |
ProjectComponentStore.findByComponentNameCaseInSensitive(String componentName)
Finds the ProjectComponents with the given name (case insensitive) in all projects.
|
Collection<MutableProjectComponent> |
CachingProjectComponentStore.findByComponentNameCaseInSensitive(String componentName)
Finds one or more ProjectComponent with a given name.
|
Collection<MutableProjectComponent> |
OfBizProjectComponentStore.findByComponentNameCaseInSensitive(String componentName) |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
MutableProjectComponent.equalsName(MutableProjectComponent component) |
MutableProjectComponent |
ProjectComponentStore.store(MutableProjectComponent component)
Implement this method to persist the component.
|
MutableProjectComponent |
CachingProjectComponentStore.store(MutableProjectComponent component)
Persist the component.
|
MutableProjectComponent |
OfBizProjectComponentStore.store(MutableProjectComponent component)
Persists the component.
|
ProjectComponent |
DefaultProjectComponentService.update(ApplicationUser user,
ErrorCollection errorCollection,
MutableProjectComponent component) |
ProjectComponent |
ProjectComponentService.update(ApplicationUser user,
ErrorCollection errorCollection,
MutableProjectComponent component) |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProjectComponent> |
ComponentConverter.convertToProjectComponents(Collection<MutableProjectComponent> mutables)
Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects.
|
Modifier and Type | Method and Description |
---|---|
ProjectComponent |
MockProjectComponentManager.update(MutableProjectComponent component) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.