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, writeHtml
assertModuleClassImplements, 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, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHtml, getI18nBean, writeHtml
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public 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.PluginParseException
public void enabled()
enabled
in interface com.atlassian.plugin.StateAware
enabled
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 CustomFieldSearcherModuleDescriptor
public String getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
getViewHtml
in interface CustomFieldSearcherModuleDescriptor
public String getViewHtml(CustomField field, Object value)
getViewHtml
in interface CustomFieldSearcherModuleDescriptor
public String getStatHtml(CustomField field, Object value, String urlPrefix)
getStatHtml
in interface CustomFieldSearcherModuleDescriptor
public Set getValidCustomFieldKeys()
getValidCustomFieldKeys
in interface CustomFieldSearcherModuleDescriptor
public 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-2024 Atlassian. All Rights Reserved.