com.atlassian.jira.plugin.customfield
Interface CustomFieldSearcherModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<CustomFieldSearcher>, com.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>, com.atlassian.plugin.Resourced
All Known Implementing Classes:
CustomFieldSearcherModuleDescriptorImpl

@PublicApi
public interface CustomFieldSearcherModuleDescriptor
extends JiraResourcedModuleDescriptor<CustomFieldSearcher>


Method Summary
 String getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
           
 String getStatHtml(CustomField field, Object value, String urlPrefix)
           
 Set getValidCustomFieldKeys()
           
 String getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
           
 String getViewHtml(CustomField field, Object value)
           
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Method Detail

getSearchHtml

String getSearchHtml(CustomField customField,
                     CustomFieldValueProvider provider,
                     SearchContext searchContext,
                     FieldValuesHolder fieldValuesHolder,
                     Map displayParameters,
                     webwork.action.Action action,
                     Map velocityParams)

getViewHtml

String getViewHtml(CustomField customField,
                   CustomFieldValueProvider provider,
                   SearchContext searchContext,
                   FieldValuesHolder fieldValuesHolder,
                   Map displayParameters,
                   webwork.action.Action action,
                   Map velocityParams)

getViewHtml

String getViewHtml(CustomField field,
                   Object value)

getStatHtml

String getStatHtml(CustomField field,
                   Object value,
                   String urlPrefix)

getValidCustomFieldKeys

Set getValidCustomFieldKeys()


Copyright © 2002-2013 Atlassian. All Rights Reserved.