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

Packages that use FieldValidationException
com.atlassian.jira.action.issue.customfields   
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.action.issue.customfields
 

Methods in com.atlassian.jira.action.issue.customfields that throw FieldValidationException
 Object MockCustomFieldType.getSingularObjectFromString(String string)
           
 Object MockCustomFieldType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 

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

Methods in com.atlassian.jira.issue.customfields that throw FieldValidationException
 S CustomFieldType.getSingularObjectFromString(String string)
          Returns a Singular Object, given the string value as passed by the presentation tier.
 T CustomFieldType.getValueFromCustomFieldParams(CustomFieldParams parameters)
          Retrieves the Transport 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 DoubleConverterImpl.getDouble(String stringValue)
           
 Double DoubleConverter.getDouble(String stringValue)
           
 com.atlassian.crowd.embedded.api.Group GroupConverterImpl.getGroup(String stringValue)
           
 com.atlassian.crowd.embedded.api.Group GroupConverter.getGroup(String stringValue)
          Get the Group Object from the group name
 com.atlassian.crowd.embedded.api.Group GroupConverterImpl.getGroupObject(String stringValue)
           
 com.atlassian.crowd.embedded.api.Group GroupConverter.getGroupObject(String stringValue)
          Deprecated. Use GroupConverter.getGroup(String) instead. Since v5.0.
 org.ofbiz.core.entity.GenericValue ProjectConverterImpl.getProject(Long projectId)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(Long projectId)
          Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
 org.ofbiz.core.entity.GenericValue ProjectConverterImpl.getProject(String stringValue)
           
 org.ofbiz.core.entity.GenericValue ProjectConverter.getProject(String stringValue)
          Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
 Project ProjectConverterImpl.getProjectObject(Long projectId)
           
 Project ProjectConverter.getProjectObject(Long projectId)
          Get the Project for the given ID.
 Project ProjectConverterImpl.getProjectObject(String stringValue)
           
 Project ProjectConverter.getProjectObject(String stringValue)
          Get the Project that this String value represents.
 Timestamp DatePickerConverterImpl.getTimestamp(String stringValue)
           
 Timestamp DateTimePickerConverter.getTimestamp(String stringValue)
           
 Timestamp DateTimeConverterImpl.getTimestamp(String stringValue)
           
 Timestamp DateConverter.getTimestamp(String stringValue)
           
 Timestamp DatePickerConverter.getTimestamp(String stringValue)
           
 Timestamp DateTimeConverter.getTimestamp(String stringValue)
           
 com.atlassian.crowd.embedded.api.User UserConverterImpl.getUser(String stringValue)
           
 com.atlassian.crowd.embedded.api.User UserConverter.getUser(String stringValue)
          Deprecated. Use UserConverter.getUserFromDbString(String) instead. Since v6.0.
 com.atlassian.crowd.embedded.api.User UserConverterImpl.getUserEvenWhenUnknown(String stringValue)
           
 com.atlassian.crowd.embedded.api.User UserConverter.getUserEvenWhenUnknown(String stringValue)
          Deprecated. Use UserConverter.getUserFromDbString(String) instead. Since v6.0.
 ApplicationUser UserConverterImpl.getUserFromHttpParameterWithValidation(String stringValue)
           
 ApplicationUser UserConverter.getUserFromHttpParameterWithValidation(String stringValue)
          Get the User Object from its presentation string representation.
 com.atlassian.crowd.embedded.api.User UserConverterImpl.getUserObject(String stringValue)
           
 com.atlassian.crowd.embedded.api.User UserConverter.getUserObject(String stringValue)
          Deprecated. Use UserConverter.getUser(String) instead. Since v5.0.
 

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

Methods in com.atlassian.jira.issue.customfields.impl that throw FieldValidationException
protected  Date DateCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Date DateTimeCFType.getObjectFromDbValue(Object databaseValue)
           
protected  ApplicationUser UserCFType.getObjectFromDbValue(Object databaseValue)
           
protected  org.ofbiz.core.entity.GenericValue ProjectCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Option SelectCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Double NumberCFType.getObjectFromDbValue(Object databaseValue)
           
protected  String GenericTextCFType.getObjectFromDbValue(Object databaseValue)
           
protected abstract  T AbstractSingleFieldType.getObjectFromDbValue(Object databaseValue)
          Returns the Transport Object for the given Custom Field value as represented by the value stored in the database
protected  Object StringCFType.getObjectFromDbValue(Object databaseValue)
          Deprecated.  
 Date DateCFType.getSingularObjectFromString(String string)
           
 String URLCFType.getSingularObjectFromString(String string)
           
 Date DateTimeCFType.getSingularObjectFromString(String string)
           
 ApplicationUser UserCFType.getSingularObjectFromString(String string)
           
 com.atlassian.crowd.embedded.api.Group MultiGroupCFType.getSingularObjectFromString(String s)
           
 Version VersionCFType.getSingularObjectFromString(String string)
           
 ApplicationUser MultiUserCFType.getSingularObjectFromString(String s)
           
 Label LabelsCFType.getSingularObjectFromString(String string)
           
 Option CascadingSelectCFType.getSingularObjectFromString(String string)
           
 org.ofbiz.core.entity.GenericValue ProjectCFType.getSingularObjectFromString(String string)
           
 Option SelectCFType.getSingularObjectFromString(String string)
           
 Double NumberCFType.getSingularObjectFromString(String string)
           
 Option MultiSelectCFType.getSingularObjectFromString(String string)
           
 Object TextCFType.getSingularObjectFromString(String string)
          Deprecated.  
 String GenericTextCFType.getSingularObjectFromString(String string)
           
 ApplicationUser UserCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Collection<com.atlassian.crowd.embedded.api.Group> MultiGroupCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Collection<Version> VersionCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Collection<ApplicationUser> MultiUserCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 Set<Label> LabelsCFType.getValueFromCustomFieldParams(CustomFieldParams customFieldParams)
           
 Map<String,Option> CascadingSelectCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 Collection<Option> MultiSelectCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 T CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
           
 T AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
           
 

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

Methods in com.atlassian.jira.issue.fields that throw FieldValidationException
 Object MockOrderableField.getValueFromParams(Map params)
           
 Object MockCustomField.getValueFromParams(Map params)
           
 Object CommentSystemField.getValueFromParams(Map params)
           
 Object AttachmentSystemField.getValueFromParams(Map params)
           
 Object CustomFieldImpl.getValueFromParams(Map params)
           
 Object WorklogSystemField.getValueFromParams(Map params)
           
 Object OrderableField.getValueFromParams(Map params)
          Get a field value from the map of parameters passed.
 void AbstractTextSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void LabelsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void TimeTrackingSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void PrioritySystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueTypeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ReporterSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueLinksSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void CommentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractVersionsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AttachmentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ComponentsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ProjectSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AssigneeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void WorklogSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void OrderableField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
 void MockOrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void MockCustomField.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 BulkEditBeanImpl.getCustomFieldView(CustomField customField)
           
 String BulkEditBean.getCustomFieldView(CustomField customField)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.