|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityNotFoundException | |
|---|---|
| com.atlassian.jira.bc.project.component | |
| Uses of EntityNotFoundException in com.atlassian.jira.bc.project.component |
|---|
| Methods in com.atlassian.jira.bc.project.component that throw EntityNotFoundException | |
|---|---|
void |
ProjectComponentManager.delete(Long componentId)
Implement this method to delete the component. |
ProjectComponent |
ProjectComponentManager.find(Long id)
Implement this method to find the component with the specified ID. |
Long |
ProjectComponentManager.findProjectIdForComponent(Long componentId)
Implement this method to look up the project ID for the given component ID. |
List<ProjectComponent> |
ProjectComponentManager.getComponents(List<Long> ids)
Creates a list of ProjectComponent objects from the given list of IDs. |
ProjectComponent |
ProjectComponentManager.update(MutableProjectComponent component)
Implement this method to update the component specified with the values given. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||