Uses of Class
com.atlassian.jira.exception.DataAccessException

Packages that use DataAccessException
com.atlassian.jira.appconsistency.db   
com.atlassian.jira.avatar   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.scheme.distiller   
com.atlassian.jira.config   
com.atlassian.jira.issue   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.issue.watchers   
com.atlassian.jira.ofbiz   
com.atlassian.jira.project   
com.atlassian.jira.scheme   
com.atlassian.jira.scheme.distiller   
com.atlassian.jira.security.roles   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.user   
com.atlassian.jira.util   
com.atlassian.jira.web.servlet   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.condition   
com.atlassian.jira.workflow.function.issue   
com.atlassian.jira.workflow.migration   
 

Uses of DataAccessException in com.atlassian.jira.appconsistency.db
 

Methods in com.atlassian.jira.appconsistency.db that throw DataAccessException
 org.ofbiz.core.entity.GenericValue LockedDatabaseOfBizDelegator.createValue(String entity, Map params)
           
 List LockedDatabaseOfBizDelegator.findAll(String s)
           
 List LockedDatabaseOfBizDelegator.findAll(String s, List sortOrder)
           
 List LockedDatabaseOfBizDelegator.findByAnd(String s, List expressions)
           
 List LockedDatabaseOfBizDelegator.findByAnd(String s, Map map)
           
 List LockedDatabaseOfBizDelegator.findByAnd(String s, Map map, List orderClause)
           
 List LockedDatabaseOfBizDelegator.findByLike(String s, Map map, List list)
           
 List LockedDatabaseOfBizDelegator.findByOr(String entityName, List expressions, List orderBy)
           
 Connection OfbizConnectionFactory.getConnection()
           
 long LockedDatabaseOfBizDelegator.getCount(String entityName)
           
 void LockedDatabaseOfBizDelegator.removeAll(List genericValues)
           
 int LockedDatabaseOfBizDelegator.removeByAnd(String s, Map map)
           
 int LockedDatabaseOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void LockedDatabaseOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void LockedDatabaseOfBizDelegator.storeAll(List genericValues)
           
 

Uses of DataAccessException in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that throw DataAccessException
 Avatar AvatarStore.create(Avatar avatar)
          Creates an avatar with the properties of the given avatar.
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar AvatarManagerImpl.create(Avatar avatar, InputStream imageData, Selection croppingSelection)
           
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 boolean AvatarStore.delete(Long avatarId)
          Permanently removes the avatar from the system.
 boolean AvatarManager.delete(Long avatarId)
          Delete the avatar with the given id and the file on disk.
 List<Avatar> AvatarStore.getAllSystemAvatars()
          Provides a list of all system avatars.
 List<Avatar> AvatarManager.getAllSystemAvatars()
          Provides a list of all system avatars.
 Avatar AvatarStore.getById(Long avatarId)
          Retrieves the Avatar by id.
 Avatar AvatarManager.getById(Long avatarId)
          Retrieve the avatar with the given id.
 List<Avatar> AvatarStore.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 List<Avatar> AvatarManager.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 void AvatarStore.update(Avatar avatar)
          Updates an avatar's properties to match those in the given avatar.
 void AvatarManager.update(Avatar avatar)
          Saves the avatar as an updated version of the avatar with the same id that is already in the database.
 

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

Methods in com.atlassian.jira.bc.project.component that throw DataAccessException
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist the component.
 MutableProjectComponent OfBizProjectComponentStore.store(MutableProjectComponent component)
          Persists the component.
 

Uses of DataAccessException in com.atlassian.jira.bc.scheme.distiller
 

Methods in com.atlassian.jira.bc.scheme.distiller that throw DataAccessException
 Scheme DefaultSchemeDistillerService.persistNewSchemeMappings(User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
           
 Scheme SchemeDistillerService.persistNewSchemeMappings(User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
          This method will persist the result of the 'distilling' operation.
 

Uses of DataAccessException in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that throw DataAccessException
 void DefaultConstantsManager.storeIssueTypes(List<org.ofbiz.core.entity.GenericValue> issueTypes)
           
 void ConstantsManager.storeIssueTypes(List<org.ofbiz.core.entity.GenericValue> issueTypes)
          Bulk operation to store a list of issueTypes.
 void DefaultConstantsManager.updateIssueType(String id, String name, Long sequence, String style, String description, String iconurl)
           
 void ConstantsManager.updateIssueType(String id, String name, Long sequence, String style, String description, String iconurl)
          Updates an existing issueType.
 

Uses of DataAccessException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw DataAccessException
 Attachment AttachmentManager.getAttachment(Long id)
          Get a single attachment by its ID.
 List<Attachment> AttachmentManager.getAttachments(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. use #getAttachments(Issue) instead. Since v4.0
 List<Attachment> AttachmentManager.getAttachments(Issue issue)
          Get a list of all attachments for a certain issue.
 org.ofbiz.core.entity.GenericValue IssueManager.getIssue(Long id)
          Deprecated. Use IssueManager.getIssueObject(Long) instead.
 MutableIssue IssueManager.getIssueObject(Long id)
          Retrieves an issue by id.
 MutableIssue IssueManager.getIssueObject(String key)
          Retrieves the Issue that has the given key, or null if no such Issue exists.
 

Uses of DataAccessException in com.atlassian.jira.issue.comments
 

Methods in com.atlassian.jira.issue.comments that throw DataAccessException
 Comment DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
           
 Comment DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
           
 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
           
 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
           
 

Uses of DataAccessException in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that throw DataAccessException
 Set<Long> CustomFieldImpl.remove()
          Removes this custom field and returns a set of issue IDs of all issues that are affected by removal of this custom field.
 void CustomFieldImpl.store()
          Stores the generic value of this custom field and refreshes FieldManager.
 

Uses of DataAccessException in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that throw DataAccessException
 org.ofbiz.core.entity.GenericValue DefaultIssueManager.getIssue(Long id)
           
 org.ofbiz.core.entity.GenericValue CachingIssueManager.getIssue(Long id)
           
 MutableIssue DefaultIssueManager.getIssueObject(Long id)
           
 MutableIssue CachingIssueManager.getIssueObject(Long id)
           
 MutableIssue DefaultIssueManager.getIssueObject(String key)
           
 MutableIssue CachingIssueManager.getIssueObject(String key)
           
 

Uses of DataAccessException in com.atlassian.jira.issue.subscription
 

Methods in com.atlassian.jira.issue.subscription that throw DataAccessException
 void DefaultSubscriptionManager.updateSubscription(User u, Long subId, Map fields, org.quartz.Trigger trigger)
           
 void SubscriptionManager.updateSubscription(User user, Long subscriptionId, Map fields, org.quartz.Trigger trigger)
          Deprecated. Should use the method with an explicit list of fields
 void DefaultSubscriptionManager.updateSubscription(User user, Long subId, String groupName, org.quartz.Trigger trigger, Boolean emailOnEmpty)
           
 void SubscriptionManager.updateSubscription(User user, Long subscriptionId, String groupName, org.quartz.Trigger trigger, Boolean emailOnEmpty)
           
 

Uses of DataAccessException in com.atlassian.jira.issue.thumbnail
 

Methods in com.atlassian.jira.issue.thumbnail that throw DataAccessException
 boolean DefaultThumbnailManager.isThumbnailable(Attachment attachment)
           
 boolean DisabledThumbNailManager.isThumbnailable(Attachment attachment)
           
 

Uses of DataAccessException in com.atlassian.jira.issue.watchers
 

Methods in com.atlassian.jira.issue.watchers that throw DataAccessException
 List DefaultWatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
           
 List WatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
          Retrieve the list of usernames of users watching the given issue
 

Uses of DataAccessException in com.atlassian.jira.ofbiz
 

Methods in com.atlassian.jira.ofbiz that throw DataAccessException
 int OfBizDelegator.bulkCopyColumnValuesByAnd(String entityName, Map updateColumns, Map criteria)
          This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map.
 int OfBizDelegator.bulkUpdateByAnd(String entityName, Map updateValues, Map criteria)
          This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map.
 int OfBizDelegator.bulkUpdateByPrimaryKey(String entityName, Map<String,?> updateValues, List<Long> keys)
          This can be used to perform an update on the entityName of all the rows identified by the keys with the values stored in the updateValues.
 org.ofbiz.core.entity.GenericValue OfBizEntityCreator.createValue(String entity, Map params)
          Deprecated.  
 org.ofbiz.core.entity.GenericValue OfBizDelegator.createValue(String entityName, Map<String,Object> fields)
          Creates a new GenericValue, and persists it.
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findAll(String s)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findAll(String s, List sortOrder)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findAll(String s, List sortOrder)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByAnd(String entityName, List<org.ofbiz.core.entity.EntityCondition> expressions)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByAnd(String entityName, List<org.ofbiz.core.entity.EntityCondition> expressions)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByAnd(String entityName, Map<String,?> fields)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByAnd(String entityName, Map<String,?> fields)
          Finds GenericValue records by all of the specified fields (ie: combined using AND).
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByAnd(String entityName, Map<String,?> fields, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByAnd(String entityName, Map<String,?> fields, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByCondition(String entityName, org.ofbiz.core.entity.EntityCondition entityCondition, Collection fieldsToSelect, List orderBy)
          Finds GenericValues by the conditions specified in the EntityCondition object.
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByLike(String s, Map map, List list)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByLike(String entityName, Map map, List list)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByOr(String entityName, List<? extends org.ofbiz.core.entity.EntityCondition> expressions, List orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByOr(String entityName, List expressions, List orderBy)
           
 org.ofbiz.core.entity.GenericValue OfBizDelegator.findByPrimaryKey(String entityName, Long id)
          Find a Generic Entity by its single numeric Primary Key.
 org.ofbiz.core.entity.GenericValue OfBizDelegator.findByPrimaryKey(String entityName, Map fields)
          Find a Generic Entity by its Primary Key.
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
           
 long OfBizDelegator.getCount(String entityName)
          Ensure that there is a view-entity defined in entitymodel.xml (and entitygroup.xml) for the entity you are calling this method with, and that the view-entity is named correctly! The view-entity must be named the name of the normal entity with 'Count' appended.
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv)
           
 void DefaultOfBizDelegator.removeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
           
 void OfBizDelegator.removeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
           
 int DefaultOfBizDelegator.removeByAnd(String s, Map map)
           
 int OfBizDelegator.removeByAnd(String s, Map map)
           
 int DefaultOfBizDelegator.removeByOr(String entityName, String entityId, List<Long> ids)
           
 int OfBizDelegator.removeByOr(String entityName, String entityId, List<Long> ids)
          This can be used to remove rows for a given entity based on entityName and where entityId
 int DefaultOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 int OfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void DefaultOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void OfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void DefaultOfBizDelegator.storeAll(List genericValues)
           
 void OfBizDelegator.storeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
           
 

Uses of DataAccessException in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that throw DataAccessException
 org.ofbiz.core.entity.GenericValue ProjectManager.getComponent(org.ofbiz.core.entity.GenericValue project, String name)
          Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
 org.ofbiz.core.entity.GenericValue ProjectManager.getComponent(Long id)
          Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getComponents(org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getComponents(List<Long> ids)
          Deprecated. Use ProjectComponentManager.getComponents(java.util.List) instead. Deprecated since v4.0.
 long ProjectManager.getNextId(org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use ProjectManager.getNextId(Project) instead. Deprecated since v4.0.
 long ProjectManager.getNextId(Project project)
          Get the next issue ID from this project (transactional).
 org.ofbiz.core.entity.GenericValue ProjectManager.getProject(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use Issue.getProjectObject() instead. Deprecated since v4.0.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProject(Long id)
          Deprecated. please use ProjectManager.getProjectObj(java.lang.Long)
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectByKey(String key)
          Deprecated. please use the ProjectManager.getProjectObjByKey(java.lang.String) method to return a Project object
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectByName(String name)
          Deprecated. Please use ProjectManager.getProjectObjByName(java.lang.String) instead. Deprecated since v4.0.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getProjectCategories()
          Get all ProjectCategories.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategory(Long id)
          Returns a single project category by id.
 org.ofbiz.core.entity.GenericValue AbstractProjectManager.getProjectCategoryByName(String projectCategoryName)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryByName(String projectCategoryName)
          Find a project category by name.
 org.ofbiz.core.entity.GenericValue AbstractProjectManager.getProjectCategoryByNameIgnoreCase(String projectCategoryName)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryByNameIgnoreCase(String projectCategoryName)
          Find a project category by name ignoring the case of the category name.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryFromProject(org.ofbiz.core.entity.GenericValue project)
          Returns a project's category.
 Project ProjectManager.getProjectObj(Long id)
          Retrieves a single Project by its id.
 List<Project> DefaultProjectManager.getProjectObjects()
           
 List<Project> ProjectManager.getProjectObjects()
          Return all Projects ordered by name.
 Collection<Project> ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
          Returns a list of projects in a particular category.
 Collection<Project> CachingProjectManager.getProjectObjectsWithNoCategory()
           
 Collection<Project> DefaultProjectManager.getProjectObjectsWithNoCategory()
           
 Collection<Project> ProjectManager.getProjectObjectsWithNoCategory()
          Returns a list of projects without project category, sorted by project name
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getProjects()
          Deprecated. Use ProjectManager.getProjectObjects() instead. Deprecated in v4.0.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getProjectsFromProjectCategory(org.ofbiz.core.entity.GenericValue projectCategory)
          Returns a list of projects in a particular category.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getProjectsWithNoCategory()
          Returns a list of projects without project category, sorted by project name
 void ProjectManager.refreshProjectDependencies(org.ofbiz.core.entity.GenericValue project)
          This will refresh the dependencies of a project.
 void ProjectManager.setProjectCategory(org.ofbiz.core.entity.GenericValue project, org.ofbiz.core.entity.GenericValue category)
          Sets a projects category.
 void ProjectManager.updateProject(org.ofbiz.core.entity.GenericValue updatedProject)
          Deprecated. Use ProjectManager.updateProject(Project, String, String, String, String, Long) instead
 void ProjectManager.updateProjectCategory(org.ofbiz.core.entity.GenericValue projectCat)
          Persist an updated project category.
 

Uses of DataAccessException in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that throw DataAccessException
 void AbstractSchemeManager.addSchemeToProject(Project project, Scheme scheme)
          Adds a scheme to a particular project
 void SchemeManager.addSchemeToProject(Project project, Scheme scheme)
           
 Scheme AbstractSchemeManager.createSchemeAndEntities(Scheme scheme)
           
 Scheme SchemeManager.createSchemeAndEntities(Scheme scheme)
           
 List<Scheme> AbstractSchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
          Gets all associated schemes of a certain type in the database.
 List<Scheme> SchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
           
 List<Project> AbstractSchemeManager.getProjects(Scheme scheme)
          Gets all projects that are associated with that scheme
 List<Project> SchemeManager.getProjects(Scheme scheme)
           
 Scheme DefaultSchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
           
 List DefaultSchemeFactory.getSchemes(List schemeGVs)
           
 List<Scheme> AbstractSchemeManager.getUnassociatedSchemes()
           
 List<Scheme> SchemeManager.getUnassociatedSchemes()
          Will return all @link Scheme objects that are not currently associated with any projects.
 void AbstractSchemeManager.removeSchemesFromProject(Project project)
          Removes all schemes from a project
 void SchemeManager.removeSchemesFromProject(Project project)
           
 void AbstractSchemeManager.updateScheme(Scheme scheme)
          Updates any changes to the scheme object.
 void SchemeManager.updateScheme(Scheme scheme)
           
 

Uses of DataAccessException in com.atlassian.jira.scheme.distiller
 

Methods in com.atlassian.jira.scheme.distiller that throw DataAccessException
 Scheme SchemeDistiller.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
          This method will persist the result of the 'distilling' operation.
 Scheme SchemeDistillerImpl.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
           
 

Uses of DataAccessException in com.atlassian.jira.security.roles
 

Methods in com.atlassian.jira.security.roles that throw DataAccessException
 ProjectRole CachingProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole OfBizProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole ProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void OfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void ProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void CachingProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void ProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 Collection<ProjectRole> CachingProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> OfBizProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> ProjectRoleAndActorStore.getAllProjectRoles()
           
 DefaultRoleActors CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors ProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 Collection<Long> CachingProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Collection<Long> OfBizProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Collection<Long> ProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Map<Long,List<String>> CachingProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> OfBizProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> ProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole OfBizProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole ProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRoleActors CachingProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRoleActors OfBizProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRoleActors ProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole OfBizProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole ProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 void CachingProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void OfBizProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void ProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void CachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 void OfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 void ProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 List<Long> CachingProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> OfBizProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> ProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 void CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void CachingProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void ProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
           
 void OfBizProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
           
 void ProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
           
 

Uses of DataAccessException in com.atlassian.jira.upgrade.tasks
 

Methods in com.atlassian.jira.upgrade.tasks that throw DataAccessException
 void UpgradeTask_Build257.doUpgrade()
          Runs the core task which is to create the new Issue Worklog Edited and Issue Worklog Deleted event type and update the eventTypeManager with this change
 void UpgradeTask_Build205.doUpgrade()
          Runs the core task which is to create the new Issue Comment Edited event type and update the eventTypeManager with this change
 

Uses of DataAccessException in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user that throw DataAccessException
 Long OfbizExternalEntityStore.createIfDoesNotExist(String name)
          Checks the user with given name exists using the generic delegator and returns the user ID.
 

Uses of DataAccessException in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that throw DataAccessException
static File AttachmentUtils.getAttachmentDirectory(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. use AttachmentUtils.getAttachmentDirectory(com.atlassian.jira.issue.Issue) TODO: remove in 4.2
static File AttachmentUtils.getAttachmentFile(Attachment attachment)
          Returns the physical File for the given Attachment.
static org.ofbiz.core.entity.GenericValue JiraEntityUtils.getProject(org.ofbiz.core.entity.GenericValue entity)
          This method will return the project relevant to a given entity.
static File AttachmentUtils.getThumbnailFile(Attachment attachment)
           
 

Uses of DataAccessException in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet that throw DataAccessException
protected  File ViewAttachmentServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns the file of the attachment.
protected  File ViewThumbnailServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected abstract  File AbstractViewFileServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Gets the attachment file (not the file name) that corresponds to the requested attachment.
protected  boolean ViewAttachmentServlet.hasPermissionToViewAttachment(String username, Attachment attachment)
          Checks if the given user had permission to see the attachemnt.
protected abstract  void AbstractViewFileServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Sets any required headers on the http response.
 

Uses of DataAccessException in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that throw DataAccessException
 JiraWorkflow CachingDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 JiraWorkflow DraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
          Creates a temporary workflow linked back to the named active workflow by id.
 JiraWorkflow OfBizDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 boolean CachingDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 boolean DraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
          Removes a temporary workflow linked to the workflow name.
 boolean OfBizDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow CachingDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow DraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
          This will retrieve an draft workflow that is related to the named saved workflow.
 JiraWorkflow OfBizDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 boolean WorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
          Saves or updates a workflowDescriptor.
 boolean OfBizWorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
           
 boolean CachingWorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 

Uses of DataAccessException in com.atlassian.jira.workflow.condition
 

Methods in com.atlassian.jira.workflow.condition that throw DataAccessException
protected  Issue AbstractJiraCondition.getIssue(Map transientVars)
          This method retrieves the original (unmodified) issue object that will be examined for the condition check.
 

Uses of DataAccessException in com.atlassian.jira.workflow.function.issue
 

Methods in com.atlassian.jira.workflow.function.issue that throw DataAccessException
protected  MutableIssue AbstractJiraFunctionProvider.getIssue(Map transientVars)
          This method retrieves the (potentially modified) issue object that is being transitioned through workflow.
 

Uses of DataAccessException in com.atlassian.jira.workflow.migration
 

Methods in com.atlassian.jira.workflow.migration that throw DataAccessException
protected  Issue AbstractWorkflowMigrationHelper.retrieveIssueObject(Long issueId)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.