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

Packages that use DataAccessException
com.atlassian.jira.appconsistency.db   
com.atlassian.jira.association   
com.atlassian.jira.avatar   
com.atlassian.jira.bc.admin   
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.security   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.issue.vote   
com.atlassian.jira.issue.watchers   
com.atlassian.jira.ofbiz   
com.atlassian.jira.permission   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.scheme   
com.atlassian.jira.scheme.distiller   
com.atlassian.jira.security.roles   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.upgrade.util   
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.enterprise   
 

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<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findAll(String s)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findAll(String s, List sortOrder)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByAnd(String s, List expressions)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByAnd(String s, Map map)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByAnd(String s, Map map, List orderClause)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByLike(String s, Map map)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByLike(String s, Map map, List orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.findByOr(String entityName, List expressions, List orderBy)
           
 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.association
 

Methods in com.atlassian.jira.association that throw DataAccessException
 org.ofbiz.core.entity.GenericValue NodeAssociationStoreImpl.createAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
          Create an association between two entities, given a particular association type.
 org.ofbiz.core.entity.GenericValue NodeAssociationStore.createAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
          Create an association between two entities, given a particular association type.
 org.ofbiz.core.entity.GenericValue NodeAssociationStoreImpl.createAssociation(String sourceNodeEntity, Long sourceNodeId, String sinkNodeEntity, Long sinkNodeId, String associationType)
           
 org.ofbiz.core.entity.GenericValue NodeAssociationStore.createAssociation(String sourceNodeEntity, Long sourceNodeId, String sinkNodeEntity, Long sinkNodeId, String associationType)
          Create an association between two entities, given a particular association type.
 org.ofbiz.core.entity.GenericValue NodeAssociationStoreImpl.getAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
           
 org.ofbiz.core.entity.GenericValue NodeAssociationStore.getAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
           
 List<Long> NodeAssociationStoreImpl.getSinkIdsFromSource(org.ofbiz.core.entity.GenericValue source, String sinkEntityName, String associationType)
           
 List<Long> NodeAssociationStore.getSinkIdsFromSource(org.ofbiz.core.entity.GenericValue source, String sinkEntityName, String associationType)
           
 List<org.ofbiz.core.entity.GenericValue> NodeAssociationStoreImpl.getSinksFromSource(org.ofbiz.core.entity.GenericValue source, String sinkEntityName, String associationType)
           
 List<org.ofbiz.core.entity.GenericValue> NodeAssociationStore.getSinksFromSource(org.ofbiz.core.entity.GenericValue source, String sinkEntityName, String associationType)
          Operates on NodeAssociations - gets MANY sinks from ONE source
 List<Long> NodeAssociationStoreImpl.getSourceIdsFromSink(org.ofbiz.core.entity.GenericValue sink, String sourceEntity, String associationType)
           
 List<Long> NodeAssociationStore.getSourceIdsFromSink(org.ofbiz.core.entity.GenericValue sink, String sourceEntityName, String associationType)
           
 List<org.ofbiz.core.entity.GenericValue> NodeAssociationStoreImpl.getSourcesFromSink(org.ofbiz.core.entity.GenericValue sink, String sourceName, String associationType)
          Operates on NodeAssociations - gets MANY sources from ONE sink
 List<org.ofbiz.core.entity.GenericValue> NodeAssociationStore.getSourcesFromSink(org.ofbiz.core.entity.GenericValue sink, String sourceName, String associationType)
          Operates on NodeAssociations - gets MANY sources from ONE sink
 void NodeAssociationStoreImpl.removeAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
           
 void NodeAssociationStore.removeAssociation(org.ofbiz.core.entity.GenericValue source, org.ofbiz.core.entity.GenericValue sink, String associationType)
           
 void NodeAssociationStoreImpl.removeAssociationsFromSink(org.ofbiz.core.entity.GenericValue sink)
           
 void NodeAssociationStore.removeAssociationsFromSink(org.ofbiz.core.entity.GenericValue sink)
          Remove all entity<->entity associations, given the sink.
 void NodeAssociationStoreImpl.removeAssociationsFromSource(org.ofbiz.core.entity.GenericValue source)
           
 void NodeAssociationStore.removeAssociationsFromSource(org.ofbiz.core.entity.GenericValue source)
          Remove all entity<->entity associations, given the source.
 void NodeAssociationStoreImpl.swapAssociation(List<org.ofbiz.core.entity.GenericValue> entities, String associationType, org.ofbiz.core.entity.GenericValue fromSink, org.ofbiz.core.entity.GenericValue toSink)
           
 void NodeAssociationStore.swapAssociation(List<org.ofbiz.core.entity.GenericValue> entities, String associationType, org.ofbiz.core.entity.GenericValue fromSink, org.ofbiz.core.entity.GenericValue toSink)
          Swaps all associations for a given list of entities (say move a list of unresolved issue entities to a new fix for version)
 void NodeAssociationStoreImpl.swapAssociation(String sourceEntityName, String associationType, org.ofbiz.core.entity.GenericValue fromSink, org.ofbiz.core.entity.GenericValue toSink)
           
 void NodeAssociationStore.swapAssociation(String sourceEntityType, String associationType, org.ofbiz.core.entity.GenericValue oldSink, org.ofbiz.core.entity.GenericValue newSink)
          Swap all associations of a particular type from one sink to another.
 

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 CachingAvatarStore.create(Avatar 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 CachingAvatarStore.delete(Long avatarId)
           
 boolean AvatarManager.delete(Long avatarId)
          Delete the avatar with the given id and the file on disk.
 List<Avatar> AvatarStore.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 List<Avatar> CachingAvatarStore.getAllSystemAvatars(Avatar.Type type)
           
 List<Avatar> AvatarManager.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 Avatar AvatarStore.getById(Long avatarId)
          Retrieves the Avatar by id.
 Avatar CachingAvatarStore.getById(Long avatarId)
           
 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> CachingAvatarStore.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
           
 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 CachingAvatarStore.update(Avatar 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.admin
 

Methods in com.atlassian.jira.bc.admin that throw DataAccessException
 ApplicationProperty ApplicationPropertiesService.getApplicationProperty(String key)
          Retrieves a property with the given key.
 List<ApplicationProperty> ApplicationPropertiesService.getEditableApplicationProperties()
          Retrieves all properties that can be edited dynamically by the user.
 Validated<ApplicationProperty> ApplicationPropertiesService.setApplicationProperty(String key, String value)
          Stores the given value for the given key in the underlying data store.
 

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 SchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
          This method will persist the result of the 'distilling' operation.
 Scheme DefaultSchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
           
 

Uses of DataAccessException in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that throw DataAccessException
 void DefaultSubTaskManager.moveSubTaskIssueTypeDown(String id)
           
 void SubTaskManager.moveSubTaskIssueTypeDown(String id)
           
 void DefaultSubTaskManager.moveSubTaskIssueTypeUp(String id)
           
 void SubTaskManager.moveSubTaskIssueTypeUp(String id)
           
 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.
 void DefaultSubTaskManager.updateSubTaskIssueType(String id, String name, Long sequence, String description, String iconurl)
           
 void SubTaskManager.updateSubTaskIssueType(String id, String name, Long sequence, String description, String iconurl)
           
 

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(Issue issue)
          Get a list of all attachments for a certain issue.
 List<Attachment> AttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
          Get a list of all attachments for a certain issue, sorted according to the specified comparator.
 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)
           
 MutableIssue DefaultIssueManager.getIssueObject(Long id)
           
 MutableIssue DefaultIssueManager.getIssueObject(String key)
           
 

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

Methods in com.atlassian.jira.issue.security that throw DataAccessException
 void IssueSecuritySchemeManagerImpl.deleteEntity(Long id)
           
 

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

Methods in com.atlassian.jira.issue.subscription that throw DataAccessException
 void DefaultSubscriptionManager.updateSubscription(com.atlassian.crowd.embedded.api.User user, Long subId, String groupName, org.quartz.Trigger trigger, Boolean emailOnEmpty)
           
 void SubscriptionManager.updateSubscription(com.atlassian.crowd.embedded.api.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)
           
 boolean DefaultThumbnailManager.isThumbnailable(Issue issue, Attachment attachment)
           
 boolean DisabledThumbNailManager.isThumbnailable(Issue issue, Attachment attachment)
           
 

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

Methods in com.atlassian.jira.issue.vote that throw DataAccessException
 void OfbizVoteHistoryStore.add(VoteHistoryEntry entry)
           
 void VoteHistoryStore.add(VoteHistoryEntry entry)
          Creates an issue history entry
 void OfbizVoteHistoryStore.delete(String issueId)
           
 void VoteHistoryStore.delete(String issueId)
          Remove all the vote history for an issue.
 List<VoteHistoryEntry> VoteHistoryStore.getHistory(Long issueId)
          Retrieve the vote history for an issue
 

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

Methods in com.atlassian.jira.issue.watchers that throw DataAccessException
 List<String> DefaultWatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
           
 List<String> WatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use WatcherManager.getCurrentWatcherUsernames(com.atlassian.jira.issue.Issue) instead. Since v5.0.
 List<String> DefaultWatcherManager.getCurrentWatcherUsernames(Issue issue)
           
 List<String> WatcherManager.getCurrentWatcherUsernames(Issue 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<String,?> updateValues, Map<String,?> 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 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<String> orderBy)
           
 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<String> fieldsToSelect)
          Finds GenericValues by the conditions specified in the EntityCondition object with no specified order.
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByCondition(String entityName, org.ofbiz.core.entity.EntityCondition entityCondition, Collection<String> fieldsToSelect, List<String> orderBy)
          Finds GenericValues by the conditions specified in the EntityCondition object.
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByLike(String s, Map<String,?> map)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByLike(String entityName, Map<String,?> map)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.findByLike(String s, Map<String,?> map, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByLike(String entityName, Map<String,?> map, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findByOr(String entityName, List<? extends org.ofbiz.core.entity.EntityCondition> expressions, List<String> 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<String,?> 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<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
           
 Connection DefaultOfBizConnectionFactory.getConnection()
           
 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 entityName, Map map)
           
 int OfBizDelegator.removeByAnd(String s, Map<String,?> 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.permission
 

Methods in com.atlassian.jira.permission that throw DataAccessException
 void DefaultPermissionSchemeManager.deleteEntity(Long id)
          Deletes a permission from the database
 

Uses of DataAccessException in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that throw DataAccessException
 Collection<ProjectCategory> ProjectManager.getAllProjectCategories()
          Returns all ProjectCategories, ordered by name.
 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.
 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()
          Deprecated. since v4.4. Use ProjectManager.getAllProjectCategories() instead.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategory(Long id)
          Deprecated. Use ProjectManager.getProjectCategoryObject(Long) instead. Since v4.4.
 org.ofbiz.core.entity.GenericValue AbstractProjectManager.getProjectCategoryByName(String projectCategoryName)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryByName(String projectCategoryName)
          Deprecated. Use ProjectManager.getProjectCategoryObjectByName(String) instead. Since v4.4.
 org.ofbiz.core.entity.GenericValue AbstractProjectManager.getProjectCategoryByNameIgnoreCase(String projectCategoryName)
           
 ProjectCategory DefaultProjectManager.getProjectCategoryForProject(Project project)
           
 ProjectCategory ProjectManager.getProjectCategoryForProject(Project project)
          Returns a project's category.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryFromProject(org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use ProjectManager.getProjectCategoryForProject(com.atlassian.jira.project.Project) instead. Since 4.4
 ProjectCategory ProjectManager.getProjectCategoryObject(Long id)
          Returns a single project category by id.
 ProjectCategory AbstractProjectManager.getProjectCategoryObjectByName(String projectCategoryName)
           
 ProjectCategory AbstractProjectManager.getProjectCategoryObjectByNameIgnoreCase(String projectCategoryName)
           
 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> DefaultProjectManager.getProjectObjectsWithNoCategory()
           
 Collection<Project> CachingProjectManager.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)
          Deprecated. Use ProjectManager.getProjectsFromProjectCategory(ProjectCategory) instead. Since v4.4.
 Collection<Project> DefaultProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
           
 Collection<Project> CachingProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
           
 Collection<Project> ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
          Returns a list of projects in a particular category.
 Collection<org.ofbiz.core.entity.GenericValue> ProjectManager.getProjectsWithNoCategory()
          Deprecated. Use ProjectManager.getProjectObjectsWithNoCategory() instead. Since v4.4.
 void ProjectManager.setProjectCategory(org.ofbiz.core.entity.GenericValue project, org.ofbiz.core.entity.GenericValue category)
          Deprecated. since v4.4. Use ProjectManager.setProjectCategory(com.atlassian.jira.project.Project, com.atlassian.jira.project.ProjectCategory) instead.
 void CachingProjectManager.setProjectCategory(Project project, ProjectCategory category)
           
 void ProjectManager.setProjectCategory(Project project, ProjectCategory category)
          Sets a project's category.
 void ProjectManager.updateProjectCategory(org.ofbiz.core.entity.GenericValue projectCat)
          Deprecated. Use ProjectManager.updateProjectCategory(ProjectCategory) instead. Since v4.4.
 void DefaultProjectManager.updateProjectCategory(ProjectCategory projectCategory)
           
 void CachingProjectManager.updateProjectCategory(ProjectCategory projectCategory)
           
 void ProjectManager.updateProjectCategory(ProjectCategory projectCategory)
          Persist an updated project category.
 

Uses of DataAccessException in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue that throw DataAccessException
protected  boolean AttachmentResource.hasPermissionToViewAttachment(com.atlassian.crowd.embedded.api.User user, Attachment attachment)
           
 

Uses of DataAccessException in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that throw DataAccessException
 void AbstractSchemeManager.addDefaultSchemeToProject(Project project)
           
 void AbstractSchemeManager.addSchemeToProject(Project project, Scheme scheme)
           
 Scheme AbstractSchemeManager.createSchemeAndEntities(Scheme scheme)
           
 Scheme SchemeManager.createSchemeAndEntities(Scheme scheme)
           
 void AbstractSchemeManager.deleteEntity(Long id)
           
 List<Scheme> AbstractSchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
           
 List<Project> AbstractSchemeManager.getProjects(Scheme scheme)
           
 Scheme DefaultSchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
           
 org.ofbiz.core.entity.GenericValue AbstractSchemeManager.getScheme(String name)
           
 Scheme AbstractSchemeAwareAction.getSchemeObject()
           
 Scheme AbstractSchemeManager.getSchemeObject(Long id)
           
 Scheme SchemeManager.getSchemeObject(Long id)
          Gets a scheme by id from the database.
 Scheme AbstractSchemeManager.getSchemeObject(String name)
           
 Scheme SchemeManager.getSchemeObject(String name)
          Gets a scheme by name from the database.
 List<Scheme> AbstractSchemeManager.getSchemeObjects()
           
 List<Scheme> SchemeManager.getSchemeObjects()
          Gets all scheme objects in the database.
 List<org.ofbiz.core.entity.GenericValue> AbstractSchemeManager.getSchemes()
           
 List<Scheme> DefaultSchemeFactory.getSchemes(List<org.ofbiz.core.entity.GenericValue> 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)
           
 void AbstractSchemeManager.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 OfBizProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole CachingProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole ProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void CachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void ProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
           
 void OfBizProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void ProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 Collection<ProjectRole> OfBizProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> CachingProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> ProjectRoleAndActorStore.getAllProjectRoles()
           
 DefaultRoleActors OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors ProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 Collection<Long> OfBizProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Collection<Long> CachingProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Collection<Long> ProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name, String type)
           
 Map<Long,List<String>> OfBizProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> CachingProjectRoleAndActorStore.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 OfBizProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole ProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRoleActors OfBizProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRoleActors CachingProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRoleActors ProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId, Long projectId)
           
 ProjectRole OfBizProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole ProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 void OfBizProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void CachingProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void ProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name, String type)
           
 void OfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 void CachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 void ProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
           
 List<Long> OfBizProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> CachingProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> ProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 void OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void OfBizProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void ProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
           
 void CachingProjectRoleAndActorStore.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(boolean setupMode)
          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(boolean setupMode)
          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.upgrade.util
 

Methods in com.atlassian.jira.upgrade.util that throw DataAccessException
static boolean UpgradeUtils.tableExists(String tableName)
          This method is used to verify if a named table exists or not within the database.
 

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.getAttachmentFile(Attachment attachment)
          Returns the physical File for the given Attachment.
static File AttachmentUtils.getAttachmentFile(Issue issue, Attachment attachment)
          Returns the physical File for the given Attachment.
static org.ofbiz.core.entity.GenericValue JiraEntityUtils.getProject(org.ofbiz.core.entity.GenericValue entity)
          Deprecated. Work with Project, Issue and Comment objects instead. Since v5.0.
 

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

Methods in com.atlassian.jira.web.servlet that throw DataAccessException
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  File ViewAttachmentServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns the file of the 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 OfBizDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 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.
 boolean OfBizDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 boolean CachingDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 boolean DraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
          Removes a temporary workflow linked to the workflow name.
 void DefaultWorkflowSchemeManager.deleteEntity(Long id)
           
 JiraWorkflow OfBizDraftWorkflowStore.getDraftWorkflow(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.
 boolean OfBizWorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
           
 boolean WorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
          Saves or updates a workflowDescriptor.
 boolean CachingWorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
           
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 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.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 

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.enterprise
 

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.