Class CustomFieldSearcherModuleDescriptorImpl
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<CustomFieldSearcher>
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<CustomFieldSearcher>
com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptorImpl
- All Implemented Interfaces:
CustomFieldSearcherModuleDescriptor,JiraResourcedModuleDescriptor<CustomFieldSearcher>,com.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware
public class CustomFieldSearcherModuleDescriptorImpl
extends AbstractJiraModuleDescriptor<CustomFieldSearcher>
implements CustomFieldSearcherModuleDescriptor
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldSearcherModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory, CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams) -
Method Summary
Modifier and TypeMethodDescriptionvoidenabled()getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) getStatHtml(CustomField field, Object value, String urlPrefix) getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) getViewHtml(CustomField field, Object value) voidinit(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.Element element) Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getI18nBean, getName, getText, getText, isResourceExist, writeHtmlMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
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, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Constructor Details
-
CustomFieldSearcherModuleDescriptorImpl
public CustomFieldSearcherModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory, CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams)
-
-
Method Details
-
init
public void init(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException - Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>- Overrides:
initin classAbstractJiraModuleDescriptor<CustomFieldSearcher>- Throws:
com.atlassian.plugin.PluginParseException
-
enabled
public void enabled()- Specified by:
enabledin interfacecom.atlassian.plugin.StateAware- Overrides:
enabledin classAbstractJiraModuleDescriptor<CustomFieldSearcher>
-
getSearchHtml
public String getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) - Specified by:
getSearchHtmlin interfaceCustomFieldSearcherModuleDescriptor
-
getViewHtml
public String getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) - Specified by:
getViewHtmlin interfaceCustomFieldSearcherModuleDescriptor
-
getViewHtml
- Specified by:
getViewHtmlin interfaceCustomFieldSearcherModuleDescriptor
-
getStatHtml
- Specified by:
getStatHtmlin interfaceCustomFieldSearcherModuleDescriptor
-
getValidCustomFieldKeys
- Specified by:
getValidCustomFieldKeysin interfaceCustomFieldSearcherModuleDescriptor
-
getHtml
- Specified by:
getHtmlin interfaceJiraResourcedModuleDescriptor<CustomFieldSearcher>- Overrides:
getHtmlin classAbstractJiraModuleDescriptor<CustomFieldSearcher>
-
getModule
- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>- Overrides:
getModulein classAbstractJiraModuleDescriptor<CustomFieldSearcher>
-