|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Internal public interface ProjectConverter
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.0
project
- Project to convert
Project 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.0
stringValue
- 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.0
projectId
- the Project ID.
FieldValidationException
- if the Project ID is invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |