|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 ProjectConverter
project
- Project to convert
public String getString(org.ofbiz.core.entity.GenericValue project)
ProjectConverter
getString
in interface ProjectConverter
project
- Project to convert
public Project getProjectObject(String stringValue) throws FieldValidationException
ProjectConverter
getProjectObject
in interface ProjectConverter
stringValue
- the String representation.
FieldValidationException
- if we are unable to convert the String representation.public Project getProjectObject(Long projectId) throws FieldValidationException
ProjectConverter
getProjectObject
in interface ProjectConverter
projectId
- 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 ProjectConverter
stringValue
- 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 ProjectConverter
projectId
- 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 |