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

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.converters.SelectConverterImpl
All Implemented Interfaces:
SelectConverter

public class SelectConverterImpl
extends Object
implements SelectConverter


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.customfields.converters.SelectConverter
ALL_LONG, ALL_STRING
 
Constructor Summary
SelectConverterImpl(OptionsManager optionsManager)
           
 
Method Summary
 String getObject(String stringValue)
           
 SearchContext getPossibleSearchContextFromValue(Object value, CustomField customField)
           
 String getString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectConverterImpl

public SelectConverterImpl(OptionsManager optionsManager)
Method Detail

getString

public String getString(Object value)
Specified by:
getString in interface SelectConverter

getObject

public String getObject(String stringValue)
Specified by:
getObject in interface SelectConverter

getPossibleSearchContextFromValue

public SearchContext getPossibleSearchContextFromValue(Object value,
                                                       CustomField customField)
Specified by:
getPossibleSearchContextFromValue in interface SelectConverter


Copyright © 2002-2012 Atlassian. All Rights Reserved.