|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DoubleConverterImpl.getDouble(String stringValue)
|
Double |
DoubleConverter.getDouble(String stringValue)
|
Group |
GroupConverterImpl.getGroup(String stringValue)
|
Group |
GroupConverter.getGroup(String stringValue)
Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3 |
com.atlassian.crowd.embedded.api.Group |
GroupConverterImpl.getGroupObject(String stringValue)
|
com.atlassian.crowd.embedded.api.Group |
GroupConverter.getGroupObject(String stringValue)
Get the Group Object from the group name |
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 |
DateTimePickerConverter.getTimestamp(String stringValue)
|
Timestamp |
DateTimeConverterImpl.getTimestamp(String stringValue)
|
Timestamp |
DateTimeConverter.getTimestamp(String stringValue)
|
Timestamp |
DatePickerConverterImpl.getTimestamp(String stringValue)
|
Timestamp |
DatePickerConverter.getTimestamp(String stringValue)
|
Timestamp |
DateConverter.getTimestamp(String stringValue)
|
User |
UserConverterImpl.getUser(String stringValue)
|
User |
UserConverter.getUser(String stringValue)
Deprecated. Use UserConverter.getUserObject(String stringValue). Since 4.3 |
com.atlassian.crowd.embedded.api.User |
UserConverterImpl.getUserObject(String stringValue)
|
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 |
|---|
| 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 |
WorklogSystemField.getValueFromParams(Map params)
|
Object |
CustomFieldImpl.getValueFromParams(Map params)
|
Object |
CommentSystemField.getValueFromParams(Map params)
|
Object |
AttachmentSystemField.getValueFromParams(Map params)
|
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 |
WorklogSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
void |
TimeTrackingSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
This is called by Jelly code to map a value into a field values holder. |
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)
|
void |
LabelsSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
void |
IssueTypeSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
void |
DueDateSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
void |
ComponentsSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
void |
CommentSystemField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue)
|
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 | |
|---|---|
abstract String |
BulkEditBean.getCustomFieldView(CustomField customField)
|
String |
BulkEditBeanImpl.getCustomFieldView(CustomField customField)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||