Package | Description |
---|---|
com.atlassian.jira.bc.project.component | |
com.atlassian.jira.mock.project.component |
Modifier and Type | Method and Description |
---|---|
void |
CachingProjectComponentStore.delete(Long componentId)
Removes the component from the persistent storage and a cache.
|
void |
OfBizProjectComponentStore.delete(Long componentId) |
void |
DefaultProjectComponentManager.delete(Long componentId)
Delete the component.
|
void |
ProjectComponentStore.delete(Long componentId)
Remove the given component from the persistent storage.
|
void |
ProjectComponentManager.delete(Long componentId)
Implement this method to delete the component.
|
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.
|
ProjectComponent |
DefaultProjectComponentManager.find(Long id)
Find the component with the specified ID
|
MutableProjectComponent |
ProjectComponentStore.find(Long id)
Implement this method to look up the project component by the given ID and return it.
|
ProjectComponent |
ProjectComponentManager.find(Long id)
Implement this method to find the component with the specified ID.
|
MutableProjectComponent |
CachingProjectComponentStore.findByComponentName(Long projectId,
String componentName)
Looks up the component with the given name in the project with the given id.
|
MutableProjectComponent |
ProjectComponentStore.findByComponentName(Long projectId,
String componentName)
Finds the ProjectComponent with the given name (case sensitive) in the project with the
given Id.
|
Long |
CachingProjectComponentStore.findProjectIdForComponent(Long componentId)
Looks up the project ID for the given component ID.
|
Long |
OfBizProjectComponentStore.findProjectIdForComponent(Long componentId)
Retrieve the project ID for the given component ID.
|
Long |
DefaultProjectComponentManager.findProjectIdForComponent(Long id) |
Long |
ProjectComponentStore.findProjectIdForComponent(Long componentId)
Implement this method to look up the project ID for the given component ID.
|
Long |
ProjectComponentManager.findProjectIdForComponent(Long componentId)
Implement this method to look up the project ID for the given component ID.
|
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.
|
MutableProjectComponent |
CachingProjectComponentStore.store(MutableProjectComponent component)
Persist the component.
|
MutableProjectComponent |
OfBizProjectComponentStore.store(MutableProjectComponent component)
Persists the component.
|
MutableProjectComponent |
ProjectComponentStore.store(MutableProjectComponent component)
Implement this method to persist the 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 |
---|---|
void |
MockProjectComponentManager.delete(Long componentId) |
ProjectComponent |
MockProjectComponentManager.find(Long id) |
Long |
MockProjectComponentManager.findProjectIdForComponent(Long componentId) |
List<ProjectComponent> |
MockProjectComponentManager.getComponents(List<Long> ids) |
ProjectComponent |
MockProjectComponentManager.update(MutableProjectComponent component) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.