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
 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
 Double DoubleConverter.getDouble(String stringValue)
           
 Group GroupConverter.getGroup(String stringValue)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(Long projectId)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(String stringValue)
           
 Timestamp DateConverter.getTimestamp(String stringValue)
           
 Timestamp DateTimeConverter.getTimestamp(String stringValue)
           
 Timestamp DatePickerConverter.getTimestamp(String stringValue)
           
 Timestamp DateTimePickerConverter.getTimestamp(String stringValue)
           
 User UserConverter.getUser(String stringValue)
           
 

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

Methods in com.atlassian.jira.issue.customfields.impl that throw FieldValidationException
protected  Object DateCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Object StringCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Object ProjectCFType.getObjectFromDbValue(Object databaseValue)
           
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
protected  Object DateTimeCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Object NumberCFType.getObjectFromDbValue(Object databaseValue)
           
 Object SelectCFType.getSingularObjectFromString(String string)
           
 Object UserCFType.getSingularObjectFromString(String string)
           
 Object DateCFType.getSingularObjectFromString(String string)
           
 Object CascadingSelectCFType.getSingularObjectFromString(String string)
           
 Object MultiGroupCFType.getSingularObjectFromString(String s)
           
 Object ProjectCFType.getSingularObjectFromString(String string)
           
 Object URLCFType.getSingularObjectFromString(String string)
           
 Object DateTimeCFType.getSingularObjectFromString(String string)
           
 Object MultiSelectCFType.getSingularObjectFromString(String string)
           
 Object MultiUserCFType.getSingularObjectFromString(String s)
           
 Object NumberCFType.getSingularObjectFromString(String string)
           
 Object VersionCFType.getSingularObjectFromString(String string)
           
 Object TextCFType.getSingularObjectFromString(String string)
           
 Object UserCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Object CascadingSelectCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Object MultiGroupCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Object MultiSelectCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object MultiUserCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object VersionCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 

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

Methods in com.atlassian.jira.issue.customfields.searchers that throw FieldValidationException
protected  SearchParameter SelectSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ExactNumberSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter UserPickerSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ExactTextSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter ProjectSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected abstract  SearchParameter AbstractSingleValueSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter GroupPickerSearcher.makeSearchParameter(CustomField field, String paramValue, String paramPrefix)
           
protected  SearchParameter TextSearcher.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
 Object OrderableField.getValueFromParams(Map params)
          Get a field value from the map of parameters passed.
 Object CommentSystemField.getValueFromParams(Map params)
           
 Object AttachmentSystemField.getValueFromParams(Map params)
           
 Object CustomFieldImpl.getValueFromParams(Map params)
           
 void PrioritySystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ProjectSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AssigneeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueTypeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 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 TimeTrackingSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void CommentSystemField.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)
           
 void ReporterSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AttachmentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ComponentsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.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-2008 Atlassian. All Rights Reserved.