|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.customfields.converters.ProjectConverterImpl
public class ProjectConverterImpl
| Constructor Summary | |
|---|---|
ProjectConverterImpl(ProjectManager projectManager)
|
|
| Method Summary | |
|---|---|
org.ofbiz.core.entity.GenericValue |
getProject(Long projectId)
Get the Project for the given ID. |
org.ofbiz.core.entity.GenericValue |
getProject(String stringValue)
Get the Project that this String value represents. |
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)
Get the String value that represents the given Project. |
String |
getString(Project project)
Get the String value that represents the given Project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectConverterImpl(ProjectManager projectManager)
| Method Detail |
|---|
public String getString(Project project)
ProjectConverter
getString in interface ProjectConverterproject - Project to convert
public String getString(org.ofbiz.core.entity.GenericValue project)
ProjectConverter
getString in interface ProjectConverterproject - Project to convert
public Project getProjectObject(String stringValue)
throws FieldValidationException
ProjectConverter
getProjectObject in interface ProjectConverterstringValue - the String representation.
FieldValidationException - if we are unable to convert the String representation.
public Project getProjectObject(Long projectId)
throws FieldValidationException
ProjectConverter
getProjectObject in interface ProjectConverterprojectId - the Project ID.
FieldValidationException - if the Project ID is invalid.
public org.ofbiz.core.entity.GenericValue getProject(String stringValue)
throws FieldValidationException
ProjectConverter
getProject in interface ProjectConverterstringValue - the String representation.
FieldValidationException - if we are unable to convert the String representation.
public org.ofbiz.core.entity.GenericValue getProject(Long projectId)
throws FieldValidationException
ProjectConverter
getProject in interface ProjectConverterprojectId - the Project ID.
FieldValidationException - if the Project ID is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||