|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataAccessException in com.atlassian.jira.appconsistency.db |
|---|
| Methods in com.atlassian.jira.appconsistency.db that throw DataAccessException | |
|---|---|
org.ofbiz.core.entity.GenericValue |
LockedDatabaseOfBizDelegator.createValue(String entity,
Map params)
|
List |
LockedDatabaseOfBizDelegator.findAll(String s)
|
List |
LockedDatabaseOfBizDelegator.findAll(String s,
List sortOrder)
|
List |
LockedDatabaseOfBizDelegator.findByAnd(String s,
List expressions)
|
List |
LockedDatabaseOfBizDelegator.findByAnd(String s,
Map map)
|
List |
LockedDatabaseOfBizDelegator.findByAnd(String s,
Map map,
List orderClause)
|
List |
LockedDatabaseOfBizDelegator.findByLike(String s,
Map map)
|
List |
LockedDatabaseOfBizDelegator.findByLike(String s,
Map map,
List orderBy)
|
List |
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.avatar |
|---|
| Methods in com.atlassian.jira.avatar that throw DataAccessException | |
|---|---|
Avatar |
AvatarManager.create(Avatar avatar)
Creates a database record for the given avatar. |
Avatar |
CachingAvatarStore.create(Avatar avatar)
|
Avatar |
AvatarStore.create(Avatar avatar)
Creates an avatar with the properties of the given avatar. |
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(Avatar avatar,
InputStream imageData,
Selection croppingSelection)
|
boolean |
AvatarManager.delete(Long avatarId)
Delete the avatar with the given id and the file on disk. |
boolean |
CachingAvatarStore.delete(Long avatarId)
|
boolean |
AvatarStore.delete(Long avatarId)
Permanently removes the avatar from the system. |
List<Avatar> |
AvatarManager.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
List<Avatar> |
CachingAvatarStore.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
AvatarStore.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
Avatar |
AvatarManager.getById(Long avatarId)
Retrieve the avatar with the given id. |
Avatar |
CachingAvatarStore.getById(Long avatarId)
|
Avatar |
AvatarStore.getById(Long avatarId)
Retrieves the Avatar by id. |
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. |
List<Avatar> |
CachingAvatarStore.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
|
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. |
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. |
void |
CachingAvatarStore.update(Avatar avatar)
|
void |
AvatarStore.update(Avatar avatar)
Updates an avatar's properties to match those in the given avatar. |
| 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 |
SchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.User user,
DistilledSchemeResult distilledSchemeResult,
ErrorCollection errorCollection)
This method will persist the result of the 'distilling' operation. |
Scheme |
SchemeDistillerService.persistNewSchemeMappings(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)
|
Scheme |
DefaultSchemeDistillerService.persistNewSchemeMappings(User user,
DistilledSchemeResult distilledSchemeResult,
ErrorCollection errorCollection)
|
| Uses of DataAccessException in com.atlassian.jira.config |
|---|
| Methods in com.atlassian.jira.config that throw DataAccessException | |
|---|---|
void |
SubTaskManager.moveSubTaskIssueTypeDown(String id)
|
void |
DefaultSubTaskManager.moveSubTaskIssueTypeDown(String id)
|
void |
SubTaskManager.moveSubTaskIssueTypeUp(String id)
|
void |
DefaultSubTaskManager.moveSubTaskIssueTypeUp(String id)
|
void |
ConstantsManager.storeIssueTypes(List<org.ofbiz.core.entity.GenericValue> issueTypes)
Bulk operation to store a list of issueTypes. |
void |
DefaultConstantsManager.storeIssueTypes(List<org.ofbiz.core.entity.GenericValue> issueTypes)
|
void |
ConstantsManager.updateIssueType(String id,
String name,
Long sequence,
String style,
String description,
String iconurl)
Updates an existing issueType. |
void |
DefaultConstantsManager.updateIssueType(String id,
String name,
Long sequence,
String style,
String description,
String iconurl)
|
void |
SubTaskManager.updateSubTaskIssueType(String id,
String name,
Long sequence,
String description,
String iconurl)
|
void |
DefaultSubTaskManager.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(org.ofbiz.core.entity.GenericValue issue)
Deprecated. use #getAttachments(Issue) instead. Since v4.0 |
List<Attachment> |
AttachmentManager.getAttachments(Issue issue)
Get a list of all attachments for a certain issue. |
List<Attachment> |
AttachmentManager.getAttachments(Issue issue,
Comparator<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 |
SubscriptionManager.updateSubscription(User user,
Long subscriptionId,
Map fields,
org.quartz.Trigger trigger)
Deprecated. Should use the method with an explicit list of fields |
void |
DefaultSubscriptionManager.updateSubscription(User u,
Long subId,
Map fields,
org.quartz.Trigger trigger)
Deprecated. |
void |
SubscriptionManager.updateSubscription(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)
|
void |
DefaultSubscriptionManager.updateSubscription(User user,
Long subscriptionId,
String groupName,
org.quartz.Trigger trigger,
Boolean emailOnEmpty)
|
void |
DefaultSubscriptionManager.updateSubscription(com.atlassian.crowd.embedded.api.User user,
Long subId,
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 |
DisabledThumbNailManager.isThumbnailable(Attachment attachment)
|
boolean |
DefaultThumbnailManager.isThumbnailable(Attachment attachment)
|
| Uses of DataAccessException in com.atlassian.jira.issue.watchers |
|---|
| Methods in com.atlassian.jira.issue.watchers that throw DataAccessException | |
|---|---|
List<String> |
WatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
Retrieve the list of usernames of users watching the given issue |
List<String> |
DefaultWatcherManager.getCurrentWatcherUsernames(org.ofbiz.core.entity.GenericValue issue)
|
List<String> |
WatcherManager.getCurrentWatcherUsernames(Issue issue)
Retrieve the list of usernames of users watching the given issue |
List<String> |
DefaultWatcherManager.getCurrentWatcherUsernames(Issue issue)
|
| Uses of DataAccessException in com.atlassian.jira.ofbiz |
|---|
| Methods in com.atlassian.jira.ofbiz that throw DataAccessException | |
|---|---|
int |
OfBizDelegator.bulkCopyColumnValuesByAnd(String entityName,
Map updateColumns,
Map criteria)
This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map. |
int |
OfBizDelegator.bulkUpdateByAnd(String entityName,
Map updateValues,
Map criteria)
This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map. |
int |
OfBizDelegator.bulkUpdateByPrimaryKey(String entityName,
Map<String,?> updateValues,
List<Long> keys)
This can be used to perform an update on the entityName of all the rows identified by the keys with the values stored in the updateValues. |
org.ofbiz.core.entity.GenericValue |
OfBizEntityCreator.createValue(String entity,
Map params)
Deprecated. |
org.ofbiz.core.entity.GenericValue |
OfBizDelegator.createValue(String entityName,
Map<String,Object> fields)
Creates a new GenericValue, and persists it. |
List<org.ofbiz.core.entity.GenericValue> |
OfBizDelegator.findAll(String s)
|
List<org.ofbiz.core.entity.GenericValue> |
DefaultOfBizDelegator.findAll(String s,
List sortOrder)
|
List<org.ofbiz.core.entity.GenericValue> |
OfBizDelegator.findAll(String s,
List<String> orderBy)
|
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,
List<org.ofbiz.core.entity.EntityCondition> expressions)
|
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<org.ofbiz.core.entity.GenericValue> |
OfBizDelegator.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.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> |
OfBizDelegator.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<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.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 |
OfBizDelegator.removeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
|
void |
DefaultOfBizDelegator.removeAll(List<org.ofbiz.core.entity.GenericValue> genericValues)
|
int |
DefaultOfBizDelegator.removeByAnd(String s,
Map map)
|
int |
OfBizDelegator.removeByAnd(String s,
Map<String,?> map)
|
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.removeByOr(String entityName,
String entityId,
List<Long> ids)
|
int |
OfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
|
int |
DefaultOfBizDelegator.removeValue(org.ofbiz.core.entity.GenericValue value)
|
void |
OfBizDelegator.store(org.ofbiz.core.entity.GenericValue gv)
|
void |
DefaultOfBizDelegator.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 | |
|---|---|
org.ofbiz.core.entity.GenericValue |
ProjectManager.getComponent(org.ofbiz.core.entity.GenericValue project,
String name)
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0. |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getComponent(Long id)
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0. |
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getComponents(org.ofbiz.core.entity.GenericValue project)
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0. |
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getComponents(List<Long> ids)
Deprecated. Use ProjectComponentManager.getComponents(java.util.List) instead. Deprecated since v4.0. |
long |
ProjectManager.getNextId(org.ofbiz.core.entity.GenericValue project)
Deprecated. Use ProjectManager.getNextId(Project) instead. Deprecated since v4.0. |
long |
ProjectManager.getNextId(Project project)
Get the next issue ID from this project (transactional). |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProject(org.ofbiz.core.entity.GenericValue issue)
Deprecated. Use Issue.getProjectObject() instead. Deprecated since v4.0. |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProject(Long id)
Deprecated. please use ProjectManager.getProjectObj(java.lang.Long) |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectByKey(String key)
Deprecated. please use the ProjectManager.getProjectObjByKey(java.lang.String) method to return a Project object |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectByName(String name)
Deprecated. Please use ProjectManager.getProjectObjByName(java.lang.String) instead. Deprecated since v4.0. |
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getProjectCategories()
Get all ProjectCategories. |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectCategory(Long id)
Returns a single project category by id. |
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectCategoryByName(String projectCategoryName)
Find a project category by name. |
org.ofbiz.core.entity.GenericValue |
AbstractProjectManager.getProjectCategoryByName(String projectCategoryName)
|
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectCategoryByNameIgnoreCase(String projectCategoryName)
Find a project category by name ignoring the case of the category name. |
org.ofbiz.core.entity.GenericValue |
AbstractProjectManager.getProjectCategoryByNameIgnoreCase(String projectCategoryName)
|
org.ofbiz.core.entity.GenericValue |
ProjectManager.getProjectCategoryFromProject(org.ofbiz.core.entity.GenericValue project)
Returns a project's category. |
Project |
ProjectManager.getProjectObj(Long id)
Retrieves a single Project by its id. |
List<Project> |
ProjectManager.getProjectObjects()
Return all Projects ordered by name. |
List<Project> |
DefaultProjectManager.getProjectObjects()
|
Collection<Project> |
ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
Returns a list of projects in a particular category. |
Collection<Project> |
ProjectManager.getProjectObjectsWithNoCategory()
Returns a list of projects without project category, sorted by project name |
Collection<Project> |
DefaultProjectManager.getProjectObjectsWithNoCategory()
|
Collection<Project> |
CachingProjectManager.getProjectObjectsWithNoCategory()
|
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getProjects()
Deprecated. Use ProjectManager.getProjectObjects() instead. Deprecated in v4.0. |
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getProjectsFromProjectCategory(org.ofbiz.core.entity.GenericValue projectCategory)
Returns a list of projects in a particular category. |
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getProjectsWithNoCategory()
Returns a list of projects without project category, sorted by project name |
void |
ProjectManager.refreshProjectDependencies(org.ofbiz.core.entity.GenericValue project)
This will refresh the dependencies of a project. |
void |
ProjectManager.setProjectCategory(org.ofbiz.core.entity.GenericValue project,
org.ofbiz.core.entity.GenericValue category)
Sets a projects category. |
void |
ProjectManager.updateProject(org.ofbiz.core.entity.GenericValue updatedProject)
Deprecated. Use ProjectManager.updateProject(Project, String, String, String, String, Long) instead |
void |
ProjectManager.updateProjectCategory(org.ofbiz.core.entity.GenericValue projectCat)
Persist an updated project category. |
| Uses of DataAccessException in com.atlassian.jira.scheme |
|---|
| Methods in com.atlassian.jira.scheme that throw DataAccessException | |
|---|---|
void |
AbstractSchemeManager.addDefaultSchemeToProject(Project project)
|
void |
SchemeManager.addSchemeToProject(Project project,
Scheme scheme)
|
void |
AbstractSchemeManager.addSchemeToProject(Project project,
Scheme scheme)
Adds a scheme to a particular project |
Scheme |
SchemeManager.createSchemeAndEntities(Scheme scheme)
|
Scheme |
AbstractSchemeManager.createSchemeAndEntities(Scheme scheme)
|
void |
AbstractSchemeManager.deleteEntity(Long id)
Deletes an entity with the given id from the database. |
List<Scheme> |
SchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
|
List<Scheme> |
AbstractSchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
Gets all associated schemes of a certain type in the database. |
List<Project> |
SchemeManager.getProjects(Scheme scheme)
|
List<Project> |
AbstractSchemeManager.getProjects(Scheme scheme)
Gets all projects that are associated with that scheme |
Scheme |
DefaultSchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
|
org.ofbiz.core.entity.GenericValue |
AbstractSchemeManager.getScheme(String name)
Deprecated. use AbstractSchemeManager.getSchemeObject(String) |
Scheme |
AbstractSchemeAwareAction.getSchemeObject()
|
Scheme |
SchemeManager.getSchemeObject(Long id)
Gets a scheme by id from the database. |
Scheme |
AbstractSchemeManager.getSchemeObject(Long id)
Gets the given scheme by id from the underlying permanent store. |
Scheme |
SchemeManager.getSchemeObject(String name)
Gets a scheme by name from the database. |
Scheme |
AbstractSchemeManager.getSchemeObject(String name)
Gets the given scheme by name from the underlying permanent store. |
List<Scheme> |
SchemeManager.getSchemeObjects()
Gets all scheme objects in the database. |
List<Scheme> |
AbstractSchemeManager.getSchemeObjects()
|
List<org.ofbiz.core.entity.GenericValue> |
AbstractSchemeManager.getSchemes()
Gets all the Schemes (of the type defined by the subclass) from the database. |
List<Scheme> |
DefaultSchemeFactory.getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
|
List<Scheme> |
SchemeManager.getUnassociatedSchemes()
Will return all @link Scheme objects that are not currently associated with any projects. |
List<Scheme> |
AbstractSchemeManager.getUnassociatedSchemes()
|
void |
SchemeManager.removeSchemesFromProject(Project project)
|
void |
AbstractSchemeManager.removeSchemesFromProject(Project project)
Removes all schemes from a project |
void |
SchemeManager.updateScheme(Scheme scheme)
|
void |
AbstractSchemeManager.updateScheme(Scheme scheme)
Updates any changes to the scheme object. |
| Uses of DataAccessException in com.atlassian.jira.scheme.distiller |
|---|
| Methods in com.atlassian.jira.scheme.distiller that throw DataAccessException | |
|---|---|
Scheme |
SchemeDistillerImpl.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
|
Scheme |
SchemeDistiller.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
This method will persist the result of the 'distilling' operation. |
| Uses of DataAccessException in com.atlassian.jira.security.roles |
|---|
| Methods in com.atlassian.jira.security.roles that throw DataAccessException | |
|---|---|
ProjectRole |
ProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
|
ProjectRole |
OfBizProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
|
ProjectRole |
CachingProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
|
void |
ProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
OfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
CachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
ProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
|
void |
OfBizProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
|
void |
CachingProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
|
Collection<ProjectRole> |
ProjectRoleAndActorStore.getAllProjectRoles()
|
Collection<ProjectRole> |
OfBizProjectRoleAndActorStore.getAllProjectRoles()
|
Collection<ProjectRole> |
CachingProjectRoleAndActorStore.getAllProjectRoles()
|
DefaultRoleActors |
ProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
|
DefaultRoleActors |
OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
|
DefaultRoleActors |
CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
|
Collection<Long> |
ProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name,
String type)
|
Collection<Long> |
OfBizProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name,
String type)
|
Collection<Long> |
CachingProjectRoleAndActorStore.getProjectIdsContainingRoleActorByNameAndType(String name,
String type)
|
Map<Long,List<String>> |
ProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName)
|
Map<Long,List<String>> |
OfBizProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName)
|
Map<Long,List<String>> |
CachingProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName)
|
ProjectRole |
ProjectRoleAndActorStore.getProjectRole(Long id)
|
ProjectRole |
OfBizProjectRoleAndActorStore.getProjectRole(Long id)
|
ProjectRole |
CachingProjectRoleAndActorStore.getProjectRole(Long id)
|
ProjectRoleActors |
ProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId,
Long projectId)
|
ProjectRoleActors |
OfBizProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId,
Long projectId)
|
ProjectRoleActors |
CachingProjectRoleAndActorStore.getProjectRoleActors(Long projectRoleId,
Long projectId)
|
ProjectRole |
ProjectRoleAndActorStore.getProjectRoleByName(String name)
|
ProjectRole |
OfBizProjectRoleAndActorStore.getProjectRoleByName(String name)
|
ProjectRole |
CachingProjectRoleAndActorStore.getProjectRoleByName(String name)
|
void |
ProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name,
String type)
|
void |
OfBizProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name,
String type)
|
void |
CachingProjectRoleAndActorStore.removeAllRoleActorsByNameAndType(String name,
String type)
|
void |
ProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
OfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
CachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
List<Long> |
ProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter)
|
List<Long> |
OfBizProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter)
|
List<Long> |
CachingProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter)
|
void |
ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
|
void |
OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
|
void |
CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
|
void |
ProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
|
void |
OfBizProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
|
void |
CachingProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
|
void |
ProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
|
void |
OfBizProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
|
void |
CachingProjectRoleAndActorStore.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
|
| Uses of DataAccessException in com.atlassian.jira.upgrade.tasks |
|---|
| Methods in com.atlassian.jira.upgrade.tasks that throw DataAccessException | |
|---|---|
void |
UpgradeTask_Build257.doUpgrade()
Runs the core task which is to create the new Issue Worklog Edited and Issue Worklog Deleted event type and update the eventTypeManager with this change |
void |
UpgradeTask_Build205.doUpgrade()
Runs the core task which is to create the new Issue Comment Edited event type and update the eventTypeManager with this change |
| Uses of DataAccessException in com.atlassian.jira.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 org.ofbiz.core.entity.GenericValue |
JiraEntityUtils.getProject(org.ofbiz.core.entity.GenericValue entity)
This method will return the project relevant to a given entity. |
| 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 File |
ViewAttachmentServlet.getFileName(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the file of the attachment. |
protected abstract File |
AbstractViewFileServlet.getFileName(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets the attachment file (not the file name) that corresponds to the requested attachment. |
protected boolean |
ViewAttachmentServlet.hasPermissionToViewAttachment(String username,
Attachment attachment)
Checks if the given user had permission to see the attachemnt. |
protected abstract void |
AbstractViewFileServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets any required headers on the http response. |
| Uses of DataAccessException in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that throw DataAccessException | |
|---|---|
JiraWorkflow |
OfBizDraftWorkflowStore.createDraftWorkflow(String authorName,
JiraWorkflow parentWorkflow)
|
JiraWorkflow |
DraftWorkflowStore.createDraftWorkflow(String authorName,
JiraWorkflow parentWorkflow)
Creates a temporary workflow linked back to the named active workflow by id. |
JiraWorkflow |
CachingDraftWorkflowStore.createDraftWorkflow(String authorName,
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 |
OfBizWorkflowDescriptorStore.saveWorkflow(String name,
com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor,
boolean replace)
|
boolean |
CachingWorkflowDescriptorStore.saveWorkflow(String name,
com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor,
boolean replace)
|
JiraWorkflow |
OfBizDraftWorkflowStore.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 |
CachingDraftWorkflowStore.updateDraftWorkflow(String username,
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)
|
| Uses of DataAccessException in com.atlassian.jira.workflow.condition |
|---|
| Methods in com.atlassian.jira.workflow.condition that throw DataAccessException | |
|---|---|
protected Issue |
AbstractJiraCondition.getIssue(Map transientVars)
This method retrieves the original (unmodified) issue object that will be examined for the condition check. |
| Uses of DataAccessException in com.atlassian.jira.workflow.function.issue |
|---|
| Methods in com.atlassian.jira.workflow.function.issue that throw DataAccessException | |
|---|---|
protected MutableIssue |
AbstractJiraFunctionProvider.getIssue(Map transientVars)
This method retrieves the (potentially modified) issue object that is being transitioned through workflow. |
| Uses of DataAccessException in com.atlassian.jira.workflow.migration |
|---|
| Methods in com.atlassian.jira.workflow.migration that throw DataAccessException | |
|---|---|
protected Issue |
AbstractWorkflowMigrationHelper.retrieveIssueObject(Long issueId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||