com.atlassian.jira.plugin.customfield
Interface CustomFieldTypeModuleDescriptor

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

public interface CustomFieldTypeModuleDescriptor
extends JiraResourcedModuleDescriptor<CustomFieldType>


Field Summary
static String TEMPLATE_NAME_BULK_MOVE
           
static String TEMPLATE_NAME_COLUMN
           
static String TEMPLATE_NAME_EDIT
           
static String TEMPLATE_NAME_EDIT_DEFAULT
           
static String TEMPLATE_NAME_VIEW
           
static String TEMPLATE_NAME_XML
           
static String VELCITY_ACTION_PARAM
           
static String VELOCITY_VALUE_PARAM
           
 
Method Summary
 String getBulkMoveHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper)
           
 String getColumnViewHtml(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem)
           
 String getDefaultViewHtml(FieldConfig fieldConfig, FieldLayoutItem fieldLayoutItem)
           
 String getEditDefaultHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String getEditHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem)
           
 String getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
 String getViewXML(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw)
           
 boolean isColumnViewTemplateExists()
           
 boolean isEditTemplateExists()
           
 boolean isViewTemplateExists()
           
 boolean isXMLTemplateExists()
           
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean
 
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
 

Field Detail

TEMPLATE_NAME_VIEW

static final String TEMPLATE_NAME_VIEW
See Also:
Constant Field Values

TEMPLATE_NAME_EDIT

static final String TEMPLATE_NAME_EDIT
See Also:
Constant Field Values

TEMPLATE_NAME_EDIT_DEFAULT

static final String TEMPLATE_NAME_EDIT_DEFAULT
See Also:
Constant Field Values

TEMPLATE_NAME_BULK_MOVE

static final String TEMPLATE_NAME_BULK_MOVE
See Also:
Constant Field Values

TEMPLATE_NAME_XML

static final String TEMPLATE_NAME_XML
See Also:
Constant Field Values

TEMPLATE_NAME_COLUMN

static final String TEMPLATE_NAME_COLUMN
See Also:
Constant Field Values

VELOCITY_VALUE_PARAM

static final String VELOCITY_VALUE_PARAM
See Also:
Constant Field Values

VELCITY_ACTION_PARAM

static final String VELCITY_ACTION_PARAM
See Also:
Constant Field Values
Method Detail

isViewTemplateExists

boolean isViewTemplateExists()

isColumnViewTemplateExists

boolean isColumnViewTemplateExists()

isEditTemplateExists

boolean isEditTemplateExists()

isXMLTemplateExists

boolean isXMLTemplateExists()

getEditHtml

String getEditHtml(FieldConfig config,
                   Map customFieldValuesHolder,
                   Issue issue,
                   webwork.action.Action action,
                   Map displayParameters,
                   FieldLayoutItem fieldLayoutItem)

getBulkMoveHtml

String getBulkMoveHtml(FieldConfig config,
                       Map customFieldValuesHolder,
                       Issue issue,
                       webwork.action.Action action,
                       Map displayParameters,
                       FieldLayoutItem fieldLayoutItem,
                       Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
                       BulkMoveHelper bulkMoveHelper)

getEditDefaultHtml

String getEditDefaultHtml(FieldConfig config,
                          Map customFieldValuesHolder,
                          Issue issue,
                          webwork.action.Action action,
                          Map displayParameters,
                          FieldLayoutItem fieldLayoutItem)

getColumnViewHtml

String getColumnViewHtml(CustomField field,
                         Object value,
                         Issue issue,
                         Map displayParams,
                         FieldLayoutItem fieldLayoutItem)

getViewHtml

String getViewHtml(CustomField field,
                   Object value,
                   Issue issue,
                   FieldLayoutItem fieldLayoutItem)

getViewHtml

String getViewHtml(CustomField field,
                   Object value,
                   Issue issue,
                   FieldLayoutItem fieldLayoutItem,
                   Map displayParameters)

getViewXML

String getViewXML(CustomField field,
                  Issue issue,
                  FieldLayoutItem fieldLayoutItem,
                  boolean raw)

getDefaultViewHtml

String getDefaultViewHtml(FieldConfig fieldConfig,
                          FieldLayoutItem fieldLayoutItem)


Copyright © 2002-2012 Atlassian. All Rights Reserved.