com.atlassian.jira.issue.customfields.view
Class NullCustomFieldParams

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.view.NullCustomFieldParams
All Implemented Interfaces:
CustomFieldParams

public class NullCustomFieldParams
extends java.lang.Object
implements CustomFieldParams


Constructor Summary
NullCustomFieldParams()
           
 
Method Summary
 boolean contains(java.lang.String key, java.lang.String value)
           
 java.util.Set getAllKeys()
           
 java.util.Collection getAllValues()
           
 CustomField getCustomField()
           
 java.lang.Object getFirstValueForKey(java.lang.String key)
           
 java.lang.Object getFirstValueForNullKey()
           
 java.util.Map getKeysAndValues()
           
 java.lang.String getQueryString()
           
 java.util.Collection getValuesForKey(java.lang.String key)
           
 java.util.Collection getValuesWithNoKey()
           
 boolean isEmpty()
           
 void transformObjectsToStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCustomFieldParams

public NullCustomFieldParams()
Method Detail

getAllKeys

public java.util.Set getAllKeys()
Specified by:
getAllKeys in interface CustomFieldParams

getCustomField

public CustomField getCustomField()
Specified by:
getCustomField in interface CustomFieldParams

getValuesForKey

public java.util.Collection getValuesForKey(java.lang.String key)
Specified by:
getValuesForKey in interface CustomFieldParams

getValuesWithNoKey

public java.util.Collection getValuesWithNoKey()
Specified by:
getValuesWithNoKey in interface CustomFieldParams

getAllValues

public java.util.Collection getAllValues()
Specified by:
getAllValues in interface CustomFieldParams

getQueryString

public java.lang.String getQueryString()
Specified by:
getQueryString in interface CustomFieldParams

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface CustomFieldParams

contains

public boolean contains(java.lang.String key,
                        java.lang.String value)
Specified by:
contains in interface CustomFieldParams

transformObjectsToStrings

public void transformObjectsToStrings()
Specified by:
transformObjectsToStrings in interface CustomFieldParams

getFirstValueForNullKey

public java.lang.Object getFirstValueForNullKey()
Specified by:
getFirstValueForNullKey in interface CustomFieldParams

getKeysAndValues

public java.util.Map getKeysAndValues()
Specified by:
getKeysAndValues in interface CustomFieldParams

getFirstValueForKey

public java.lang.Object getFirstValueForKey(java.lang.String key)
Specified by:
getFirstValueForKey in interface CustomFieldParams


Copyright © 2002-2006 Atlassian. All Rights Reserved.