Uses of Class
com.atlassian.jira.issue.customfields.impl.FieldValidationException

Packages that use FieldValidationException
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.converters   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.fields   
com.atlassian.jira.web.bean   
 

Uses of FieldValidationException in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields that throw FieldValidationException
static Map CustomFieldUtils.parseCustomFieldValuesFromActionParams(Map actionParameters, List customFields)
          Parses action paramaters (Map of Collections of Strings with [:]> as key)
 Object CustomFieldType.getSingularObjectFromString(String string)
          Returns a Singular Object, given the string value as passed by the presentation tier.
 Object CustomFieldType.getValueFromCustomFieldParams(CustomFieldParams parameters)
          Retrieves the Object representing the CustomField value instance from the CustomFieldParams of Strings.
 

Uses of FieldValidationException in com.atlassian.jira.issue.customfields.converters
 

Methods in com.atlassian.jira.issue.customfields.converters that throw FieldValidationException
 User UserConverter.getUser(String stringValue)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(String stringValue)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(Long projectId)
           
 Group GroupConverter.getGroup(String stringValue)
           
 Double DoubleConverter.getDouble(String stringValue)
           
 Timestamp DateTimePickerConverter.getTimestamp(String stringValue)
           
 Timestamp DateTimeConverter.getTimestamp(String stringValue)
           
 Timestamp DatePickerConverter.getTimestamp(String stringValue)
           
 Timestamp DateConverter.getTimestamp(String stringValue)
           
 

Uses of FieldValidationException in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that throw FieldValidationException
 Object VersionCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object VersionCFType.getSingularObjectFromString(String string)
           
 Object UserCFType.getSingularObjectFromString(String string)
           
 Object UserCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Object URLCFType.getSingularObjectFromString(String string)
           
 Object TextCFType.getSingularObjectFromString(String string)
           
protected  Object StringCFType.getObjectFromDbValue(Object databaseValue)
           
 Object SelectCFType.getSingularObjectFromString(String string)
           
protected  Object ProjectCFType.getObjectFromDbValue(Object databaseValue)
           
 Object ProjectCFType.getSingularObjectFromString(String string)
           
 Object NumberCFType.getSingularObjectFromString(String string)
           
protected  Object NumberCFType.getObjectFromDbValue(Object databaseValue)
           
 Object MultiUserCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object MultiUserCFType.getSingularObjectFromString(String s)
           
 Object MultiSelectCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object MultiSelectCFType.getSingularObjectFromString(String string)
           
 Object MultiGroupCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object MultiGroupCFType.getSingularObjectFromString(String s)
           
protected  Object DateTimeCFType.getObjectFromDbValue(Object databaseValue)
           
 Object DateTimeCFType.getSingularObjectFromString(String string)
           
protected  Object DateCFType.getObjectFromDbValue(Object databaseValue)
           
 Object DateCFType.getSingularObjectFromString(String string)
           
 Object CascadingSelectCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Object CascadingSelectCFType.getSingularObjectFromString(String string)
           
 Object CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
protected abstract  Object AbstractSingleFieldType.getObjectFromDbValue(Object databaseValue)
          Returns the Domain Object or GenericValue object representing the given Custom Field value as stored in the database
 

Uses of FieldValidationException in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers that throw FieldValidationException
protected  SearchParameter UserPickerSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter TextSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter SelectSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ProjectSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter GroupPickerSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ExactTextSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ExactNumberSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected abstract  SearchParameter AbstractSingleValueSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
 

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

Methods in com.atlassian.jira.issue.fields that throw FieldValidationException
 void TimeTrackingSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ReporterSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ProjectSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void PrioritySystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 Object OrderableField.getValueFromParams(Map params)
          Get a field value from the map of parameters passed.
 void OrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
          Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
 void IssueTypeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 Object CustomFieldImpl.getValueFromParams(Map params)
           
 void CustomFieldImpl.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ComponentsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 Object CommentSystemField.getValueFromParams(Map params)
           
 void CommentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 Object AttachmentSystemField.getValueFromParams(Map params)
           
 void AttachmentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AssigneeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractVersionsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractTextSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 

Uses of FieldValidationException in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that throw FieldValidationException
 String BulkEditBean.getCustomFieldView(CustomField customField)
           
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.