com.atlassian.jira.issue.customfields.converters
Class ProjectConverter

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.converters.ProjectConverter

public class ProjectConverter
extends Object


Constructor Summary
ProjectConverter(ProjectManager projectManager)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue getProject(Long projectId)
           
 org.ofbiz.core.entity.GenericValue getProject(String stringValue)
           
 String getString(org.ofbiz.core.entity.GenericValue project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConverter

public ProjectConverter(ProjectManager projectManager)
Method Detail

getString

public String getString(org.ofbiz.core.entity.GenericValue project)

getProject

public org.ofbiz.core.entity.GenericValue getProject(String stringValue)
                                              throws FieldValidationException
Throws:
FieldValidationException

getProject

public org.ofbiz.core.entity.GenericValue getProject(Long projectId)
                                              throws FieldValidationException
Throws:
FieldValidationException


Copyright © 2002-2007 Atlassian. All Rights Reserved.