Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
DateTimeConverter.getTimestamp(String stringValue) |
Timestamp |
DatePickerConverter.getTimestamp(String stringValue) |
Timestamp |
DateConverter.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. |
Modifier and Type | Method and Description |
---|---|
protected Object |
StringCFType.getObjectFromDbValue(Object databaseValue)
Deprecated.
|
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
|
Object |
TextCFType.getSingularObjectFromString(String string)
Deprecated.
|
String |
GenericTextCFType.getSingularObjectFromString(String string) |
T |
CalculatedCFType.getValueFromCustomFieldParams(CustomFieldParams parameters) |
T |
AbstractSingleFieldType.getValueFromCustomFieldParams(CustomFieldParams relevantParams) |
Modifier and Type | Method and Description |
---|---|
Object |
OrderableField.getValueFromParams(Map params)
Get a field value from the map of parameters passed.
|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
BulkEditBean.getCustomFieldView(CustomField customField) |
Copyright © 2002-2014 Atlassian. All Rights Reserved.