com.atlassian.greenhopper.web.rapid.issue.fields
Class TextCustomFieldEntryFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.issue.fields.TextCustomFieldEntryFactory
- All Implemented Interfaces:
- FieldEntryFactory, SimpleEditableFieldEntryFactory
public class TextCustomFieldEntryFactory
- extends java.lang.Object
- implements FieldEntryFactory, SimpleEditableFieldEntryFactory
Text custom fields.
|
Method Summary |
void |
addIssueInputParameters(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters,
java.lang.String newValue)
Modify the parameters accordingly to register this field's update. |
FieldEntry |
createEditEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
|
FieldEntry |
createViewEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
|
java.lang.String |
getId()
|
boolean |
isFieldValid(com.atlassian.jira.issue.Issue issue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextCustomFieldEntryFactory
public TextCustomFieldEntryFactory(com.atlassian.jira.issue.fields.CustomField customField,
FieldHelper helper)
getId
public java.lang.String getId()
- Specified by:
getId in interface FieldEntryFactory
createViewEntry
public FieldEntry createViewEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
- Specified by:
createViewEntry in interface FieldEntryFactory
createEditEntry
public FieldEntry createEditEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
- Specified by:
createEditEntry in interface FieldEntryFactory
isFieldValid
public boolean isFieldValid(com.atlassian.jira.issue.Issue issue)
- Specified by:
isFieldValid in interface FieldEntryFactory
addIssueInputParameters
public void addIssueInputParameters(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters,
java.lang.String newValue)
- Description copied from interface:
SimpleEditableFieldEntryFactory
- Modify the parameters accordingly to register this field's update.
- Specified by:
addIssueInputParameters in interface SimpleEditableFieldEntryFactory
- Parameters:
issueInputParameters - the parameters to modifynewValue - the new value
Copyright © 2007-2014 Atlassian. All Rights Reserved.