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.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)
          Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3
 com.atlassian.crowd.embedded.api.Group GroupConverter.getGroupObject(String stringValue)
          Get the Group Object from the group name
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(Long projectId)
          Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(String stringValue)
          Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
 Project ProjectConverter.getProjectObject(Long projectId)
          Get the Project for the given ID.
 Project ProjectConverter.getProjectObject(String stringValue)
          Get the Project that this String value represents.
 Timestamp DateTimeConverter.getTimestamp(String stringValue)
           
 Timestamp DateConverter.getTimestamp(String stringValue)
           
 Timestamp DatePickerConverter.getTimestamp(String stringValue)
           
 User UserConverter.getUser(String stringValue)
          Deprecated. Use UserConverter.getUserObject(String stringValue). Since 4.3
 com.atlassian.crowd.embedded.api.User UserConverter.getUserObject(String stringValue)
          Get the User Object from the user name
 

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

Methods in com.atlassian.jira.issue.customfields.impl that throw FieldValidationException
protected  Object StringCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Object NumberCFType.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
 Object TextCFType.getSingularObjectFromString(String string)
           
 Object NumberCFType.getSingularObjectFromString(String string)
           
 Object CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Object AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 

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.
 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.
 

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

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.