public class CustomFieldSearcherModuleDescriptorImpl extends AbstractJiraModuleDescriptor<CustomFieldSearcher> implements CustomFieldSearcherModuleDescriptor
| Constructor and Description |
|---|
CustomFieldSearcherModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory,
CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled() |
String |
getHtml(String resourceName,
Map<String,?> startingParams) |
CustomFieldSearcher |
getModule() |
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) |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertResourceExists, createModule, createVelocityParams, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getI18nBean, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtml, getI18nBean, writeHtmldestroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic CustomFieldSearcherModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory, CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>init in class AbstractJiraModuleDescriptor<CustomFieldSearcher>com.atlassian.plugin.PluginParseExceptionpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class AbstractJiraModuleDescriptor<CustomFieldSearcher>public String getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
getSearchHtml in interface CustomFieldSearcherModuleDescriptorpublic String getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
getViewHtml in interface CustomFieldSearcherModuleDescriptorpublic String getViewHtml(CustomField field, Object value)
getViewHtml in interface CustomFieldSearcherModuleDescriptorpublic String getStatHtml(CustomField field, Object value, String urlPrefix)
getStatHtml in interface CustomFieldSearcherModuleDescriptorpublic Set getValidCustomFieldKeys()
getValidCustomFieldKeys in interface CustomFieldSearcherModuleDescriptorpublic String getHtml(String resourceName, Map<String,?> startingParams)
getHtml in interface JiraResourcedModuleDescriptor<CustomFieldSearcher>getHtml in class AbstractJiraModuleDescriptor<CustomFieldSearcher>public CustomFieldSearcher getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>getModule in class AbstractJiraModuleDescriptor<CustomFieldSearcher>Copyright © 2002-2021 Atlassian. All Rights Reserved.