Uses of Class
com.atlassian.jira.issue.fields.FieldException

Packages that use FieldException
com.atlassian.jira.issue.fields   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.enterprise   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
 

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

Methods in com.atlassian.jira.issue.fields that throw FieldException
 Set FieldManager.getAvailableCustomFieldsWithScope(User remoteUser, List projectIds, List issueTypes)
           
 Set FieldManager.getAvailableNavigableFieldsWithScope(User user, List projectIds, List issueTypes)
           
 Set FieldManager.getAvailableCustomFields(User remoteUser, org.ofbiz.core.entity.GenericValue issue)
           
 Set FieldManager.getAllAvailableNavigableFields()
           
 Set FieldManager.getAvailableNavigableFields(User remoteUser)
           
 Set DefaultFieldManager.getAllAvailableNavigableFields()
          Returns a set of Fields that are NOT hidden in AT LEAST ONE project in the system.
 Set DefaultFieldManager.getAvailableNavigableFields(User remoteUser)
          Returns a set of Fields that are NOT hidden in AT LEAST ONE project that the remote user can see (has Permissions.BROWSE permission for).
 Set DefaultFieldManager.getAvailableNavigableFieldsWithScope(User remoteUser, List projectIds, List issueTypes)
          Returns a set of Fields that are NOT hidden in AT LEAST ONE project that the remote user can see (has Permissions.BROWSE permission for).
 Set DefaultFieldManager.getAvailableCustomFields(User remoteUser, org.ofbiz.core.entity.GenericValue issue)
          Retrieves custom fields in scope for the given issue
 Set DefaultFieldManager.getAvailableCustomFieldsWithScope(User remoteUser, List projectIds, List issueTypes)
          Returns a set of CustomFields that are in scope
 

Uses of FieldException in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that throw FieldException
protected abstract  List AbstractViewIssueColumns.getAvailableNavigatableFields()
           
 

Uses of FieldException in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that throw FieldException
protected  List ViewIssueColumns.getAvailableNavigatableFields()
           
 

Uses of FieldException in com.atlassian.jira.web.action.admin.enterprise
 

Methods in com.atlassian.jira.web.action.admin.enterprise that throw FieldException
protected  List ViewSearchRequestIssueColumns.getAvailableNavigatableFields()
           
 

Uses of FieldException in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that throw FieldException
 Set ViewIssue.getValidCustomFields()
          Used for XML view of an issue
 Set IssueNavigator.getValidCustomFields(org.ofbiz.core.entity.GenericValue issue)
           
 Set IssueNavigator.getValidCustomFields(Issue issue)
           
 

Uses of FieldException in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that throw FieldException
protected  List ViewUserIssueColumns.getAvailableNavigatableFields()
           
 

Uses of FieldException in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component that throw FieldException
 IssueTableLayoutBean TableLayoutFactory.getLinkedIssuesLayout(User user, ColumnLayoutItem columnLayoutItem)
           
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.