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

Packages that use DataAccessException
com.atlassian.jira.issue   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.search.util   
com.atlassian.jira.ofbiz   
com.atlassian.jira.project   
com.atlassian.jira.workflow.condition   
com.atlassian.jira.workflow.function.issue   
 

Uses of DataAccessException in com.atlassian.jira.issue
 

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

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)
           
 org.ofbiz.core.entity.GenericValue CachingIssueManager.getIssue(Long id)
           
 MutableIssue CachingIssueManager.getIssueObject(Long id)
           
 MutableIssue CachingIssueManager.getIssueObject(String key)
           
 

Uses of DataAccessException in com.atlassian.jira.issue.search.util
 

Methods in com.atlassian.jira.issue.search.util that throw DataAccessException
 void LuceneConnection.withQuery(LuceneConnection.QueryAction action)
           
 void LuceneConnection.withReader(LuceneConnection.ReaderAction action)
          just for queriying, do not delete with this action
 void LuceneConnection.withReaderAndDeletes(LuceneConnection.ReaderAction action)
           
 void LuceneConnection.withWriter(LuceneConnection.WriterAction action)
           
 void LuceneConnection.optimize()
           
 void LuceneConnection.flushWriter()
           
 void LuceneConnection.createIndex(boolean create)
           
 

Uses of DataAccessException in com.atlassian.jira.ofbiz
 

Methods in com.atlassian.jira.ofbiz that throw DataAccessException
 org.ofbiz.core.entity.GenericValue OfBizEntityCreator.createValue(String entity, Map params)
          Deprecated.  
 List OfBizDelegator.findByAnd(String s, Map map)
           
 List OfBizDelegator.findByAnd(String s, Map map, List orderClause)
           
 List OfBizDelegator.findByAnd(String s, List expressions)
           
 List OfBizDelegator.findByOr(String entityName, List expressions, List orderBy)
           
 void OfBizDelegator.removeAll(List genericValues)
           
 int OfBizDelegator.removeByAnd(String s, Map map)
           
 int OfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void OfBizDelegator.storeAll(List genericValues)
           
 List OfBizDelegator.findAll(String s)
           
 List OfBizDelegator.findAll(String s, List sortOrder)
           
 void OfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 org.ofbiz.core.entity.GenericValue OfBizDelegator.createValue(String entity, Map params)
           
 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 DefaultOfBizDelegator.findByAnd(String s, Map map, List orderClause)
           
 List DefaultOfBizDelegator.findByAnd(String s, List expressions)
           
 List DefaultOfBizDelegator.findByOr(String entityName, List expressions, List orderBy)
           
 void DefaultOfBizDelegator.removeAll(List genericValues)
           
 int DefaultOfBizDelegator.removeByAnd(String s, Map map)
           
 int DefaultOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void DefaultOfBizDelegator.storeAll(List genericValues)
           
 List DefaultOfBizDelegator.findAll(String s, List sortOrder)
           
 void DefaultOfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
           
 

Uses of DataAccessException in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that throw DataAccessException
 void ProjectManager.updateProject(org.ofbiz.core.entity.GenericValue updatedProject)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProject(org.ofbiz.core.entity.GenericValue issue)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProject(Long id)
          Retrieve a single project by it's id.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectByName(String name)
          Retrieve a single project by it's project name.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectByKey(String key)
          Retrieve a single project by it's project key.
 org.ofbiz.core.entity.GenericValue ProjectManager.getComponent(Long id)
          Get a component from within this project, by it's id.
 org.ofbiz.core.entity.GenericValue ProjectManager.getComponent(org.ofbiz.core.entity.GenericValue project, String name)
          Get a component from within this project, based on the project and the component name.
 Collection ProjectManager.getComponents(org.ofbiz.core.entity.GenericValue project)
           
 Collection ProjectManager.getComponents(List ids)
          Get a list of components from their IDs
 Collection ProjectManager.getProjects()
          Return all project GenericValues.
 long ProjectManager.getNextId(org.ofbiz.core.entity.GenericValue project)
          Get the next ID from this project (transactional)
 void ProjectManager.refreshProjectDependencies(org.ofbiz.core.entity.GenericValue project)
          This will refresh the dependencies of a project.
 Collection ProjectManager.getProjectCategories()
          Get all ProjectCategories.
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategory(Long id)
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryByName(String projectCategoryName)
           
 void ProjectManager.updateProjectCategory(org.ofbiz.core.entity.GenericValue projectCat)
           
 Collection ProjectManager.getProjectsFromProjectCategory(org.ofbiz.core.entity.GenericValue projectCategory)
           
 Collection ProjectManager.getProjectsWithNoCategory()
           
 org.ofbiz.core.entity.GenericValue ProjectManager.getProjectCategoryFromProject(org.ofbiz.core.entity.GenericValue project)
           
 void ProjectManager.setProjectCategory(org.ofbiz.core.entity.GenericValue project, org.ofbiz.core.entity.GenericValue category)
           
 org.ofbiz.core.entity.GenericValue AbstractProjectManager.getProjectCategoryByName(String projectCategoryName)
           
 

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-2006 Atlassian. All Rights Reserved.