@Internal
public interface ProjectConverter
| Modifier and Type | Method and Description |
|---|---|
org.ofbiz.core.entity.GenericValue |
getProject(Long projectId)
Deprecated.
- Use
getProjectObject(String). Deprecated since v4.0 |
org.ofbiz.core.entity.GenericValue |
getProject(String stringValue)
Deprecated.
- Use
getProjectObject(String). Deprecated since v4.0 |
Project |
getProjectObject(Long projectId)
Get the Project for the given ID.
|
Project |
getProjectObject(String stringValue)
Get the Project that this String value represents.
|
String |
getString(org.ofbiz.core.entity.GenericValue project)
Deprecated.
- Use
getString(com.atlassian.jira.project.Project). Deprecated since v4.0 |
String |
getString(Project project)
Get the String value that represents the given Project.
|
String getString(Project project)
project - Project to convert@Deprecated String getString(org.ofbiz.core.entity.GenericValue project)
getString(com.atlassian.jira.project.Project). Deprecated since v4.0project - Project to convertProject getProjectObject(String stringValue) throws FieldValidationException
stringValue - the String representation.FieldValidationException - if we are unable to convert the String representation.Project getProjectObject(Long projectId) throws FieldValidationException
projectId - the Project ID.FieldValidationException - if the Project ID is invalid.@Deprecated org.ofbiz.core.entity.GenericValue getProject(String stringValue) throws FieldValidationException
getProjectObject(String). Deprecated since v4.0stringValue - the String representation.FieldValidationException - if we are unable to convert the String representation.@Deprecated org.ofbiz.core.entity.GenericValue getProject(Long projectId) throws FieldValidationException
getProjectObject(String). Deprecated since v4.0projectId - the Project ID.FieldValidationException - if the Project ID is invalid.Copyright © 2002-2015 Atlassian. All Rights Reserved.