Uses of Class
com.atlassian.jira.bc.EntityNotFoundException

Packages that use EntityNotFoundException
com.atlassian.jira.bc.project.component   
com.atlassian.jira.mock.project.component   
 

Uses of EntityNotFoundException in com.atlassian.jira.bc.project.component
 

Methods in com.atlassian.jira.bc.project.component that throw EntityNotFoundException
 void ProjectComponentStore.delete(Long componentId)
          Remove the given component from the persistent storage.
 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 ProjectComponentManager.delete(Long componentId)
          Implement this method to delete the 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.
 ProjectComponent DefaultProjectComponentManager.find(Long id)
          Find the component with the specified ID
 ProjectComponent ProjectComponentManager.find(Long id)
          Implement this method to find the component 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.
 Long ProjectComponentStore.findProjectIdForComponent(Long componentId)
          Implement this method to look up the project ID for the given component 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 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 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 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.
 

Uses of EntityNotFoundException in com.atlassian.jira.mock.project.component
 

Methods in com.atlassian.jira.mock.project.component that throw EntityNotFoundException
 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-2012 Atlassian. All Rights Reserved.