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.customfield   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.scheme.distiller   
com.atlassian.jira.config   
com.atlassian.jira.issue   
com.atlassian.jira.issue.attachment   
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.mock   
com.atlassian.jira.mock.ofbiz   
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.upgrade.tasks   
com.atlassian.jira.upgrade.util   
com.atlassian.jira.util   
com.atlassian.jira.web.servlet   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.condition   
com.atlassian.jira.workflow.function.issue   
 

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)
           
 org.ofbiz.core.entity.GenericValue LockedDatabaseOfBizDelegator.findById(String entityName, Long id)
           
 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)
           
 List<org.ofbiz.core.entity.GenericValue> LockedDatabaseOfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv, List<String> orderBy)
           
 void LockedDatabaseOfBizDelegator.removeAll(List genericValues)
           
 int LockedDatabaseOfBizDelegator.removeByAnd(String s, Map map)
           
 int LockedDatabaseOfBizDelegator.removeByCondition(String entityName, org.ofbiz.core.entity.EntityCondition condition)
           
 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<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<org.ofbiz.core.entity.GenericValue> NodeAssociationStoreImpl.getSourcesFromSink(org.ofbiz.core.entity.GenericValue sink, String sourceName, String associationType)
           
 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 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.
 Avatar AvatarManagerImpl.create(String fileName, String contentType, ApplicationUser owner, InputStream imageData, Selection croppingSelection)
           
 Avatar AvatarManager.create(String fileName, String contentType, ApplicationUser owner, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 Avatar AvatarManagerImpl.create(String fileName, String contentType, Project owner, InputStream imageData, Selection croppingSelection)
           
 Avatar AvatarManager.create(String fileName, String contentType, Project owner, 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(Avatar.Type type)
          Provides a list of all system avatars.
 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 AvatarManager.getById(Long avatarId)
          Retrieve the avatar with the given id.
 Avatar AvatarManager.getByIdTagged(Long avatarId)
          Retrieve the avatar with the given id, ensuring the avatar file is tagged with metadata identifying the image came from JIRA.
 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.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(ApplicationPropertiesService.EditPermissionLevel permissionLevel, String keyFilter)
          Retrieves all properties that can be edited dynamically by the user.
 List<ApplicationProperty> ApplicationPropertiesServiceImpl.getEditableApplicationProperties(ApplicationPropertiesService.EditPermissionLevel permissionLevel, String keyFilter)
           
 List<ApplicationProperty> ApplicationPropertiesService.getEditableApplicationProperties(String permissionLevel, String keyFilter)
          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.customfield
 

Methods in com.atlassian.jira.bc.customfield that throw DataAccessException
 ServiceOutcome<CustomField> CustomFieldService.create(CreateValidationResult createValidationResult)
          Creates a custom field using a CreateValidationResult as parameter.
 

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

Methods in com.atlassian.jira.bc.project.component that throw DataAccessException
 MutableProjectComponent OfBizProjectComponentStore.store(MutableProjectComponent component)
          Persists the component.
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist 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(com.atlassian.crowd.embedded.api.User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
           
 Scheme SchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.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 FeatureStore.create(String featureName, String userKey)
          Creates an feature with the properties of the given feature.
 void DefaultFeatureStore.create(String featureKey, String userKey)
           
 void FeatureStore.delete(String featureKey, String userKey)
          Permanently removes the feature from the system.
 void DefaultFeatureStore.delete(String featureKey, String userKey)
           
 Set<String> FeatureStore.getSiteFeatures()
          Returns a list of all enabled site features
 Set<String> DefaultFeatureStore.getSiteFeatures()
           
 Set<String> FeatureStore.getUserFeatures(String userKey)
          Returns a list of all enabled features for a user
 Set<String> DefaultFeatureStore.getUserFeatures(String userKey)
           
 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.getIssueByCurrentKey(String key)
          Retrieves the Issue that has the given key, or null if no such Issue exists.
 MutableIssue IssueManager.getIssueByKeyIgnoreCase(String key)
          Retrieves the Issue that has the given key, or null if no such Issue exists.
 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.attachment
 

Methods in com.atlassian.jira.issue.attachment that throw DataAccessException
 File DefaultAttachmentStore.getAttachmentFile(Attachment attachment)
          Returns the physical File for the given Attachment.
 File AttachmentStore.getAttachmentFile(Attachment attachment)
          Returns the physical File for the given Attachment.
 File DefaultAttachmentStore.getAttachmentFile(Issue issue, Attachment attachment)
          Returns the physical File for the given Attachment.
 File AttachmentStore.getAttachmentFile(Issue issue, Attachment attachment)
          Returns the physical File for the given Attachment.
 

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

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

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

Methods in com.atlassian.jira.issue.fields that throw DataAccessException
 Set<Long> CustomFieldImpl.remove()
          Deprecated. Use CustomFieldManager.removeCustomField(CustomField) instead. Since v5.1.
 void CustomFieldImpl.store()
          Deprecated. Use CustomFieldManager.updateCustomField(CustomField) instead. Since v6.2.
 

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.getIssueByCurrentKey(String key)
           
 MutableIssue DefaultIssueManager.getIssueByKeyIgnoreCase(String key)
           
 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)
           
 Scheme IssueSecuritySchemeManager.getSchemeObject(Long id)
          Deprecated. Use IssueSecuritySchemeManager.getIssueSecurityLevelScheme(Long) instead. Since v5.2.
 

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

Methods in com.atlassian.jira.issue.subscription that throw DataAccessException
 void DefaultSubscriptionManager.updateSubscription(ApplicationUser user, Long subId, String groupName, String cronExpression, Boolean emailOnEmpty)
           
 void SubscriptionManager.updateSubscription(ApplicationUser user, Long subscriptionId, String groupName, String cronExpression, Boolean emailOnEmpty)
           
 void DefaultSubscriptionManager.updateSubscription(ApplicationUser user, Long subId, String groupName, org.quartz.Trigger trigger, Boolean emailOnEmpty)
           
 void SubscriptionManager.updateSubscription(ApplicationUser user, Long subscriptionId, String groupName, org.quartz.Trigger trigger, Boolean emailOnEmpty)
          Deprecated. Since v6.2. Quartz internals are no longer supported through the JIRA api use SubscriptionManager.updateSubscription(ApplicationUser, Long, String, String, Boolean)
 void DefaultSubscriptionManager.updateSubscription(com.atlassian.crowd.embedded.api.User user, Long subscriptionId, 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)
          Deprecated. Use use SubscriptionManager.updateSubscription(ApplicationUser, Long, String, String, Boolean) instead. Since v6.0.
 

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

Methods in com.atlassian.jira.mock that throw DataAccessException
 org.ofbiz.core.entity.GenericValue MockIssueManager.getIssue(Long id)
           
 MutableIssue MockIssueManager.getIssueByCurrentKey(String key)
           
 MutableIssue MockIssueManager.getIssueByKeyIgnoreCase(String key)
           
 MutableIssue MockIssueManager.getIssueObject(Long id)
           
 MutableIssue MockIssueManager.getIssueObject(String key)
           
 long MockProjectManager.getNextId(Project project)
           
 ProjectCategory MockProjectManager.getProjectCategoryObject(Long id)
           
 long MockProjectManager.getProjectCount()
           
 Collection<Project> MockProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
           
 void MockProjectManager.updateProjectCategory(ProjectCategory projectCategory)
           
 

Uses of DataAccessException in com.atlassian.jira.mock.ofbiz
 

Methods in com.atlassian.jira.mock.ofbiz that throw DataAccessException
 org.ofbiz.core.entity.GenericValue MockOfBizDelegator.createValue(String entity, Map<String,Object> params)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findAll(String s, List<String> sortOrder)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByAnd(String s, List<org.ofbiz.core.entity.EntityCondition> expressions)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByAnd(String s, Map<String,?> map)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByAnd(String s, Map<String,?> map, List<String> orderClause)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByCondition(String entityName, org.ofbiz.core.entity.EntityCondition entityCondition, Collection<String> fieldsToSelect, List<String> orderBy)
           
 org.ofbiz.core.entity.GenericValue MockOfBizDelegator.findById(String entityName, Long id)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByLike(String entityName, Map<String,?> map)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByLike(String entityName, Map<String,?> map, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> MockOfBizDelegator.findByOr(String entityName, List<? extends org.ofbiz.core.entity.EntityCondition> expressions, List<String> orderBy)
           
 void MockOfBizDelegator.removeAll(List genericValues)
           
 int MockOfBizDelegator.removeByAnd(String s, Map<String,?> map)
           
 int MockOfBizDelegator.removeByCondition(String entityName, org.ofbiz.core.entity.EntityCondition condition)
           
 int MockOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void MockOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void MockOfBizDelegator.storeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
           
 

Uses of DataAccessException in com.atlassian.jira.ofbiz
 

Methods in com.atlassian.jira.ofbiz that throw DataAccessException
 int WrappingOfBizDelegator.bulkCopyColumnValuesByAnd(String entityName, Map updateColumns, Map criteria)
           
 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 WrappingOfBizDelegator.bulkUpdateByAnd(String entityName, Map<String,?> updateValues, Map<String,?> criteria)
           
 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 WrappingOfBizDelegator.bulkUpdateByPrimaryKey(String entityName, Map<String,?> updateValues, List<Long> keys)
           
 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 WrappingOfBizDelegator.createValue(String entityName, Map<String,Object> fields)
           
 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> WrappingOfBizDelegator.findAll(String s)
           
 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> WrappingOfBizDelegator.findAll(String s, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.findAll(String s, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> WrappingOfBizDelegator.findByAnd(String entityName, List<org.ofbiz.core.entity.EntityCondition> expressions)
           
 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> WrappingOfBizDelegator.findByAnd(String entityName, Map<String,?> fields)
           
 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> WrappingOfBizDelegator.findByAnd(String entityName, Map<String,?> fields, List<String> orderBy)
           
 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> WrappingOfBizDelegator.findByCondition(String entityName, org.ofbiz.core.entity.EntityCondition entityCondition, Collection<String> fieldsToSelect)
           
 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> WrappingOfBizDelegator.findByCondition(String entityName, org.ofbiz.core.entity.EntityCondition entityCondition, Collection<String> fieldsToSelect, List<String> orderBy)
           
 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.
 org.ofbiz.core.entity.GenericValue WrappingOfBizDelegator.findById(String entityName, Long id)
           
 org.ofbiz.core.entity.GenericValue DefaultOfBizDelegator.findById(String entityName, Long id)
           
 org.ofbiz.core.entity.GenericValue OfBizDelegator.findById(String entityName, Long id)
          Find a Generic Entity by its numeric ID.
 List<org.ofbiz.core.entity.GenericValue> WrappingOfBizDelegator.findByLike(String entityName, Map<String,?> map)
           
 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> WrappingOfBizDelegator.findByLike(String entityName, Map<String,?> map, List<String> orderBy)
           
 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> WrappingOfBizDelegator.findByOr(String entityName, List<? extends org.ofbiz.core.entity.EntityCondition> expressions, 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 WrappingOfBizDelegator.findByPrimaryKey(String entityName, Long id)
           
 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 WrappingOfBizDelegator.findByPrimaryKey(String entityName, Map<String,?> fields)
           
 org.ofbiz.core.entity.GenericValue OfBizDelegator.findByPrimaryKey(String entityName, Map<String,?> fields)
          Find a Generic Entity by its Primary Key.
 OfBizListIterator WrappingOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
          Returns a new OfBizListIterator.
 OfBizListIterator WrappingOfBizDelegator.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)
           
 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)
          Returns a new OfBizListIterator.
 Connection DefaultOfBizConnectionFactory.getConnection()
           
 long WrappingOfBizDelegator.getCount(String entityName)
           
 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> WrappingOfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv)
           
 List<org.ofbiz.core.entity.GenericValue> WrappingOfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> DefaultOfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv, List<String> orderBy)
           
 List<org.ofbiz.core.entity.GenericValue> OfBizDelegator.getRelated(String relationName, org.ofbiz.core.entity.GenericValue gv, List<String> orderBy)
           
 void WrappingOfBizDelegator.removeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
           
 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 WrappingOfBizDelegator.removeByAnd(String s, Map<String,?> map)
           
 int OfBizDelegator.removeByAnd(String s, Map<String,?> map)
           
 int WrappingOfBizDelegator.removeByCondition(String entityName, org.ofbiz.core.entity.EntityCondition condition)
           
 int DefaultOfBizDelegator.removeByCondition(String entityName, org.ofbiz.core.entity.EntityCondition condition)
           
 int OfBizDelegator.removeByCondition(String entityName, org.ofbiz.core.entity.EntityCondition condition)
           
 int WrappingOfBizDelegator.removeByOr(String entityName, String entityId, List<Long> ids)
           
 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 WrappingOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 int DefaultOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 int OfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void WrappingOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void DefaultOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void OfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 void DefaultOfBizDelegator.storeAll(List genericValues)
           
 void WrappingOfBizDelegator.storeAll(List<org.ofbiz.core.entity.GenericValue> 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)
           
 long DefaultProjectManager.getProjectCount()
           
 long CachingProjectManager.getProjectCount()
           
 long ProjectManager.getProjectCount()
          Return the total number of Projects.
 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.upgrade.tasks
 

Methods in com.atlassian.jira.upgrade.tasks that throw DataAccessException
 void UpgradeTask_Build801.doUpgrade(boolean setupMode)
          Runs the core task which is to create the new Issue Comment Edited and Issue Comment Deleted 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.util
 

Methods in com.atlassian.jira.util that throw DataAccessException
static File AttachmentUtils.getAttachmentFile(Attachment attachment)
          Deprecated. Returns the physical File for the given Attachment.
static File AttachmentUtils.getAttachmentFile(Issue issue, Attachment attachment)
          Deprecated. 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  void ViewAttachmentServlet.getInputStream(String attachmentQuery, InputStreamConsumer<Void> consumer)
          Returns the file of the attachment.
protected abstract  void AbstractViewFileServlet.getInputStream(String attachmentPath, InputStreamConsumer<Void> consumer)
          Gets the attachment file (not the file name) that corresponds to the requested attachment.
protected  void ViewThumbnailServlet.getInputStream(String attachmentPath, InputStreamConsumer<Void> consumer)
           
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 the content type, content length and "Content-Disposition" header of the response based on the values of the attachement found.
 

Uses of DataAccessException in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that throw DataAccessException
 void DefaultWorkflowSchemeManager.addSchemeToProject(Project project, Scheme scheme)
           
 JiraWorkflow OfBizDraftWorkflowStore.createDraftWorkflow(ApplicationUser author, JiraWorkflow parentWorkflow)
           
 JiraWorkflow DraftWorkflowStore.createDraftWorkflow(ApplicationUser author, JiraWorkflow parentWorkflow)
          Creates a temporary workflow linked back to the named active workflow by id.
 JiraWorkflow CachingDraftWorkflowStore.createDraftWorkflow(ApplicationUser author, JiraWorkflow parentWorkflow)
           
 boolean OfBizDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 boolean DraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
          Removes a temporary workflow linked to the workflow name.
 boolean CachingDraftWorkflowStore.deleteDraftWorkflow(String parentWorkflowName)
           
 void DefaultWorkflowSchemeManager.deleteEntity(Long id)
           
 JiraWorkflow OfBizDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow DraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
          This will retrieve an draft workflow that is related to the named saved workflow.
 JiraWorkflow CachingDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 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)
           
 boolean OfBizWorkflowDescriptorStore.saveWorkflow(String name, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, boolean replace)
           
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflow(ApplicationUser user, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflow(ApplicationUser user, String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflow(ApplicationUser user, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow OfBizDraftWorkflowStore.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.
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 void DefaultWorkflowSchemeManager.updateScheme(Scheme scheme)
           
 

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.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.