|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DoubleConverter.getDouble(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 |
GroupConverter.getGroupObject(String stringValue)
Deprecated. Use GroupConverter.getGroup(String) instead. Since v5.0. |
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 |
DateConverter.getTimestamp(String stringValue)
|
Timestamp |
DatePickerConverter.getTimestamp(String stringValue)
|
Timestamp |
DateTimeConverter.getTimestamp(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 |
UserConverter.getUserEvenWhenUnknown(String stringValue)
Deprecated. Use UserConverter.getUserFromDbString(String) instead. Since v6.0. |
ApplicationUser |
UserConverter.getUserFromHttpParameterWithValidation(String stringValue)
Get the User Object from its presentation string representation. |
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 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. |
Object |
TextCFType.getSingularObjectFromString(String string)
Deprecated. |
String |
GenericTextCFType.getSingularObjectFromString(String string)
|
T |
AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams)
|
T |
CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters)
|
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 | |
---|---|
String |
BulkEditBean.getCustomFieldView(CustomField customField)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |